{
  "specVersion": "1.0",
  "host": {
    "displayName": "sched.fyi",
    "identifier": "sched.fyi"
  },
  "entries": [
    {
      "identifier": "urn:air:sched.fyi:mcp:public",
      "displayName": "sched-fyi",
      "type": "application/mcp-server-card+json",
      "url": "https://sched.fyi/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "Find a business and available service times on sched.fyi.",
        "Request an appointment with my approval and confirm using my SMS code."
      ]
    },
    {
      "identifier": "urn:air:sched.fyi:skill:find-business",
      "displayName": "find-business",
      "type": "application/agent-skills+md",
      "url": "https://sched.fyi/.well-known/agent-skills/find-business/SKILL.md",
      "description": "Find a sched.fyi business, compare its services, and check appointment availability using the public MCP tools. Use when a customer wants to discover a business or choose an available booking option before making a booking.",
      "representativeQueries": [
        "Find a sched.fyi business offering Pilates near me.",
        "Compare available appointment times for my chosen service."
      ]
    },
    {
      "identifier": "urn:air:sched.fyi:skill:book-appointment",
      "displayName": "book-appointment",
      "type": "application/agent-skills+md",
      "url": "https://sched.fyi/.well-known/agent-skills/book-appointment/SKILL.md",
      "description": "Request and confirm a sched.fyi appointment after the customer approves the booking and SMS verification. Use when the customer has chosen a business, service and available time and can provide the six-digit code sent to their phone.",
      "representativeQueries": [
        "Book my chosen appointment after I approve the details and SMS.",
        "Confirm my approved booking with the six-digit code I received."
      ]
    },
    {
      "identifier": "urn:air:sched.fyi:api:public",
      "displayName": "sched.fyi public API",
      "type": "application/openapi+json",
      "url": "https://sched.fyi/openapi.json",
      "representativeQueries": [
        "Which public HTTP operations does sched.fyi support?",
        "What arguments and error responses do the public MCP booking tools use?"
      ]
    }
  ]
}
