Serversio.github.tris686/helpdental-mcp
M

HelpDental

io.github.tris686/helpdental-mcp · v1.1.0
▦ npm
v1.1.0npm npm: helpdental-mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.tris686/helpdental-mcp",
  "description": "Search 10,000+ UK dental practices, compare treatment prices, and find emergency dentists.",
  "title": "HelpDental",
  "repository": {
    "url": "https://github.com/tris686/helpdental",
    "source": "github",
    "subfolder": "mcp-server"
  },
  "version": "1.1.0",
  "websiteUrl": "https://helpdental.ai",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "helpdental-mcp",
      "version": "1.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "HelpDental Supabase project URL",
          "isRequired": true,
          "name": "SUPABASE_URL"
        },
        {
          "description": "HelpDental Supabase anonymous key",
          "isRequired": true,
          "isSecret": true,
          "name": "SUPABASE_ANON_KEY"
        },
        {
          "description": "Optional. Enables the booking tools (book_appointment, confirm_booking_otp, get_booking_status). Without this, only the read-only search tools are exposed.",
          "isSecret": true,
          "name": "MCP_BOOKING_API_KEY"
        },
        {
          "description": "Optional. Override the HelpDental API host (defaults to https://helpdental.ai). Useful for staging.",
          "name": "HELPDENTAL_API_BASE"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}