Skip to main content
Server URL: https://medai-tools.eka.care/mcp
Prerequisite: An active Eka account. On first connect, your AI client will open a browser window for OAuth login. Contact ekaconnect@eka.care to get access.
Pick your AI client and follow the steps:

Claude Desktop (Paid / Pro)

1

Open Settings

In Claude Desktop, click SettingsConnectorsAdd custom connector
2

Enter server details

  • Name: MedAI Tools
  • URL: https://medai-tools.eka.care/mcp
3

Add and authenticate

Click Add, then sign in with your Eka account when prompted.

Claude Desktop (Free)

Free tier doesn’t have the Connectors UI. Use mcp-remote as a bridge:
1

Open config

Go to SettingsDeveloperEdit Config
2

Add this configuration

claude_desktop_config.json
{
  "mcpServers": {
    "medai-tools": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://medai-tools.eka.care/mcp"]
    }
  }
}
Config location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
3

Save and restart

Save the file, restart Claude Desktop, then authenticate when the browser opens.

Verify the Connection

Once connected, test with a prompt in your AI client:
Search for Dolo 650 in the Indian drug database
You should see the AI call indian_branded_drug_search and return drug details including generic composition and manufacturer.

Self-hosted (Partners Only)

The MedAI Tools server source is available to Eka partners. Self-hosting requires Python 3.13+, Docker, AWS Bedrock access, and Eka OAuth credentials. Contact ekaconnect@eka.care to request source access and setup documentation.
Need an Eka account? Contact ekaconnect@eka.care to get started.