{
  "markdown": "# Appendix MCP Server\n\nAppendix turns any AI health conversation into a physician-reviewed opinion, with a prescription if you need one.\n\nYour agent writes a medical encounter summary, submits it through our API, and a real doctor signs off.\n\nUse the Appendix MCP server to search medical literature, submit clinical encounters, and receive clinical guidance and prescriptions from board-certified physicians. Learn more at [appendix.com](https://appendix.com).\n\n## Installation\n\n### Claude Code\n\n```bash\nclaude mcp add --transport http appendix https://mcp.appendix.com/mcp\n```\n\n### Claude Desktop / Claude Web Connectors\n\nAdd to your Claude Desktop config (`claude_desktop_config.json`) or Claude.ai custom-connector form:\n\n```json\n{\n  \"mcpServers\": {\n    \"appendix\": {\n      \"url\": \"https://mcp.appendix.com/mcp\"\n    }\n  }\n}\n```\n\n### Other clients\n\n| Client | URL |\n|---|---|\n| Claude Code, Claude Desktop, Claude.ai connectors | `https://mcp.appendix.com/mcp` |\n| Anthropic Messages API (`mcp_servers`) | `https://mcp.appendix.com/mcp` |\n\nThe server speaks Streamable HTTP only — the current MCP spec transport (2025-03-26).\n\n## Available Tools\n\n| Tool | Description |\n|------|-------------|\n| `search_knowledge_base` | Search medical literature and treatment guidelines |\n| `submit_encounter` | Submit a clinical letter for physician review |\n| `list_conditions` | List available conditions and medications |\n\n## Development\n\n```bash\nnpm install\nnpm run build\nnpm start\n```\n\nWatch mode:\n\n```bash\nnpm run dev\n```\n\n## Environment Variables\n\n| Variable | Default | Description |\n|----------|---------|-------------|\n| `API_BASE_URL` | `https://api.appendix.com` | Appendix API base URL |\n| `PORT` | `3001` | HTTP listener port |\n\n## Endpoints\n\n| Method | Path | Purpose |\n|---|---|---|\n| `GET` | `/health` | Render health probe |\n| `POST` `GET` `DELETE` | `/mcp` | Streamable HTTP transport (stateless mode) |\n",
  "bytes": 1912,
  "sha": "03cab4d72d4df94918801928dcc53f2456270af6713e70817dd0954a03dc2d78",
  "repo_slug": "appendixhealth/mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_appendix_appendix_b5027211/readme"
}