{
  "schema_version": "0.1.0",
  "name": "Curavita",
  "description": "AI-accessible business API for Curavita. Query services, check appointment availability, book appointments, get FAQs, and more — all programmatically.",
  "url": "https://curavita.com",
  "provider": {
    "organization": "gema by General Magic",
    "url": "https://getgema.ai"
  },
  "capabilities": {
    "booking": true,
    "information": true,
    "search": true
  },
  "endpoints": {
    "mcp": "https://www.getgema.ai/api/mcp/6a2c22fa-e968-45a3-b5fa-c294309ec131",
    "mcp_protocol": "https://www.getgema.ai/api/mcp/protocol/6a2c22fa-e968-45a3-b5fa-c294309ec131",
    "openapi": "https://www.getgema.ai/api/mcp/openapi/6a2c22fa-e968-45a3-b5fa-c294309ec131",
    "llms_txt": "https://www.getgema.ai/api/llms-txt/6a2c22fa-e968-45a3-b5fa-c294309ec131",
    "agent_card": "https://www.getgema.ai/.well-known/agent-card.json?site=6a2c22fa-e968-45a3-b5fa-c294309ec131",
    "schema_org": "https://www.getgema.ai/api/presence/schema/6a2c22fa-e968-45a3-b5fa-c294309ec131"
  },
  "tools": [
    "get_business_info",
    "get_services",
    "get_practitioners",
    "search_services",
    "get_faqs",
    "check_availability",
    "book_appointment",
    "cancel_appointment",
    "get_pricing",
    "search_knowledge"
  ],
  "contact": {
    "phone": "613-237-9000",
    "email": "info.glebe@curavita.com"
  },
  "integration": {
    "chatgpt": {
      "type": "Custom GPT Actions",
      "openapi_spec": "https://www.getgema.ai/api/mcp/openapi/6a2c22fa-e968-45a3-b5fa-c294309ec131",
      "instructions": "Import this OpenAPI spec into a Custom GPT as an Action to enable booking."
    },
    "claude": {
      "type": "MCP Server (Streamable HTTP)",
      "endpoint": "https://www.getgema.ai/api/mcp/protocol/6a2c22fa-e968-45a3-b5fa-c294309ec131",
      "instructions": "Add this URL as a remote MCP server in Claude Desktop or Claude.ai settings."
    },
    "generic": {
      "type": "REST API",
      "endpoint": "https://www.getgema.ai/api/mcp/6a2c22fa-e968-45a3-b5fa-c294309ec131",
      "instructions": "GET for tool schemas, POST {\"tool\":\"name\",\"arguments\":{}} to execute."
    }
  },
  "instructions": "This business has three integration paths: (1) OpenAPI spec for ChatGPT Actions, (2) MCP protocol endpoint for Claude, (3) REST API for any agent. Start with get_business_info or get_services."
}