CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
pipeworx-io avatar

puumed

pipeworx-io/mcp-pubmed
9 toolsHTTPregistry active
Summary

Wraps the NCBI E-utilities API to search and retrieve biomedical literature from PubMed directly in your MCP client. No authentication required, which keeps setup simple. Part of the Pipeworx gateway, so you can either use it standalone or connect to the full gateway for access to 250+ data sources. The ask_pipeworx tool lets you query in plain English instead of constructing API calls manually. Reach for this when you need to pull research papers, clinical studies, or medical literature into your AI workflows without leaving Claude or your editor.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Tools

Public tool metadata for what this MCP can expose to an agent.

9 tools
pubmed_search_articlesSearch PubMed with full query syntax, filters, and date ranges. Returns PMIDs and optional brief summaries. Supports field-specific filters (author, journal, MeSH terms), common filters (language, species, free full text), and pagination via offset for paging through large res...14 params

Search PubMed with full query syntax, filters, and date ranges. Returns PMIDs and optional brief summaries. Supports field-specific filters (author, journal, MeSH terms), common filters (language, species, free full text), and pagination via offset for paging through large res...

Parameters* required
authorstring
Filter by author name (e.g. "Smith J")
dateRangeobject
Filter by date range
freeFullTextboolean
Only include free full text articles
hasAbstractboolean
Only include articles with abstracts
journalstring
Filter by journal name
languagestring
Filter by language (e.g. "english")
maxResultsinteger
Maximum results to returndefault: 20
meshTermsarray
Filter by MeSH terms
offsetinteger
Result offset for pagination (0-based)default: 0
publicationTypesarray
Filter by publication type (e.g. "Review", "Clinical Trial", "Meta-Analysis")
querystring
PubMed search query (supports full NCBI syntax)
sortstring
Sort order: relevance (default), pub_date (newest first), author, or journalone of relevance · pub_date · author · journaldefault: relevance
speciesstring
Filter by speciesone of humans · animals
summaryCountinteger
Fetch brief summaries for top N results (0 = PMIDs only)default: 0
pubmed_fetch_articlesFetch full article metadata by PubMed IDs. Returns detailed article information including abstract, authors, journal, MeSH terms.3 params

Fetch full article metadata by PubMed IDs. Returns detailed article information including abstract, authors, journal, MeSH terms.

Parameters* required
includeGrantsboolean
Include grant informationdefault: false
includeMeshboolean
Include MeSH termsdefault: true
pmidsarray
PubMed IDs to fetch
pubmed_fetch_fulltextFetch full-text articles from PubMed Central (PMC). Returns complete article body text, sections, and references for open-access articles. Accepts PMC IDs directly or PubMed IDs (auto-resolved via ELink).5 params

Fetch full-text articles from PubMed Central (PMC). Returns complete article body text, sections, and references for open-access articles. Accepts PMC IDs directly or PubMed IDs (auto-resolved via ELink).

Parameters* required
includeReferencesboolean
Include reference listdefault: false
maxSectionsinteger
Maximum top-level body sections
pmcidsarray
PMC IDs to fetch (e.g. ["PMC9575052"]). Provide this OR pmids, not both.
pmidsarray
PubMed IDs to resolve to PMC full text. Provide this OR pmcids, not both. Only works for open-access articles available in PMC.
sectionsarray
Filter to specific sections by title, case-insensitive (e.g. ["Introduction", "Methods", "Results", "Discussion"])
pubmed_format_citationsGet formatted citations for PubMed articles in APA, MLA, BibTeX, or RIS format.2 params

Get formatted citations for PubMed articles in APA, MLA, BibTeX, or RIS format.

Parameters* required
pmidsarray
PubMed IDs to cite
stylesarray
Citation styles to generate
pubmed_find_relatedFind articles related to a source article — similar content, citing articles, or references.3 params

Find articles related to a source article — similar content, citing articles, or references.

Parameters* required
maxResultsinteger
Maximum related articlesdefault: 10
pmidstring
Source PubMed ID
relationshipstring
Relationship type: similar (content-based), cited_by (articles citing this one), references (articles this one cites)one of similar · cited_by · referencesdefault: similar
pubmed_spell_checkSpell-check a query and get NCBI's suggested correction. Useful for refining search queries.1 params

Spell-check a query and get NCBI's suggested correction. Useful for refining search queries.

Parameters* required
querystring
PubMed search query to spell-check
pubmed_lookup_meshSearch and explore MeSH (Medical Subject Headings) vocabulary. Essential for building precise PubMed queries.3 params

Search and explore MeSH (Medical Subject Headings) vocabulary. Essential for building precise PubMed queries.

Parameters* required
includeDetailsboolean
Fetch full MeSH records (scope notes, tree numbers, entry terms)default: true
maxResultsinteger
Maximum resultsdefault: 10
termstring
MeSH term to look up
pubmed_lookup_citationLook up PubMed IDs from partial bibliographic citations. Useful when you have a reference (journal, year, volume, page, author) and need the PMID. Uses NCBI ECitMatch for deterministic matching — more reliable than searching by citation fields.1 params

Look up PubMed IDs from partial bibliographic citations. Useful when you have a reference (journal, year, volume, page, author) and need the PMID. Uses NCBI ECitMatch for deterministic matching — more reliable than searching by citation fields.

Parameters* required
citationsarray
Citations to look up. More fields = better match accuracy.
pubmed_convert_idsConvert between article identifiers (DOI, PMID, PMCID). Accepts up to 50 IDs of a single type per request. Uses the NCBI PMC ID Converter API — only resolves articles indexed in PubMed Central. For articles not in PMC, use pubmed_search_articles instead.2 params

Convert between article identifiers (DOI, PMID, PMCID). Accepts up to 50 IDs of a single type per request. Uses the NCBI PMC ID Converter API — only resolves articles indexed in PubMed Central. For articles not in PMC, use pubmed_search_articles instead.

Parameters* required
idsarray
Article identifiers to convert. All IDs must be the same type. DOIs: "10.1093/nar/gks1195", PMIDs: "23193287", PMCIDs: "PMC3531190".
idtypestring
The type of IDs being submitted. Required so the API can unambiguously resolve them.one of pmcid · pmid · doi

PubMed — Biomedical Literature

The U.S. National Library of Medicine's PubMed. ~37 million biomedical and life-science citations going back to 1781. The canonical biomedical literature database — used by every clinician, researcher, and grant officer. MeSH (Medical Subject Headings) tagging makes structured search powerful. Free, no auth.

Part of Pipeworx — an MCP gateway connecting AI agents to 1476+ live data sources.

Why this matters for AI agents

For biomedical research, drug efficacy questions, clinical guidelines, or systematic literature review, PubMed is the canonical first stop. Where Semantic Scholar is broader but less curated, PubMed is biomedical-focused with MeSH structure that supports precise queries.

Common flows:

  • Topic search. "Recent papers on GLP-1 agonists for cardiovascular outcomes" → search with MeSH terms or keywords.
  • Specific paper. PMID lookup → full record (title, abstract, authors, MeSH tags).
  • Author profile. Papers by a specific author (with disambiguation challenges).
  • Citation tracking. Cross-reference with Crossref for DOIs and citation networks.
  • Evidence landscape. Count clinical trials, randomized trials, systematic reviews, meta-analyses, observational studies, and case reports for one query with pubmed_evidence_landscape.
  • Publication momentum. Use pubmed_publication_trend for exact annual PubMed counts across a bounded window.
  • Integrity check. Use pubmed_integrity_check before relying on one PMID to surface NLM-indexed retractions, expressions of concern, errata, updates, and related notices.

Auth

None. NCBI E-utilities (PubMed's API) is free. Without an API key, calls are throttled to 3/sec; with a free NCBI API key (https://www.ncbi.nlm.nih.gov/account/), 10/sec. Pass via _apiKey.

MeSH terms

PubMed's secret weapon is MeSH (Medical Subject Headings) — a controlled vocabulary applied to every paper by NLM librarians. Allows precise queries:

  • [mh] exact MeSH heading
  • [majr] major heading (the paper is about this)
  • [ti] title
  • [au] author

Example: glucagon-like peptide-1[mh] AND cardiovascular diseases[majr] AND 2023:2024[dp] finds papers majoring on cardiovascular outcomes for GLP-1 agonists in 2023-2024.

Common pitfalls

  • MeSH lag. Papers get MeSH-indexed weeks to months after publication. Recent papers may not have MeSH yet — fall back to keyword searches for the most current literature.
  • Author disambiguation. "J Smith" matches thousands of papers. ORCID solves this for newer papers; older literature has irreducible disambiguation. PubMed's "[full author]" search helps.
  • Pre-print vs publication. PubMed indexes peer-reviewed publications only (mostly). Pre-prints from bioRxiv / medRxiv are NOT in PubMed until the paper is formally published. For cutting-edge work, layer Semantic Scholar.
  • Predatory journals. Some open-access predatory journals slipped into PubMed before NLM tightened standards. Inclusion in PubMed isn't a quality signal — check journal reputation.
  • Open-access status. "Free PMC article" links to the full text on PubMed Central. Many papers have abstracts only — note this when promising "the paper says..."
  • Trial registration cross-reference. Clinical trials are registered separately on ClinicalTrials.gov. The same study can have multiple PubMed entries (protocol, primary results, secondary analyses). NCT IDs in the abstract help link.
  • Counts are routing signals. Publication types overlap, the current year may be incomplete, and publication volume does not establish evidence quality, efficacy, independence, or commercial validation.
  • Integrity flags are bounded. pubmed_integrity_check reports relationships indexed by NLM. A citation without a flag has not thereby been independently validated.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "pubmed": {
      "url": "https://gateway.pipeworx.io/pubmed/mcp"
    }
  }
}

What this endpoint actually serves

tools/list at https://gateway.pipeworx.io/pubmed/mcp returns the tools in the table above plus the shared Pipeworx meta-tools — ask_pipeworx, discover_tools, search_within, remember/recall and the rest of the gateway-wide set. So the tool count you see is larger than this table: a single-pack endpoint currently lists roughly 30 shared tools alongside the pack's own. The connection's initialize response states its exact scope, and is the authoritative answer for a given day.

This is deliberate, not multiplexing by accident. The meta-tools are what let a scoped connection answer a question this pack does not cover — via ask_pipeworx, which routes across the whole catalog — without you adding a second MCP server. There is currently no way to mount a pack endpoint without them; if the extra schemas cost you more context than the routing is worth, connect to the full gateway once rather than to several pack endpoints.

Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Both URLs reach the same gateway and the same 1476+ data sources. The only difference is which pack's tools are listed directly; ask_pipeworx reaches all of them from either one.

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:

ask_pipeworx({ question: "your question about Pubmed data" })

The gateway picks the right tool and fills the arguments automatically.

More

  • Docs and guides
  • pipeworx.io

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Registryactive
TransportHTTP
UpdatedApr 3, 2026
View on GitHub

More from pipeworx-io

  • Pypi
  • Quickbooks
  • Rdap
  • Rebrickable
  • Reddit
  • Rfc Editor
  • rickmorty
  • Roblox
  • Rss2json
  • Rxnorm
  • spacenews
  • Sports
  • Stripe_connect
  • swapi
  • swisstransport
  • tle
  • treasury
  • Twilio
  • ukpolice
  • Unicef
  • Urlhaus
  • usgswater
  • Virustotal
  • Weather