{
  "name": "Breaker1",
  "description": "Agent-friendly meeting scheduling. AI agents can find Breaker1 users, see mutually-free times on their calendars, and book meetings on their behalf.",
  "agent_friendly": true,
  "mcp": {
    "endpoint": "https://ssesweekhcliexsnshum.supabase.co/functions/v1/mcp",
    "transport": "streamable-http",
    "discovery": "https://breaker1.ai/.well-known/mcp.json"
  },
  "auth_methods": [
    {
      "type": "anonymous",
      "description": "Public booking surface. Read tools and create_booking are open. Rate-limited per IP."
    },
    {
      "type": "web-bot-auth",
      "description": "RFC 9421 HTTP Message Signatures. The Signature-Agent header is recorded for observability; full key verification is on the roadmap."
    }
  ],
  "rate_limits": {
    "anonymous_per_ip_per_hour": 120,
    "create_booking_per_ip_per_hour": 10,
    "per_target_host_per_ip_per_hour": 30
  },
  "documentation": "https://breaker1.ai/for-agents",
  "contact": {
    "support_email": "support@breaker1.ai"
  }
}
