Skip to content

eka-care/eka-developer-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eka Developer MCP

An MCP server that gives AI agents access to the Eka Care developer documentation — helping developers understand and integrate Eka's healthcare APIs.

No installation. No credentials. Just a URL.

Add to your AI tool

Platform Command
Claude Code claude mcp add eka-docs --url https://mcp.eka.care/developer
Claude Desktop Add to claude_desktop_config.json (see below)
Cursor Add URL in Settings → MCP
VS Code Add to .vscode/mcp.json (see below)

Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json)

{
  "mcpServers": {
    "eka-docs": {
      "type": "url",
      "url": "https://mcp.eka.care/developer"
    }
  }
}

VS Code (.vscode/mcp.json)

{
  "servers": {
    "eka-docs": {
      "type": "sse",
      "url": "https://mcp.eka.care/developer/sse"
    }
  }
}

What it can answer

  • "What APIs does Eka Care expose?"
  • "How do I authenticate with the Eka API?"
  • "Show me how to book an appointment"
  • "What is EkaScribe and how do I use it?"
  • "How does ABDM / ABHA integration work?"
  • "Give me a Python code example for medication search"
  • "What webhooks does Eka send for appointments?"

Available tools

Tool Description
list_sections Browse all documentation sections and pages
search_docs Search by keyword across all docs
get_page Fetch full content of a specific page
get_api_reference Get API reference for a specific endpoint
get_code_example Get code examples for a feature

API coverage

  • Core EMR: Appointments, Patients, Doctors, Clinics, Prescriptions
  • Health AI: EkaScribe (medical transcription), MedAssist, Assessments
  • Knowledge Base: Medications, Diagnoses, Treatment Protocols
  • ABDM / Interoperability: ABHA, Care Contexts, Consent Management
  • Lab Reports: Upload, Parse, Webhooks
  • SDKs: Python, TypeScript, Go, Java, Android, iOS

Self-hosting / Development

git clone https://github.com/mayank-garg-eka/eka-developer-mcp
cd eka-developer-mcp
pip install -e .
eka-developer-mcp

Or with Docker:

docker build -t eka-developer-mcp .
docker run -p 8000:8000 eka-developer-mcp

See CLAUDE.md for architecture details.

About

MCP for EKA Developer platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors