← paperdog.org
INDIVIDUAL MCP TOOL
paperdog_get_paper_details
Get detailed information about a specific paper including full analysis
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.paperdog-org]
url = "https://paperdog.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"paperdog-org": {
"type": "http",
"url": "https://paperdog.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: paperdog-org
Remote MCP URL: https://paperdog.org/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": {
"paperdog-org": {
"url": "https://paperdog.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"paperdog-org": {
"type": "http",
"url": "https://paperdog.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "paperdog-org",
"transport": "streamable-http",
"url": "https://paperdog.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
paperdog_search_papers— Search across arXiv and HuggingFace papers with advanced filteringpaperdog_get_daily_papers— Get today's curated top papers with AI analysispaperdog_get_categories— Get all available research categories and their statisticspaperdog_get_archive_papers— Get papers from historical archives with advanced filtering