← appendix.com
INDIVIDUAL MCP TOOL
submit_encounter
Submit a clinical encounter letter to the Appendix physician team for review.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.appendix]
url = "https://mcp.appendix.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"appendix": {
"type": "http",
"url": "https://mcp.appendix.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: appendix
Remote MCP URL: https://mcp.appendix.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"appendix": {
"url": "https://mcp.appendix.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"appendix": {
"type": "http",
"url": "https://mcp.appendix.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "appendix",
"transport": "streamable-http",
"url": "https://mcp.appendix.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_knowledge_base— Search Appendix's medical knowledge base for clinical literature, treatment guidelines, and reference material to help the user describe their medical issuelist_conditions— List all conditions and medications available through Appendix