{
  "serverInfo": {
    "name": "whos-in",
    "title": "Who's In — Event Management Platform",
    "version": "1.0.0",
    "homepage": "https://whos-in.app",
    "vendor": "Who's In"
  },
  "transport": {
    "type": "webmcp",
    "endpoint": "https://whos-in.app/webmcp",
    "status": "live",
    "notes": "Who's In runs WebMCP native browser-tool integration today — agents running in the browser discover tools via the page at https://whos-in.app/webmcp. A server-side HTTP MCP transport (at https://whos-in.app/mcp) is planned; this card will be updated with transport.type=http once it ships. See https://whos-in.app/blog/webmcp-event-platform for context."
  },
  "capabilities": {
    "tools": [
      {
        "name": "search_events",
        "description": "Search public events on Who's In by category, keyword, city, or country. Returns event details including title, description, date, venue, price, and RSVP link."
      },
      {
        "name": "get_event_details",
        "description": "Fetch the full public details for a specific event by slug or id."
      },
      {
        "name": "rsvp_to_event",
        "description": "Initiate an RSVP to a public free event. Requires the user's name and email; the user receives a confirmation email to finalise."
      },
      {
        "name": "list_cities",
        "description": "List cities where Who's In has active events, useful for local discovery."
      }
    ],
    "resources": [
      {
        "uri": "https://whos-in.app/ai.txt",
        "description": "AI policy for Who's In"
      },
      {
        "uri": "https://whos-in.app/llms.txt",
        "description": "Compact LLM-facing site summary"
      },
      {
        "uri": "https://whos-in.app/llms-full.txt",
        "description": "Full LLM-facing site summary with page-level detail"
      }
    ]
  },
  "auth": {
    "type": "oauth2",
    "authorization_servers": ["https://whos-in.app"],
    "metadata": "https://whos-in.app/.well-known/oauth-authorization-server"
  },
  "contact": "api@whos-in.app",
  "_note": "Server card advertises discoverability and capability intent. WebMCP native browser-tool integration is live (see https://whos-in.app/webmcp). Server-side MCP transport at /mcp is scheduled — auth + scoping land together with the agent OAuth flow described in oauth-authorization-server."
}
