ENDPOINT 1
https://miscite.review/mcp
MCP server metadata
- Name
- miscite
- Version
- 1.28.0
Miscite MCP server providing access to citation analysis, semantic literature search, library management, research profile, alerts, and account services. All tools require a valid API Bearer token passed as the 'token' parameter.
Known tools 43
work_lookupLook up a specific academic work by its OpenAlex ID, optionally with fulltext.
Inferred read-onlydelete_collectionDelete a library collection (system collections cannot be deleted).
Potential side effectsget_profileGet the current user's research profile including interests, sources, and refresh status.
Inferred read-onlyrefresh_profileTrigger a background refresh of the research profile from connected sources.
Inferred read-onlypreview_alertPreview the results of a research alert configuration without saving it.
Inferred read-onlyrun_research_updatesGenerate fresh research update recommendations based on your profile and alerts.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.miscite]
url = "https://miscite.review/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"miscite": {
"type": "http",
"url": "https://miscite.review/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: miscite
Remote MCP URL: https://miscite.review/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"miscite": {
"url": "https://miscite.review/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"miscite": {
"type": "http",
"url": "https://miscite.review/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "miscite",
"transport": "streamable-http",
"url": "https://miscite.review/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for miscite.review was fetched 2026-08-30T21:35:45.948Z.
miscite.review is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.