OpenPapers MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_papersA | Search academic papers by relevance via OpenAlex. Returns a compact list with DOI, title, authors, year, venue, citation count, OA status, and top concepts. Use |
| get_paperA | Fetch full metadata for a single paper by DOI, including the abstract (reconstructed from OpenAlex), authors with ORCID/affiliations, concepts, and references (enriched from CrossRef). |
| find_oa_pdfA | Find a legal Open Access PDF for a DOI via Unpaywall. Returns the OA status, the best OA location (with direct PDF URL if available), and a list of all OA locations (repository vs publisher, version, license). |
| download_pdfA | Download a PDF to the local PDF directory. Use |
| research_topicA | Convenience workflow: search OpenAlex for |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool serves a distinct function: searching, fetching metadata, locating OA PDFs, downloading, and a convenience workflow. Even though research_topic wraps search and OA status, its composite nature is clearly documented, leaving no ambiguity.
Tool names follow a consistent verb_noun pattern in snake_case: search_papers, get_paper, find_oa_pdf, download_pdf, research_topic. The verbs are all distinct and aptly describe the action, making the set predictable and easy to navigate.
Five tools is a well-scoped count for a paper retrieval server. Each tool earns its place, covering the essential discovery-to-download pipeline without unnecessary bloat or omissions.
The surface covers the full lifecycle for the domain: search, detailed metadata retrieval, OA PDF location, and local download. The research_topic workflow adds a convenient aggregation layer. No obvious dead ends or critical missing operations for the stated purpose.