← doktor.mx

INDIVIDUAL MCP TOOL

ver_perfil

Get the full profile of a specific doctor by their URL slug.

doktor.mxnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

doktor.mx

CONNECT 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.

Related tools

  • buscar_doctor — Search for doctors in Mexico by medical specialty, city, state, or name.
  • especialidades_disponibles — List all available medical specialties in the directory with the number of registered doctors in each one.
  • ciudades_disponibles — List cities in Mexico that have registered doctors.
  • estados_disponibles — List states in Mexico that have registered doctors, with the total number of doctors in each.
  • verificar_cedula — Verify if a doctor has a valid professional license (cédula profesional) registered with the SEP.
  • buscar_por_padecimiento — Given a medical condition or disease, find which specialists treat it and available doctors.
  • buscar_por_sintoma — Given a symptom, suggest possible conditions and specialists.
  • buscar_por_seguro — Search for doctors who accept a specific health insurance plan.