paperSearch
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PAPER_SEARCH_CACHE | No | Local SQLite cache file path. | /tmp/paper_search_cache.db |
| SEMANTIC_SCHOLAR_API_KEY | No | Semantic Scholar API key. Recommended to avoid rate limits. |
Capabilities
Features and capabilities supported by this server
| 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_literatureC | Search open scholarly literature across configured sources. |
| plan_literature_searchC | Plan source routing and ranking without running a live search. |
| get_workB | Get a work by identifier (DOI, PMID, PMCID, arXiv, etc.). |
| resolve_identifiersC | Resolve a list of identifiers across sources and return merged records. |
| get_source_statusB | Return the health status of all configured sources. |
| lookup_meshC | Lookup MeSH descriptors for a biomedical term. |
| find_related_articlesC | Find PubMed related article PMIDs. |
| convert_identifiersC | Convert DOI/PMID/PMCID identifiers through the NCBI ID converter. |
| search_literature_signalsC | Search biomedical literature signals via PubTator3. |
| expand_from_workC | Expand from a known work by citations, references, or similar papers. |
| export_recordsC | Export a list of works to a supported format. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/FreddieWho/searchPaper'
If you have feedback or need assistance with the MCP directory API, please join our Discord server