Skip to main content
Glama
surendranb

papers-mcp

by surendranb

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DO_NOT_TRACKNoSet to '1' to opt out of telemetry.
NO_TELEMETRYNoSet to '1' to opt out of telemetry.
DISABLE_TELEMETRYNoSet to '1' to opt out of telemetry.
PAPERS_MCP_TELEMETRYNoSet to 'false' to opt out of telemetry.
RESEARCH_MCP_S2_API_KEYNoSemantic Scholar API key to lift rate limits (optional).
PAPERS_MCP_TELEMETRY_URLNoURL of the telemetry gateway. Defaults to the papers-mcp worker.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_papersC

Search scholarly literature across multiple sources (arXiv, OpenAlex, Crossref, Semantic Scholar, PubMed)

get_paperA

Resolve one paper by identifier and return its metadata plus references (papers it cites) and citations (papers citing it) — works even for paywalled papers

list_sourcesA

List every scholarly source the server can search, with coverage, key requirements, and rate limits

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: search_papers discovers papers, get_paper retrieves a specific paper's details by identifier, and list_sources provides source configuration. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using lowercase snake_case: search_papers, get_paper, list_sources. The pattern is uniform and predictable.

Tool Count5/5

Three tools is exactly appropriate for a focused scholarly search server. It covers the core operations (search, retrieval) plus a useful supporting tool (list_sources) without unnecessary bloat.

Completeness5/5

The tool set provides a complete lifecycle for scholarly paper discovery: search across sources, retrieve detailed metadata with references/citations, and discover what sources are available. There are no obvious missing operations for the stated purpose.

Maintenance

ActivityMaintained
ResponsivenessResponsive