Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

PubMed / MEDLINE Literature Search

com.olyport/pubmed

Search biomedical literature, get article details, find related articles, and explore MeSH terms

Uptime
11.1%
27 probes
Response
477ms
last probe
Tools
5
callable

Tools · 5

search_pubmed

Search PubMed for biomedical literature. Find research articles, reviews, and clinical studies matching your search terms. Supports PubMed query syntax including MeSH terms, field tags, a…

get_article_detail

Get full details of a PubMed article by its PMID. Returns title, all authors, complete abstract, MeSH terms, publication types, journal info, and DOI. Args: pmid: PubMed ID (e.g.…

find_related_articles

Find articles related to a given PubMed article. Uses NCBI's computed similarity to find conceptually related papers. Useful for literature review expansion. Args: pmid: PubMed I…

search_mesh

Search the MeSH vocabulary for standardized medical terms. Find MeSH (Medical Subject Headings) descriptors to use in precise PubMed searches. Returns MeSH IDs, preferred terms, and scope…

get_cited_by

Find articles that cite a given PubMed article. Useful for tracking the impact and follow-up research of a key publication. Args: pmid: PubMed ID of the article to find citations…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "pubmed_/_medline_literature_search": {
      "url": "https://mcp.olyport.com/pubmed/mcp",
      "transport": "streamable-http"
    }
  }
}