4,000+ servers built on vurb.ts
Vinkius

Stanford PubMed MCP Server for Mastra AIGive Mastra AI instant access to 16 tools to Batch Get Articles, Get Abstract, Get Article, and more

MCP Inspector GDPR Free for Subscribers

Mastra AI is a TypeScript-native agent framework built for modern web stacks. Connect Stanford PubMed through Vinkius and Mastra agents discover all tools automatically. type-safe, streaming-ready, and deployable anywhere Node.js runs.

Ask AI about this MCP Server for Mastra AI

The Stanford PubMed MCP Server for Mastra AI is a standout in the Education category — giving your AI agent 16 tools to work with, ready to go from day one.

Built for AI Agents by Vinkius

Vinkius delivers Streamable HTTP and SSE to any MCP client

ClaudeClaude
ChatGPTChatGPT
CursorCursor
GeminiGemini
WindsurfWindsurf
VS CodeVS Code
JetBrainsJetBrains
VercelVercel
+ other MCP clients
typescript
import { Agent } from "@mastra/core/agent";
import { createMCPClient } from "@mastra/mcp";
import { openai } from "@ai-sdk/openai";

async function main() {
  // Your Vinkius token. get it at cloud.vinkius.com
  const mcpClient = await createMCPClient({
    servers: {
      "stanford-pubmed": {
        url: "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
      },
    },
  });

  const tools = await mcpClient.getTools();
  const agent = new Agent({
    name: "Stanford PubMed Agent",
    instructions:
      "You help users interact with Stanford PubMed " +
      "using 16 tools.",
    model: openai("gpt-4o"),
    tools,
  });

  const result = await agent.generate(
    "What can I do with Stanford PubMed?"
  );
  console.log(result.text);
}

main();
Stanford PubMed
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* 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

About Stanford PubMed MCP Server

Connect to the PubMed E-utilities API from the National Library of Medicine — the gold standard for biomedical literature search.

Mastra's agent abstraction provides a clean separation between LLM logic and Stanford PubMed tool infrastructure. Connect 16 tools through Vinkius and use Mastra's built-in workflow engine to chain tool calls with conditional logic, retries, and parallel execution. deployable to any Node.js host in one command.

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

The Stanford PubMed MCP Server exposes 16 tools through the Vinkius. Connect it to Mastra AI in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

All 16 Stanford PubMed tools available for Mastra AI

When Mastra AI connects to Stanford PubMed through Vinkius, your AI agent gets direct access to every tool listed below — spanning pubmed, ncbi, biomedical, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.

batch

Batch get articles on Stanford PubMed

Useful for building reading lists, comparing studies, or analyzing a collection of articles from a reference list. Retrieve multiple articles by PMID list

get

Get abstract on Stanford PubMed

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

get

Get article on Stanford PubMed

Returns title, all authors, journal name, publication date, volume, issue, pages, DOI, publication types, and language. Get article details by PubMed ID (PMID)

get

Get citations on Stanford PubMed

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

get

Get related articles on Stanford PubMed

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

search

Search by author on Stanford PubMed

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

search

Search by journal on Stanford PubMed

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

search

Search by mesh on Stanford PubMed

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

search

Search clinical on Stanford PubMed

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

search

Search drugs on Stanford PubMed

Uses the Substance Name field for precise matching. Examples: "metformin", "pembrolizumab", "remdesivir", "aspirin", "dexamethasone". Search articles mentioning specific drugs or compounds

search

Search free full text on Stanford PubMed

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

search

Search genes on Stanford PubMed

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

search

Search pubmed on Stanford PubMed

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

search

Search recent on Stanford 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

search

Search reviews on Stanford PubMed

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

search

Search trending on Stanford PubMed

This surfaces papers that are generating the most attention and engagement in the research community. Find trending articles in a subject area

Connect Stanford PubMed to Mastra AI via MCP

Follow these steps to wire Stanford PubMed into Mastra AI. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.

01

Install dependencies

Run npm install @mastra/core @mastra/mcp @ai-sdk/openai
02

Replace the token

Replace [YOUR_TOKEN_HERE] with your Vinkius token
03

Run the agent

Save to agent.ts and run with npx tsx agent.ts
04

Explore tools

Mastra discovers 16 tools from Stanford PubMed via MCP

Why Use Mastra AI with the Stanford PubMed MCP Server

Mastra AI provides unique advantages when paired with Stanford PubMed through the Model Context Protocol.

01

Mastra's agent abstraction provides a clean separation between LLM logic and tool infrastructure. add Stanford PubMed without touching business code

02

Built-in workflow engine chains MCP tool calls with conditional logic, retries, and parallel execution for complex automation

03

TypeScript-native: full type inference for every Stanford PubMed tool response with IDE autocomplete and compile-time checks

04

One-command deployment to any Node.js host. Vercel, Railway, Fly.io, or your own infrastructure

Stanford PubMed + Mastra AI Use Cases

Practical scenarios where Mastra AI combined with the Stanford PubMed MCP Server delivers measurable value.

01

Automated workflows: build multi-step agents that query Stanford PubMed, process results, and trigger downstream actions in a typed pipeline

02

SaaS integrations: embed Stanford PubMed as a first-class tool in your product's AI features with Mastra's clean agent API

03

Background jobs: schedule Mastra agents to query Stanford PubMed on a cron and store results in your database automatically

04

Multi-agent systems: create specialist agents that collaborate using Stanford PubMed tools alongside other MCP servers

Example Prompts for Stanford PubMed in Mastra AI

Ready-to-use prompts you can give your Mastra AI agent to start working with Stanford PubMed immediately.

01

"Find recent clinical trials for CAR-T cell therapy in lymphoma"

02

"Search for BRCA1 gene articles related to breast cancer prevention"

03

"Find free full-text systematic reviews on metformin and diabetes prevention"

Troubleshooting Stanford PubMed MCP Server with Mastra AI

Common issues when connecting Stanford PubMed to Mastra AI through Vinkius, and how to resolve them.

01

createMCPClient not exported

Install: npm install @mastra/mcp

Stanford PubMed + Mastra AI FAQ

Common questions about integrating Stanford PubMed MCP Server with Mastra AI.

01

How does Mastra AI connect to MCP servers?

Create an MCPClient with the server URL and pass it to your agent. Mastra discovers all tools and makes them available with full TypeScript types.
02

Can Mastra agents use tools from multiple servers?

Yes. Pass multiple MCP clients to the agent constructor. Mastra merges all tool schemas and the agent can call any tool from any server.
03

Does Mastra support workflow orchestration?

Yes. Mastra has a built-in workflow engine that lets you chain MCP tool calls with branching logic, error handling, and parallel execution.

Explore More MCP Servers

View all →