MCP Server
MCP
Eureka EHR
The Eureka EHR as MCP tools: patients, schedule, notes, messages, billing, and orders.
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://api.eureka.md/mcp",
"headers": [
{
"description": "Your Eureka API key",
"isRequired": true,
"value": "Bearer {api_key}",
"isSecret": true,
"variables": {
"api_key": {
"description": "Your per-doctor Eureka API key (ask in your practice Slack channel or eureka.md/support)",
"isRequired": true,
"isSecret": true
}
},
"name": "Authorization"
}
]
}
],
"packages": []
}
mcp
model-context-protocol
streamable-http
Comments
Sign in to leave a comment