Content Tools
doktor.mx
Search and retrieve information about doctors in Mexico, including specialties, locations, and profiles.
ENDPOINT 1
https://api.doktor.mx/mcp
MCP server metadata
- Name
- doktor-mx
- Version
- 1.0.0
Known tools 10
buscar_doctorSearch for doctors in Mexico by medical specialty, city, state, or name.
Inferred read-onlyespecialidades_disponiblesList all available medical specialties in the directory with the number of registered doctors in each one.
Inferred read-onlyestados_disponiblesList states in Mexico that have registered doctors, with the total number of doctors in each.
Inferred read-onlyverificar_cedulaVerify if a doctor has a valid professional license (cédula profesional) registered with the SEP.
Inferred read-onlybuscar_por_padecimientoGiven a medical condition or disease, find which specialists treat it and available doctors.
Inferred read-onlybuscar_articulo_saludSearch health articles about medical conditions, treatments, symptoms, and prevention.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.doktor-mx]
url = "https://api.doktor.mx/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"doktor-mx": {
"type": "http",
"url": "https://api.doktor.mx/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: doktor-mx
Remote MCP URL: https://api.doktor.mx/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"doktor-mx": {
"url": "https://api.doktor.mx/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"doktor-mx": {
"type": "http",
"url": "https://api.doktor.mx/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "doktor-mx",
"transport": "streamable-http",
"url": "https://api.doktor.mx/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for doktor.mx was fetched 2026-09-18T08:34:18.239Z.
doktor.mx is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.