MCP Server para buscar médicos verificados en México — doktor.mx
MCP Server para buscar médicos verificados en México — doktor.mx. The doktor mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 10 defined tools rather than through you.
MCP Server para buscar médicos verificados en México a través de doktor.mx — el directorio médico más completo del país.
Everything the assistant can do here goes through one of these:
buscar_doctor — Busca médicos por especialidad, ciudad, estado o nombre en doktor.mxver_perfil — Obtiene el perfil completo de un médico incluyendo formación académica verificada, horarios, precios y reseñasverificar_cedula — Verifica si un médico tiene cédula profesional validada por la SEPbuscar_por_padecimiento — The buscar_por_padecimiento tool exposed by this serverbuscar_por_sintoma — A partir de un síntoma, sugiere posibles padecimientos y especialistas. Incluye disclaimer médicobuscar_por_seguro — The buscar_por_seguro tool exposed by this serverespecialidades_disponibles — Lista todas las especialidades médicas disponibles con el total de doctores en cada unaciudades_disponibles — Lista ciudades con médicos registrados, filtrable por estadoestados_disponibles — The estados_disponibles tool exposed by this serverbuscar_articulo_salud — Busca artículos de salud sobre padecimientos, tratamientos y prevenciónYou will need one environment variable: DOKTOR_API_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Installation goes through your MCP client rather than a global install: point it at doktor-mcp-server on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Plenty of developer tooling 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. Doktor's toolset — buscar_doctor, ver_perfil, verificar_cedula and 7 more — is a fair guide to whether it matches your workflow. It is maintained by vanguardiaai; 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 |
|---|---|
| buscar_doctor | Busca médicos por especialidad, ciudad, estado o nombre en [doktor.mx](https://doktor.mx). |
| ver_perfil | Obtiene el perfil completo de un médico incluyendo formación académica verificada, horarios, precios y reseñas. |
| verificar_cedula | Verifica si un médico tiene cédula profesional validada por la SEP. |
| buscar_por_padecimiento | The buscar_por_padecimiento tool exposed by this server. |
| buscar_por_sintoma | A partir de un síntoma, sugiere posibles padecimientos y especialistas. Incluye disclaimer médico. |
| buscar_por_seguro | The buscar_por_seguro tool exposed by this server. |
| especialidades_disponibles | Lista todas las especialidades médicas disponibles con el total de doctores en cada una. |
| ciudades_disponibles | Lista ciudades con médicos registrados, filtrable por estado. |
| estados_disponibles | The estados_disponibles tool exposed by this server. |
| buscar_articulo_salud | Busca artículos de salud sobre padecimientos, tratamientos y prevención. |
{
"mcpServers": {
"doktor": {
"command": "npx",
"args": ["doktor-mcp-server"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| DOKTOR_API_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.