{
  "specVersion": "1.0",
  "host": {
    "displayName": "sfclarity",
    "identifier": "sfclarity.com"
  },
  "entries": [
    {
      "identifier": "urn:air:sfclarity.com:api:events",
      "displayName": "sfclarity public events API",
      "type": "application/json",
      "url": "https://sfclarity.com/openapi.json",
      "description": "Read-only OpenAPI 3.1 spec for the public SF tech-events dataset (published events + landing stats).",
      "representativeQueries": [
        "what SF tech events are happening this week",
        "find AI or startup meetups in San Francisco",
        "what's the schema for sfclarity's public events API"
      ]
    },
    {
      "identifier": "urn:air:sfclarity.com:mcp:events",
      "displayName": "sfclarity events MCP server",
      "type": "application/json",
      "url": "https://sfclarity-mcp-server.cloudflare-driveway392.workers.dev/.well-known/mcp/server-card.json",
      "description": "Minimal, read-only, unauthenticated MCP server (JSON-RPC 2.0) over the same public events dataset — search_events, get_event tools, deployed as a separate Cloudflare Worker, not this domain.",
      "representativeQueries": [
        "search sfclarity events for AI meetups via MCP",
        "get full detail for one sfclarity event by id"
      ]
    }
  ]
}
