Compatible with every major AI agent and IDE
What is the Stanford PubMed MCP Server?
Connect to the PubMed E-utilities API from the National Library of Medicine — the gold standard for biomedical literature search.
What you can do
- Full-Text Search — Search across 36M+ biomedical articles from MEDLINE
- MeSH Vocabulary — Use Medical Subject Headings for precise, controlled-vocabulary searches
- Clinical Trials — Filter specifically for clinical trial publications
- Reviews & Meta-analyses — Find systematic reviews and meta-analyses
- Gene Search — Search articles mentioning specific genes (TP53, BRCA1, EGFR)
- Drug Search — Find articles about specific drugs and compounds
- Citation Tracking — Find articles that cite a given paper
- Related Articles — Use NCBI's similarity algorithm to discover related literature
- Abstracts — Retrieve full structured abstracts for quick evaluation
- Free Full Text — Filter for open access articles available in PubMed Central
- Batch Retrieval — Fetch multiple articles by PMID in a single request
Who is this for?
- Medical Researchers — literature reviews, evidence-based medicine
- PhD Students — comprehensive biomedical search
- Clinicians — find clinical trial evidence for treatment decisions
- Pharmacologists — drug interaction and efficacy research
Built-in capabilities (16)
Useful for building reading lists, comparing studies, or analyzing a collection of articles from a reference list. Retrieve multiple articles by PMID list
For structured abstracts, returns all sections (Background, Methods, Results, Conclusions). Essential for quickly evaluating whether a paper is relevant without accessing the full text. Get the full abstract text of a PubMed article
Returns title, all authors, journal name, publication date, volume, issue, pages, DOI, publication types, and language. Get article details by PubMed ID (PMID)
Essential for understanding an article's impact, finding follow-up studies, and tracking how findings have been built upon by other researchers. Get articles that cite a given PubMed article
The algorithm considers title, abstract, MeSH headings, and substances to compute similarity scores. This is often more effective than keyword search for discovering relevant literature. Find related articles using NCBI similarity algorithm
Use "LastName FirstInitial" format for best results (e.g. "Doudna JA", "Zhang F"). Returns the author's publication list with article metadata. Find PubMed articles by author name
Can be combined with a topic query. Use journal abbreviations or full names (e.g. "Nature", "N Engl J Med", "Lancet", "Cell", "Science", "JAMA", "BMJ"). Find articles published in a specific journal
MeSH terms provide precise topic classification. Examples: "Neoplasms", "Diabetes Mellitus", "Machine Learning", "Clustered Regularly Interspaced Short Palindromic Repeats", "COVID-19". Search using MeSH controlled vocabulary terms
This includes Phase I-IV trials, randomized controlled trials, and clinical study reports. Essential for evidence-based medicine and systematic reviews. Search for clinical trial publications
Uses the Substance Name field for precise matching. Examples: "metformin", "pembrolizumab", "remdesivir", "aspirin", "dexamethasone". Search articles mentioning specific drugs or compounds
This filters to only return open access or author-deposited articles where the complete manuscript can be read for free. Essential for researchers without institutional journal subscriptions. Search for articles with free full-text available
Uses the Gene Name field tag for precise matching. Examples: "TP53", "BRCA1", "EGFR", "KRAS", "MYC". Can be combined with a topic query for more specific results. Search articles mentioning specific genes
Returns article titles, authors, journals, dates, DOIs, and publication types. Sort options: "relevance" (default), "date", "pub_date", "first_author", "journal". Search 36M+ biomedical articles on PubMed
Use this to stay up-to-date with the latest publications in your research area. Default is last 30 days. Find the most recent articles in a field
These are the highest level of evidence synthesis in medicine and provide comprehensive overviews of research on a topic. Search for review articles and meta-analyses
This surfaces papers that are generating the most attention and engagement in the research community. Find trending articles in a subject area
Why OpenAI Agents SDK?
The OpenAI Agents SDK auto-discovers all 16 tools from Stanford PubMed through native MCP integration. Build agents with built-in guardrails, tracing, and handoff patterns. chain multiple agents where one queries Stanford PubMed, another analyzes results, and a third generates reports, all orchestrated through Vinkius.
- —
Native MCP integration via
MCPServerSse, pass the URL and the SDK auto-discovers all tools with full type safety - —
Built-in guardrails, tracing, and handoff patterns let you build production-grade agents without reinventing safety infrastructure
- —
Lightweight and composable: chain multiple agents and MCP servers in a single pipeline with minimal boilerplate
- —
First-party OpenAI support ensures optimal compatibility with GPT models for tool calling and structured output
Stanford PubMed in OpenAI Agents SDK
Stanford PubMed and 4,000+ other MCP servers. One platform. One governance layer.
Teams that connect Stanford PubMed to OpenAI Agents SDK through Vinkius don't need to source, host, or maintain individual MCP servers. Every tool call runs inside a hardened runtime with credential isolation, DLP, and a signed audit chain.
Raw MCP | Vinkius | |
|---|---|---|
| Server catalog | Find and host yourself | 4,000+ managed |
| Infrastructure | Self-hosted | Sandboxed V8 isolates |
| Credential handling | Plaintext in config | Vault + runtime injection |
| Data loss prevention | None | Configurable DLP policies |
| Kill switch | None | Global instant shutdown |
| Financial circuit breakers | None | Per-server limits + alerts |
| Audit trail | None | Ed25519 signed logs |
| SIEM log streaming | None | Splunk, Datadog, Webhook |
| Honeytokens | None | Canary alerts on leak |
| Custom domains | Not applicable | DNS challenge verified |
| GDPR compliance | Manual effort | Automated purge + export |
Why teams choose Vinkius for Stanford PubMed in OpenAI Agents SDK
The Stanford PubMed MCP Server runs on Vinkius-managed infrastructure inside AWS — a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts. All 16 tools execute in hardened sandboxes optimized for native MCP execution.
Your AI agents in OpenAI Agents SDK only access the data you authorize, with DLP that blocks sensitive information from ever reaching the model, kill switch for instant shutdown, and up to 60% token savings. Enterprise-grade infrastructure, zero maintenance.

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
How Vinkius secures
Stanford PubMed for OpenAI Agents SDK
Every tool call from OpenAI Agents SDK to the Stanford PubMed MCP Server is protected by DLP redaction, cryptographic audit chains, V8 sandbox isolation, kill switch, and financial circuit breakers.
Frequently asked questions
Do I need an API key?
No. The PubMed E-utilities API is public. An optional free API key from NCBI increases rate limits from 3 to 10 requests per second.
What is MeSH?
MeSH (Medical Subject Headings) is the NLM's controlled vocabulary for indexing biomedical articles. It provides standardized terms for precise searching — for example, using 'Neoplasms' will find all cancer-related articles regardless of which synonym the authors used.
Can I retrieve full-text articles?
PubMed provides abstracts for all articles and links to free full text when available through PubMed Central. Use the free full-text filter to find open-access articles you can read immediately.
How does the OpenAI Agents SDK connect to MCP?
Use MCPServerSse(url=...) to create a server connection. The SDK auto-discovers all tools and makes them available to your agent with full type information.
Can I use multiple MCP servers in one agent?
Yes. Pass a list of MCPServerSse instances to the agent constructor. The agent can use tools from all connected servers within a single run.
Does the SDK support streaming responses?
Yes. The SDK supports SSE and Streamable HTTP transports, both of which work natively with Vinkius.
MCPServerStreamableHttp not found
Ensure you have the latest version: pip install --upgrade openai-agents
Agent not calling tools
Make sure your prompt explicitly references the task the tools can help with.
Explore More MCP Servers
View all →
AssemblyAI
6 toolsTranscribe and audit audio — manage speech-to-text jobs via AI.

USITC DataWeb (International Trade Commission)
4 toolsAccess US international trade statistics directly. Query imports, exports, and trade balances using HS, SITC, or NAICS classifications.

EIA Energy Outlook — Forecasts & Projections
4 toolsOfficial U.S. energy forecasts: the Short-Term Energy Outlook (18-month price and supply projections), Annual Energy Outlook (30-year U.S. projections), International Energy Outlook (world projections), and country-level global energy data.

BCB Juros — Selic, CDI e Expectativas Focus
4 toolsBrazilian interest rates: Selic target rate (COPOM decisions), daily effective Selic rate, CDI (interbank deposit certificate rate), and Focus Survey market expectations for future Selic rates from Brazil's Central Bank.
