Learning Resources
tomesphere.com
Provides tools to search and retrieve academic paper metadata, including citations and similar papers.
ENDPOINT 1
https://mcp.tomesphere.com/api/mcp
MCP server metadata
- Name
- tomesphere-mcp
- Version
- 0.1.0
Tomesphere MCP gives access to ~8.5M scientific papers (arXiv + biomedical: PMC / bioRxiv / medRxiv) with LLM-curated TLDRs, SPECTER2 embeddings, linked entities (genes/proteins/diseases), figures, and a citation graph. Use search_papers for topic queries, get_paper for a specific id, similar_papers / citations to walk the graph.
Known tools 9
get_paperFetch a paper's full metadata: title, authors, year, abstract, TLDR (LLM-generated), key findings, citation count, GitHub repos, HuggingFace models/datasets, videos, peer reviews, and links.
Inferred read-onlysimilar_papersFind papers semantically similar to a given paper using SPECTER2 embeddings (trained on scientific-citation triplets).
Inferred read-onlyget_full_textFetch a paper's full body text as Markdown (methods, results, protocols, inline tables) — use for deep questions the abstract can't answer.
Inferred read-onlyget_entitiesGet the biomedical entities linked to a paper: genes, proteins, chemicals, diseases, species, mutations, cell lines, and clinical-trial (NCT) IDs.
Inferred read-onlyCONNECT 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.tomesphere-mcp]
url = "https://mcp.tomesphere.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tomesphere-mcp": {
"type": "http",
"url": "https://mcp.tomesphere.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tomesphere-mcp
Remote MCP URL: https://mcp.tomesphere.com/api/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": {
"tomesphere-mcp": {
"url": "https://mcp.tomesphere.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tomesphere-mcp": {
"type": "http",
"url": "https://mcp.tomesphere.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tomesphere-mcp",
"transport": "streamable-http",
"url": "https://mcp.tomesphere.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.