mcp-simple-pubmed
by andybrandt
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PUBMED_EMAIL | Yes | Your email address (required by NCBI) | |
PUBMED_API_KEY | No | Optional API key for higher rate limits (10 requests/second instead of 3 requests/second) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
search_pubmed | Search PubMed for medical and life sciences research articles. You can use these search features:
Examples:
The search will return:
Note: Use quotes around multi-word terms for best results. |
get_paper_fulltext | Get full text of a PubMed article using its ID. Copy |