← Back to Plugins
MCP Server MCP

Eureka EHR

MCP Registry publisher By MCP Registry publisher 👁 3 views ▲ 0 votes

The Eureka EHR as MCP tools: patients, schedule, notes, messages, billing, and orders.

Homepage Verified source

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

Loading comments...