CardioTriage MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CARDIOTRIAGE_MCP_HOST | No | Host address for Streamable HTTP transport. | 127.0.0.1 |
| CARDIOTRIAGE_MCP_PATH | No | Path for Streamable HTTP transport endpoint. | /mcp |
| CARDIOTRIAGE_MCP_PORT | No | Port for Streamable HTTP transport. | 8000 |
| CARDIOTRIAGE_MCP_TRANSPORT | No | Transport protocol for MCP server. Set to 'streamable-http' for HTTP transport. | stdio |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"ai.promptopinion/fhir-context": {
"scopes": [
{
"name": "patient/Patient.rs",
"required": true
},
{
"name": "patient/Observation.rs"
},
{
"name": "patient/MedicationStatement.rs"
},
{
"name": "patient/Condition.rs"
}
]
}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_synthetic_casesA | List available synthetic demo cases. Use first when an agent needs to discover CardioTriage case IDs. NOT for clinical use. |
| get_fhir_case_bundleA | Return a synthetic FHIR-like bundle for case A, B, C, or D. Use after selecting a case ID. Synthetic data only; NOT for clinical use. |
| analyze_missing_critical_dataA | Flag missing or pending critical cardiovascular triage data for a synthetic case. Use before risk disposition. NOT for clinical use. |
| summarize_cardiovascular_risk_signalsA | Summarize deterministic cardiovascular risk signals for a synthetic case. Use for STEMI, HF/Chagas, or low-risk pattern triage. NOT for clinical use. |
| generate_structured_handoff_noteA | Generate a deterministic SBAR-style handoff note for a synthetic case in English, Spanish, or Portuguese. Use after risk and missing-data review. NOT for clinical use. |
| interpret_12_lead_ecgA | Run AI-ECG analysis on a 12-lead recording. Default case_id mode uses precomputed ECGFounder embeddings; advanced raw ECG mode routes to live inference when available. Returns uncalibrated demo scores. NOT for clinical use. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/claudiomedina17/cardiotriage-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server