# StatPearls Medical Knowledge Server

Provide your AI system with reliable, peer-reviewed medical information about diseases and conditions. Search and retrieve comprehensive medical content from StatPearls, formatted in AI-friendly Mark…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add jpoles1/statpearls-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list jpoles1/statpearls-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get jpoles1/statpearls-mcp statpearls_disease_info

# Call a tool
npx -y @smithery/cli@latest tool call jpoles1/statpearls-mcp statpearls_disease_info '{}'
```

## Tools (1)

- `statpearls_disease_info` — Fetches comprehensive, reliable medical information about diseases from StatPearls, a trusted source of peer-reviewed m…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get jpoles1/statpearls-mcp <tool-name>
```

---

Source: https://github.com/jpoles1/statpearls-mcp
