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.
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.
- 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
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.
One command — npx -y @smithery/cli install @jpoles1/statpearls-mcp --client claude
