{
  "name": "Plekify",
  "description": "Agent-ready hotel booking infrastructure: Shopify commerce and the Apaleo PMS joined in one live platform. Read-only agent surface in v1 — search properties, check availability and rates, receive a checkout link for human handoff. Built by the founder of SafariNow (R320m annual booking value, sold to Travelstart).",
  "url": "https://app.plekify.com/",
  "author": {
    "name": "Matthew Swart",
    "url": "https://plekify.com/pages/plekify-platform"
  },
  "prefersColorScheme": "system",
  "baseURL": "https://app.plekify.com",
  "endpoints": [
    {
      "introspection": {
        "path": "/ai.json"
      }
    },
    {
      "conversation": {
        "path": "/mcp"
      }
    }
  ],
  "capabilities": {
    "read_only": true,
    "tools": [
      "search_properties(query?, country?)",
      "get_property(handle)",
      "check_availability(propertyId, checkin, checkout, guests?)",
      "get_rates(propertyId, checkin, checkout)",
      "get_checkout_link(propertyId, checkin, checkout, roomTypeId?)"
    ],
    "checkout": "human-handoff",
    "booking_writes": false
  },
  "auth": {
    "type": "bearer",
    "description": "Bearer key issued by Plekify; request via hello@plekify.com. Environment variable name on our side: PLEKIFY_MCP_DEMO_KEY (name only — never embed a value)."
  },
  "terms": {
    "url": "https://plekify.com/pages/plekify-platform",
    "note": "Read-only agent surface in v1; no booking writes. Use respects Shopify's and Apaleo's platform terms."
  },
  "demo": {
    "store": "https://demo.plekify.com/",
    "booking_page": "/"
  }
}