{
  "name": "kayidol",
  "title": "KayIdol — Know who to call.",
  "description": "An AI-agent-first marketplace for real-world local services in the Philippines. Consumers reach it through an AI assistant they already use; they never need an account. Currently in a free beta: the platform charges nothing and never touches the money.",
  "status": "DEPLOYED",
  "url": "https://mcp.kayidol.com/mcp",
  "transport": "streamable-http",
  "documentation": "https://docs.kayidol.com",
  "authorization": {
    "type": "bearer",
    "public_read_unauthenticated": true,
    "notes": "The implemented adapter accepts KayIdol API keys and booking capability tokens, and forwards them only to the configured KayIdol REST API for validation. Do not send credentials issued by another service. OAuth authorization is not implemented."
  },
  "tools": [
    "get_capabilities",
    "search_providers",
    "check_availability",
    "request_quote",
    "get_quote",
    "accept_quote",
    "create_booking_intent",
    "get_booking_intent",
    "confirm_booking_intent",
    "cancel_booking_intent",
    "get_booking",
    "preview_booking_cancellation",
    "cancel_booking"
  ],
  "planned_tools": [
    "get_provider"
  ],
  "notice": "Deployed and serving. Connect over streamable HTTP and call `tools/list` to enumerate them from the server itself, which is authoritative over this file. Send a KayIdol API key as a bearer token for anything that quotes or books; search and the capability document answer without one."
}
