A comprehensive FastAPI microservice for health-related operations with JWT authentication, PostgreSQL database, and Alembic migrations.It is backed
A comprehensive FastAPI microservice for health-related operations with JWT authentication, PostgreSQL database, and Alembic migrations.It is backed by MCP server using FastApiMCP. The health api mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 8 defined tools rather than through you.
Everything the assistant can do here goes through one of these:
ReDoc — http://localhost:5000/redocDoctors — The Doctors tool exposed by this serverPatients — The Patients tool exposed by this serverAppointments — The Appointments tool exposed by this serverTelemedicine — The Telemedicine tool exposed by this serverReferral — The Referral tool exposed by this serverPharmacy — The Pharmacy tool exposed by this serverInsurance — All these endpoints require the Authorization: Bearer header. Refer to the interactive API docs at /docs for detailed request/responseSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Plenty of database access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Health Api's toolset — ReDoc, Doctors, Patients and 5 more — is a fair guide to whether it matches your workflow. It is maintained by AlwaysSany; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| ReDoc | http://localhost:5000/redoc |
| Doctors | The Doctors tool exposed by this server. |
| Patients | The Patients tool exposed by this server. |
| Appointments | The Appointments tool exposed by this server. |
| Telemedicine | The Telemedicine tool exposed by this server. |
| Referral | The Referral tool exposed by this server. |
| Pharmacy | The Pharmacy tool exposed by this server. |
| Insurance | All these endpoints require the Authorization: Bearer <token> header. Refer to the interactive API docs at /docs for detailed request/response schemas and try out the endpoints interactively. |
{
"mcpServers": {
"health-api": {
"serverUrl": "http://localhost:5000/mcp",
"headers": {
"Authorization": "Bearer
<put_your_bearer_token_here>"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.