ryogena-pubmed-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NCBI_EMAIL | No | Optional email address recommended by NCBI for better service. | |
| NCBI_API_KEY | No | Optional API key to raise rate limit from 3 to 10 requests per second. |
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_pubmedA | Search PubMed and return slim metadata for each hit. Two-step under the hood: |
| fetch_articleA | Fetch one article with full abstract text. Returns title, abstract (with section labels preserved if structured),
authors, journal, pubdate, DOI, and a clickable PubMed URL. Returns
|
| find_relatedA | Walk the PubMed citation neighbor graph from one PMID. NCBI's "related articles" use a probabilistic topic-similarity model over title/abstract/MeSH. Returns slim metadata for each neighbor. Useful for "what else should I read about this paper?" follow-ups. |
| search_by_authorA | Find an author's PubMed-indexed publications. Wraps |
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
- 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/KyleVick4/pubmed-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server