← tomesphere.com

INDIVIDUAL MCP TOOL

get_paper

Fetch 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.

tomesphere.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

tomesphere.com

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.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.

Related tools

  • search_papers — Search 8.
  • similar_papers — Find papers semantically similar to a given paper using SPECTER2 embeddings (trained on scientific-citation triplets).
  • citations — Get papers that cite the given paper (who refers to this work).
  • references — Get the papers that this paper cites (its bibliography).
  • get_full_text — Fetch a paper's full body text as Markdown (methods, results, protocols, inline tables) — use for deep questions the abstract can't answer.
  • get_figures — Get a paper's real figure images — URLs, labels, and captions.
  • get_entities — Get the biomedical entities linked to a paper: genes, proteins, chemicals, diseases, species, mutations, cell lines, and clinical-trial (NCT) IDs.
  • get_structure — Resolve a gene/protein name (e.