Labsco
MCP SERVER

StatPearls

by jpoles1

Pull a peer-reviewed StatPearls article on a condition into the conversation, converted to clean Markdown.

Biomedical: Genomics & Clinical Data
Summary
A named medical source instead of recall.

When a clinical question comes up, the answer is a peer-reviewed StatPearls article fetched at that moment — which is a different thing from a model summarising what it remembers.

What it is

A server that searches StatPearls — the peer-reviewed medical reference hosted on NCBI Bookshelf — for a disease or condition and returns the article as Markdown instead of HTML. It ships as a self-contained binary per platform.

What you get
  • statpearls_disease_info searches for a disease or condition and returns its StatPearls article
  • HTML is converted to well-formed Markdown, so the text arrives readable rather than wrapped in page markup
  • Length and table-of-contents options on the call, for when you want the section rather than the whole chapter
  • The content is peer-reviewed StatPearls material, so the answer has a source you can name
Requirements

Download the binary for your OS from the releases page and point your client's command at it — nothing else to install. Also available through Smithery, or from source with Bun. No account and no key.

Setup effort

One command — npx -y @smithery/cli install @jpoles1/statpearls-mcp --client claude