Hosted MCP server for literature search, citation verification, related-paper discovery, and citation graph workflows.
Overview
PapersFlow MCP
PapersFlow MCP is a hosted MCP server for research workflows, built for literature search, citation verification, related-paper discovery, and citation graph exploration.
Endpoint
https://doxa.papersflow.ai/mcp
What It Does
PapersFlow exposes a narrow, research-focused MCP surface for AI clients that need reliable paper discovery and citation tooling without wiring custom integrations for every model or client.
It is designed for:
- literature review workflows
- citation verification
- related-paper discovery
- citation graph traversal
- research assistants and agentic tooling
- authenticated premium research workflows through PapersFlow accounts
Public Tools
These tools are available on the hosted MCP surface:
searchfetchverify_citationsearch_literaturefind_related_papersget_citation_graphget_paper_neighborsexpand_citation_graph
Authenticated And Premium Workflows
Additional tools are available for signed-in and paid PapersFlow users.
Signed-in:
summarize_evidence
Paid:
run_deepscanget_deepscan_statusget_deepscan_live_snapshotget_deepscan_reportrun_python_plot
Auth Modes
PapersFlow MCP supports:
- guest access for public read-only tools
- bearer-token setup for direct client installs
- OAuth flows for marketplace-style and hosted integrations
Client Compatibility
Tested or supported client paths include:
- Codex
- Claude Code
- Gemini CLI
- ChatGPT-style hosted MCP apps
Server Config
{
"mcpServers": {
"papersflow-mcp": {
"type": "http",
"url": "https://doxa.papersflow.ai/mcp"
}
}
}