Eka MCP Server
@eka-care
About Eka MCP Server
Eka MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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>"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Eka MCP Server?
Eka MCP Server is a medical knowledge-base integration for Indian healthcare, providing tools for branded drug lookup and treatment protocol search. It grounds LLM responses in curated data from Indian institutions like ICMR and RSSDI, reducing hallucinations and improving accuracy.
How to use Eka MCP Server?
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.
Key features of Eka MCP Server
- 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
Use cases of Eka MCP Server
- Look up Indian branded drug composition and manufacturer details
- Retrieve treatment protocols for medical conditions from Indian guidelines
- Enhance AI clinical decision support with region-specific data
FAQ from Eka MCP Server
Can I use this without an eka.care account?
No, you need valid API credentials from eka.care to access the medical information.

Comments