MCP Server
MCP
HelpDental
Search 10,000+ UK dental practices, compare treatment prices, and find emergency dentists.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment