> ## Documentation Index
> Fetch the complete documentation index at: https://ekacare-quickstart-cleanup.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Eka MCP Server

> Give your AI assistant direct access to Eka.care — book appointments, manage patients, create prescriptions, and more.

<Frame>
  <img src="https://mintcdn.com/ekacare-quickstart-cleanup/NVBbqJ4QY17ZI3ZY/images/eka-remote-mcp.png?fit=max&auto=format&n=NVBbqJ4QY17ZI3ZY&q=85&s=5ea62943f2ae028e8cbaed682500189b" alt="MCP Overview" width="942" height="778" data-path="images/eka-remote-mcp.png" />
</Frame>

**Model Context Protocol (MCP)** is an open standard that lets AI assistants like Claude connect directly to your applications and data. Eka's MCP server exposes your EMR — patients, appointments, prescriptions, doctor and clinic data — so your AI can act on it, not just talk about it.

Instead of copy-pasting patient names or manually creating appointments, just ask your AI assistant and it handles it end-to-end.

***

## Choose Your Setup

<CardGroup cols={2}>
  <Card title="Remote MCP" icon="cloud" href="/ai-tools/mcp-server/remote-mcp">
    **Recommended for most users**

    Hosted at `mcp.eka.care`. No installation needed — just add the URL to your AI client and sign in with your Eka.care account.
  </Card>

  <Card title="Local MCP SDK" icon="terminal" href="/ai-tools/mcp-server/local-mcp">
    **For developers and custom deployments**

    Self-hosted Python package. Use API credentials to connect, ideal for automation, offline access, or building your own integrations.
  </Card>
</CardGroup>

|          | Remote MCP                      | Local MCP SDK           |
| -------- | :------------------------------ | :---------------------- |
| Hosted   | Eka.care cloud (`mcp.eka.care`) | Your own machine        |
| Auth     | Eka.care account (OAuth login)  | Client ID + Secret      |
| Install  | None                            | `pip install`           |
| Best for | Doctors, clinics, quick setup   | Developers, custom apps |

***

## What Can You Do?

Once connected, just talk to your AI assistant in plain language:

<CodeGroup>
  ```text Example prompts theme={null}
  "Book an appointment for Raj Kumar with Dr. Singh tomorrow at 10 AM"

  "Show me all appointments for this afternoon"

  "Search for patient Priya Sharma and update her mobile number"
  ```
</CodeGroup>

<AccordionGroup>
  <Accordion title="Patient Management">
    Search and retrieve patient records, add new patients, update information, and view complete medical history.
  </Accordion>

  <Accordion title="Appointment Management">
    Check available slots, book, reschedule, or cancel appointments, and view appointment history.
  </Accordion>

  <Accordion title="Doctor & Clinic Operations">
    Retrieve doctor profiles, access clinic information, and view available services.
  </Accordion>
</AccordionGroup>

For the full list of available tools, see [Supported Tools](/ai-tools/mcp-server/supported-tools).

***

<Note>
  **Questions?** Email us at [ekaconnect@eka.care](mailto:ekaconnect@eka.care)
</Note>
