{
  "protocolVersion": "0.3.0",
  "name": "NavMDs Doctor Research Agent",
  "description": "Research US doctors and specialists: search by procedure & location, natural-language search, full profiles, moderation-approved patient reviews, procedure pricing, and consultation fees. Covers 7,400+ providers with deep plastic-surgery / aesthetics coverage.",
  "version": "1.0.0",
  "url": "https://www.navmds.com/api/mcp",
  "preferredTransport": "MCP",
  "documentationUrl": "https://www.navmds.com/llms.txt",
  "provider": {
    "organization": "NavMDs",
    "url": "https://www.navmds.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "text/markdown"],
  "additionalInterfaces": [
    { "transport": "MCP", "url": "https://www.navmds.com/api/mcp" },
    { "transport": "HTTP+JSON", "url": "https://www.navmds.com/api/search/doctors" },
    { "transport": "HTTP+JSON", "url": "https://www.navmds.com/api/search/semantic" }
  ],
  "skills": [
    {
      "id": "search_doctors",
      "name": "Search doctors",
      "description": "Find doctors by procedure/specialty and US location, ranked by rating and review volume.",
      "tags": ["doctors", "search", "healthcare", "directory"],
      "examples": [
        "Find rhinoplasty surgeons in Miami",
        "Best plastic surgeons in California"
      ]
    },
    {
      "id": "semantic_search_doctors",
      "name": "Natural-language doctor search",
      "description": "Find doctors from a free-text description using vector similarity over full profiles.",
      "tags": ["doctors", "semantic", "vector", "healthcare"],
      "examples": [
        "Board-certified facelift surgeon in LA with great reviews and free consults"
      ]
    },
    {
      "id": "get_doctor",
      "name": "Get doctor profile",
      "description": "Full profile: specialty, locations, ratings, overview, procedures, pricing, consultation fee, FAQ, verification.",
      "tags": ["doctors", "profile", "reviews", "pricing"],
      "examples": ["Tell me about Dr. Jane Smith on NavMDs"]
    },
    {
      "id": "get_procedure_costs",
      "name": "Procedure pricing",
      "description": "Aggregate patient-reported and practice-listed prices for a procedure, optionally by location.",
      "tags": ["pricing", "cost", "procedures"],
      "examples": ["How much does a tummy tuck cost in Texas?"]
    }
  ],
  "x-mcp": {
    "endpoint": "https://www.navmds.com/api/mcp",
    "transport": "streamable-http",
    "auth": "none",
    "tools": [
      "search_doctors",
      "semantic_search_doctors",
      "get_doctor",
      "get_doctor_reviews",
      "get_procedure_costs",
      "list_procedures",
      "list_locations",
      "search",
      "fetch"
    ]
  }
}
