streamable-httpupdated 2mo ago
Real Kenyan doctors and care, reachable by any AI assistant, with the patient in control.
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.
安装
把 mkliniki 添加到你的客户端。选择你正在使用的那个。
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 个工具
mkliniki 向已连接的智能体提供 5 个工具。
- 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
评分
51 / 100
尚可
- 文档11/25
- 维护16/25
- 可信度6/20
- 能力6/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年6月30日 |