streamable-httpupdated 2mo ago
Real Kenyan doctors and care, reachable by any AI assistant, with the patient in control.
What can you do with mkliniki?
M-Kliniki MCP Server
Real Kenyan doctors and care, reachable by any AI assistant, with the patient in control.
M-Kliniki is Kenya's connected, patient first health platform, built in Kenya: see a real, licensed doctor by video, order medicine and groceries to your door, book lab tests, and pay safely with money held in escrow until you confirm you received it.
This Model Context Protocol server lets an AI assistant discover real, licensed providers and help a person reach care. Every clinical decision stays with a licensed doctor, and the patient keeps control of their own data and money.
- Endpoint (Streamable HTTP):
https://api-kjijorqedq-uc.a.run.app/mcp - Auth: none (public, discovery only)
Tools (discovery only)
| Tool | Description |
|---|---|
| about_mkliniki | What M-Kliniki is and how escrow payment protects the patient |
| find_doctor | Real, licensed doctors for a video consult, by specialty |
| find_medicine | Pharmacy items that do not need a prescription, for delivery |
| find_groceries | Fresh groceries for delivery |
| join_mkliniki | Onboarding for licensed providers, grocers, riders, or patients |
Safety
Discovery only: no payments, no personal data, no provider contact details pass through the protocol, and no autonomous AI clinical decisions. Booking and payment happen inside the authenticated M-Kliniki app or WhatsApp, where escrow, identity and consent live. An agent can find us and send the patient; it cannot reach the till or make a medical decision.
The Kenyan built, patient first health and finance platform by Urban Tech for Hope (M-Kliniki) Ltd.
Install
Add mkliniki to your client. Pick the one you use.
claude mcp add --transport http mkliniki https://api-kjijorqedq-uc.a.run.app/mcpcodex mcp add mkliniki --url https://api-kjijorqedq-uc.a.run.app/mcp{
"mcpServers": {
"mkliniki": {
"url": "https://api-kjijorqedq-uc.a.run.app/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"mkliniki": {
"type": "http",
"url": "https://api-kjijorqedq-uc.a.run.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"mkliniki": {
"url": "https://api-kjijorqedq-uc.a.run.app/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mkliniki": {
"serverUrl": "https://api-kjijorqedq-uc.a.run.app/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
5 tools
mkliniki exposes 5 tools to a connected agent.
- about_mkliniki
- What M-Kliniki is and how escrow payment protects the patient
- find_doctor
- Real, licensed doctors for a video consult, by specialty
- find_medicine
- Pharmacy items that do not need a prescription, for delivery
- find_groceries
- Fresh groceries for delivery
- join_mkliniki
- Onboarding for licensed providers, grocers, riders, or patients
Score
51 / 100
Adequate
- Documentation11/25
- Maintenance16/25
- Trust6/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 62 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jun 30, 2026 |