{"name":"koderman-dental","version":"1.0.0","title":"Koderman Dental Implant Centre","description":"WebMCP (Model Context Protocol) server for the Koderman dental implant centre. POST JSON-RPC 2.0 to this endpoint. Methods: initialize, tools/list, tools/call.","protocol":"mcp","transport":"http-jsonrpc","endpoint":"https://koderman11.pages.dev/mcp","tools":[{"name":"list_services","description":"List all dental services offered by the Koderman implant centre, with prices and a short description.","inputSchema":{"type":"object","properties":{"locale":{"type":"string","enum":["sl","de","en","hr"],"description":"Language code (sl, de, en, hr)"}}}},{"name":"get_service","description":"Get the full details and description of a single dental service by its slug.","inputSchema":{"type":"object","properties":{"slug":{"type":"string"},"locale":{"type":"string","enum":["sl","de","en","hr"]}},"required":["slug"]}},{"name":"list_articles","description":"List advice/blog articles about dental implants, All-on-4, pricing and aftercare.","inputSchema":{"type":"object","properties":{"locale":{"type":"string","enum":["sl","de","en","hr"]}}}},{"name":"book_appointment","description":"Submit a free, non-binding appointment request to the clinic. Provide at least a name and a phone number.","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"phone":{"type":"string"},"email":{"type":"string"},"service":{"type":"string"},"message":{"type":"string"},"locale":{"type":"string","enum":["sl","de","en","hr"]}},"required":["name","phone"]}}]}