{"openapi":"3.1.0","info":{"title":"MTN Kitchens public API","version":"1.1.0","description":"Public endpoints for MTN Kitchens & Joinery (Auckland, NZ). The MCP server at /mcp exposes tools to price and design a kitchen off the live 3D-designer engine and to submit a real quote on a customer's behalf. See /for-agents for a full guide."},"servers":[{"url":"https://mtnkm.co.nz"}],"paths":{"/api/health":{"get":{"summary":"Service health","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean"},"service":{"type":"string"}}}}}}}}},"/mcp":{"post":{"summary":"MCP Streamable HTTP (JSON-RPC 2.0): initialize, tools/list, tools/call. Tools include get_kitchen_catalog, price_kitchen, price_kitchen_from_plan (read an architect's drawing and price it), design_kitchen_link and create_kitchen_quote (rate-limited write).","responses":{"200":{"description":"JSON-RPC result"}}}},"/for-agents":{"get":{"summary":"Human- and agent-readable guide to the MCP tools, with worked JSON-RPC examples","responses":{"200":{"description":"Markdown guide","content":{"text/markdown":{}}}}}}}}