{
  "schema_version": "2025-06-18",
  "name": "skima-webmcp",
  "version": "0.1.0",
  "protocolVersion": "2025-06-18",
  "description": "Skima WebMCP — public landing-site tools for booking demos, pricing guidance, and slot discovery.",
  "endpoint": "https://skima.ai/api/mcp",
  "transport": "http+json-rpc",
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "get_available_slots",
      "description": "List bookable Skima demo slots for a date range and IANA timezone. Window of up to 6 days per call; chain calls for wider searches. Each returned start_time is a value you can pass straight to book_demo as slot.available_slots."
    },
    {
      "name": "book_demo",
      "description": "Book a Skima product demo in one call: submit the lead form and reserve the chosen slot from get_available_slots. Caller must set terms_and_condition=true with explicit user consent."
    },
    {
      "name": "get_pricing",
      "description": "Return Skima pricing guidance. Skima pricing is custom-quoted; this tool returns a canned message plus links to schedule a demo and contact sales."
    }
  ]
}