Eka MCP Server
About
Access medical knowledge-bases and drug information from eka.care. Requires API credentials.
Details
- Author
- eka-care
- GitHub stars
- 19
- Downloads
- 174
- Categories
- Database, Other, Knowledge Base, API
Jump to
- Indian branded drug search across 500,000+ drugs
- Indian treatment protocol search with 180+ protocols
- Curated by in-house doctors at eka.care
- Reduces hallucinations by grounding in verified data
- Integrates with the MCP open standard
- Supports Claude, Cursor, and Windsurf applications
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Eka MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Obtain API credentials from https://console.eka.care, then configure the Claude Desktop app's claude_desktop_config.json with the uvx command and your --client-id and --client-secret. Use the MCP Inspector for debugging.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"eka mcp server": {
"eka_mcp_server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"uvx",
"eka_mcp_server",
"--eka-api-host",
"https://api.eka.care",
"--client-id",
"<client_id>",
"--client-secret",
"<client_secret>"
]
}
}
}
}
McpServers
{
"eka_mcp_server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"uvx",
"eka_mcp_server",
"--eka-api-host",
"https://api.eka.care",
"--client-id",
"<client_id>",
"--client-secret",
"<client_secret>"
]
}
}
Eka MCP Server
Overview
Eka Care's Model Context Protocol (MCP) server facilitates interaction with medical knowledge-bases specifically curated for the Indian healthcare context. While advanced models from Claude, OpenAI, and others can perform adequately in medical contexts, their responses often lack grounding in factual information and published references. Additionally, India faces a significant challenge with the absence of centralized repositories for branded medications in the public domain.
The Eka MCP Server addresses these challenges by providing structured access to curated knowledge-bases through specialized tools:
Indian Branded Drug Search: Enables lookup across 500,000+ branded drugs available in India, returning comprehensive metadata including generic composition and manufacturer information to enhance LLM responses.
Indian Treatment Protocol Search: Provides contextual access to over 180 treatment protocol documents published by authoritative Indian healthcare institutions such as ICMR and RSSDI.
Key Benefits:
🩺 Medical Accuracy: Grounds AI responses in verified healthcare information
🔄 Seamless Workflow: Provides critical information without requiring context switching
🛡️ Reduced Hallucinations: Relies on curated medical data rather than AI's implicit general knowledge
🌐 Open Ecosystem: Integrates with the growing MCP open standard
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





