Catalog
io.github.tris686/helpdental-mcp
OfficialHelpDental
Search 10,000+ UK dental practices, compare treatment prices, and find emergency dentists.
Search and compare UK dental practices, treatment prices, and emergency services.
README not available yet.
Install
Configuration
Environment variables
SUPABASE_URLrequiredHelpDental Supabase project URL
SUPABASE_ANON_KEYrequiredsecretHelpDental Supabase anonymous key
MCP_BOOKING_API_KEYsecretOptional. Enables the booking tools (book_appointment, confirm_booking_otp, get_booking_status). Without this, only the read-only search tools are exposed.
HELPDENTAL_API_BASEOptional. Override the HelpDental API host (defaults to https://helpdental.ai). Useful for staging.
claude_desktop_config.json
{
"mcpServers": {
"helpdental-mcp": {
"command": "npx",
"args": [
"-y",
"helpdental-mcp@1.1.0"
],
"env": {
"SUPABASE_URL": "<YOUR_SUPABASE_URL>",
"SUPABASE_ANON_KEY": "<YOUR_SUPABASE_ANON_KEY>",
"MCP_BOOKING_API_KEY": "<YOUR_MCP_BOOKING_API_KEY>",
"HELPDENTAL_API_BASE": "<YOUR_HELPDENTAL_API_BASE>"
}
}
}
}