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 has a clear, distinct purpose: searching, fetching metadata, locating OA PDFs, downloading, and a combined workflow. No overlap between tools.
All tools use consistent verb_noun snake_case naming (e.g., search_papers, get_paper). 'research_topic' fits the pattern as a verb-like workflow.
5 tools is appropriate for a focused academic papers server, covering essential operations without being too sparse or bloated.
Covers the core workflow (search, metadata, OA location, download) well. Minor gaps include lack of batch download or local library management, but the set is comprehensive for its purpose.