← token-research.com

INDIVIDUAL MCP TOOL

search_papers

Search academic papers on tokenomics by query, topic, year, or methodology.

token-research.comnone authenticationAvailability not checked

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

token-research.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.token-research-com]
url = "https://token-research.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "token-research-com": {
      "type": "http",
      "url": "https://token-research.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: token-research-com
Remote MCP URL: https://token-research.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": {
    "token-research-com": {
      "url": "https://token-research.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "token-research-com": {
      "type": "http",
      "url": "https://token-research.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "token-research-com",
  "transport": "streamable-http",
  "url": "https://token-research.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_paper — Get full details of a paper by its ID.
  • get_review — Get the AI-generated structured review of a paper.
  • get_findings — Get atomic findings for a paper — effect sizes, direction, confidence, and asset/variable tagging.
  • get_bibtex — Get the BibTeX citation entry for a paper.
  • list_topics — List all research topics in the collection with paper counts.
  • get_stats — Get collection-wide statistics: total papers, total reviews, topic distribution, year distribution, and methodology breakdown.
  • search_findings — Search atomic findings across all papers by asset, variable, finding type, or direction.