INDIVIDUAL MCP TOOL
get_demo_allergies
Use this to get only the allergies of FinchNode's fixed fictional sample EMR: Allergies and intolerances, normalized from FHIR R4 AllergyIntolerance.
LIVE ENDPOINT
https://api.finchnode.com/demo/mcp
Connect to this endpoint to inspect the live schema for get_demo_allergies and invoke it with your own arguments.
Indexed 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 server
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.finchnode-public-demo]
url = "https://api.finchnode.com/demo/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"finchnode-public-demo": {
"type": "http",
"url": "https://api.finchnode.com/demo/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: finchnode-public-demo
Remote MCP URL: https://api.finchnode.com/demo/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": {
"finchnode-public-demo": {
"url": "https://api.finchnode.com/demo/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"finchnode-public-demo": {
"type": "http",
"url": "https://api.finchnode.com/demo/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "finchnode-public-demo",
"transport": "streamable-http",
"url": "https://api.finchnode.com/demo/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_demo_health_record— Get any mix of demographics, medications, conditions, labs, vitals, allergies, immunizations, encounters in one call — prefer this over several single-category tools.get_demo_record— Legacy categorized FHIR response.get_demo_fhir_bundle— Use this when a prototype or test needs the complete fictional FinchNode FHIR R4 Bundle and its resource references.search_demo_fhir— Use this to get all resources of one FHIR R4 type from FinchNode's fixed fictional sample EMR.simulate_demo_connect— Use this to prototype the FinchNode connection journey.get_demo_demographics— Use this to get only the basic details (demographics) of FinchNode's fixed fictional sample EMR: Name, birth date, sex, contact information, normalized from FHIR R4 Patient.get_demo_medications— Use this to get only the medications of FinchNode's fixed fictional sample EMR: Active and past prescriptions, normalized from FHIR R4 MedicationRequest, MedicationDispense.get_demo_conditions— Use this to get only the conditions of FinchNode's fixed fictional sample EMR: Diagnoses and problem list, normalized from FHIR R4 Condition.