← brunosan.de
INDIVIDUAL MCP TOOL
arxiv_search_papers
Full-text search over 110,000+ cs.AI/ML papers using FTS5.
LIVE ENDPOINT
https://arxiv.mcp.brunosan.de/mcp
Connect to this endpoint to inspect the live schema for arxiv_search_papers and invoke it with your own arguments.
Indexed 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 server
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.brunosan-arxiv-intelligence]
url = "https://arxiv.mcp.brunosan.de/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"brunosan-arxiv-intelligence": {
"type": "http",
"url": "https://arxiv.mcp.brunosan.de/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: brunosan-arxiv-intelligence
Remote MCP URL: https://arxiv.mcp.brunosan.de/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": {
"brunosan-arxiv-intelligence": {
"url": "https://arxiv.mcp.brunosan.de/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"brunosan-arxiv-intelligence": {
"type": "http",
"url": "https://arxiv.mcp.brunosan.de/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "brunosan-arxiv-intelligence",
"transport": "streamable-http",
"url": "https://arxiv.mcp.brunosan.de/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
arxiv_get_paper— Full paper object with all connected data.arxiv_top_entities— Entity ranking by mention count across all papers.arxiv_entity_trend— How often is an entity mentioned over time?arxiv_top_authors— Top researchers ranked by paper count, with role filter.arxiv_author_papers— All papers by a researcher, with their position on each paper.arxiv_most_cited— Most cited papers — ranked by inbound citation count.arxiv_citation_network— Citation graph for a paper — who cites it, or what does it cite?arxiv_co_occurrence— Papers that mention BOTH entity A and entity B.