com.appendix/appendix
Official3 toolsby appendixhealth · TypeScript
Appendix
Physician-reviewed medical opinions and prescriptions for AI agents.
Provides physician-reviewed medical opinions and prescription recommendations for AI agents.
Captured live from the server via tools/list.
search_knowledge_base
Search Appendix's medical knowledge base for clinical literature, treatment guidelines, and reference material to help the user describe their medical issue
Parameters (2)
- querystringrequired
Search query (clinical topic or question)
- limitinteger
Max results to return (1-10, default 5)
submit_encounter
Submit a clinical encounter letter to the Appendix physician team for review. The letter should be in Markdown format following the Appendix letter structure. Returns feedback on completeness or a checkout URL when ready. One of our board-certified physicians will personally review the submission and provide clinical guidance and a prescription if appropriate.
Parameters (3)
- querystringrequired
Clinical letter in Markdown format (500-10,000 characters)
- session_tokenstring
Token from a previous response to continue the same encounter
- imagesarray
Up to 3 images to attach
list_conditions
List all conditions and medications available through Appendix
Parameters (1)
- categorystring
Filter by category name (case-insensitive, e.g. 'respiratory')
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"appendix": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.appendix.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.