You're viewing a demo portfolio

Join the waitlist
PRSM

get_related_articles

Active

Tool of mcp-pubmed

declared in 0.1.0

Find papers SIMILAR to a given article — NIH PubMed's own computed 'related articles' (pubmed_pubmed neighbors), ranked by relevance using shared terms/MeSH/citations. Pass one PMID; returns the top related papers with full citation metadata (title, authors, journal, date, DOI). Use for "more papers like this", building a reading list from a seed paper, or broadening a literature search beyond keyword matches. Distinct from get_citations (which finds papers that cite this one).

Parameters schema

{
  "type": "object",
  "required": [
    "pmid"
  ],
  "properties": {
    "pmid": {
      "type": "string",
      "description": "A single PubMed ID to find neighbors for (e.g., \"24025838\")"
    },
    "limit": {
      "type": "number",
      "description": "Number of related articles to return (1-50, default 10)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

mcp-pubmed

https://github.com/pipeworx-io/mcp-pubmed

2/7 registries
View full server →