{
  "schema_version": "1.0",
  "name": "Help Me Find A Doctor",
  "description": "US physician directory with search, matching, appointment requests, and health-concern research tools.",
  "url": "https://helpmefindadoctor.com",
  "contact": "abuse@helpmefindadoctor.com",
  "documentation": "https://helpmefindadoctor.com/auth.md",
  "discovery": {
    "api_catalog": "https://helpmefindadoctor.com/.well-known/api-catalog",
    "mcp_server_card": "https://helpmefindadoctor.com/.well-known/mcp.json",
    "skills_index": "https://helpmefindadoctor.com/.well-known/agent-skills.json",
    "oauth_protected_resource": "https://helpmefindadoctor.com/.well-known/oauth-protected-resource",
    "oauth_authorization_server": "https://helpmefindadoctor.com/.well-known/oauth-authorization-server",
    "openid_configuration": "https://helpmefindadoctor.com/.well-known/openid-configuration"
  },
  "mcp": {
    "endpoint": "https://helpmefindadoctor.com/mcp",
    "transport": "streamable-http",
    "auth": {
      "type": "oauth2",
      "issuer": "https://xzlmnbbrdkauinekexoi.supabase.co/auth/v1",
      "accepted_audiences": [
        "authenticated"
      ],
      "dynamic_client_registration": true
    }
  },
  "public_apis": [
    {
      "href": "https://helpmefindadoctor.com/api/public/cities/index.json",
      "description": "Cities index"
    },
    {
      "href": "https://helpmefindadoctor.com/api/public/city-data-version.json",
      "description": "Dataset version"
    },
    {
      "href": "https://helpmefindadoctor.com/sitemap-index.xml",
      "description": "Sitemap index"
    }
  ],
  "webmcp": {
    "global": "window.webmcp",
    "description": "Browser-exposed tool descriptors following the WebMCP proposal."
  }
}