PubMed (verified)
Search biomedical literature across 36 million citations. Find papers, abstracts, and related articles from MEDLINE and life science journals.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add pubmed
# Browse available tools
npx -y smithery tool list pubmed
# Get full schema for a tool
npx -y smithery tool get pubmed search_articles
# Call a tool
npx -y smithery tool call pubmed search_articles '{}'Direct MCP Connection
Endpoint: https://pubmed.run.tools
Tools (7)
search_articles— Search PubMed for biomedical and life sciences research articles matching a given query.get_article_metadata— Retrieve detailed article metadata from PubMed.find_related_articles— Find related articles and resources in PubMed.lookup_article_by_citation— Lookup articles by citation details in PubMed.convert_article_ids— Convert between various ID formats, including PMID, PMCID, and DOI.get_full_text_article— Retrieve full-text articles from PubMed Central (PMC).get_copyright_status— Get copyright information for articles in PubMed.
# Get full input/output schema for a tool
npx -y smithery tool get pubmed