{
  "title": "Сватбени Оферти API Catalog",
  "description": "Machine-readable catalog for the Сватбени Оферти wedding-agency matchmaking platform.",
  "version": "0.1.0",
  "links": [
    {
      "rel": "self",
      "href": "https://offers.weddingwebsite.bg/.well-known/api-catalog.json",
      "type": "application/json",
      "title": "API Catalog"
    },
    {
      "rel": "describedby",
      "href": "https://offers.weddingwebsite.bg/llms.txt",
      "type": "text/markdown",
      "title": "Site description for LLMs"
    },
    {
      "rel": "service-doc",
      "href": "https://offers.weddingwebsite.bg/docs/api.html",
      "type": "text/html",
      "title": "Human-readable API documentation"
    },
    {
      "rel": "sitemap",
      "href": "https://offers.weddingwebsite.bg/sitemap.xml",
      "type": "application/xml",
      "title": "XML sitemap"
    }
  ],
  "apis": [
    {
      "name": "wedding-offers-mcp",
      "title": "Сватбени Оферти MCP",
      "description": "Model Context Protocol server exposing wedding lead tools to authenticated agencies. Row-level security scopes every call to the caller's own agency.",
      "protocol": "mcp-streamable-http",
      "auth": "oauth2",
      "authIssuer": "https://dwhvwekvfrojetnpzpsw.supabase.co/auth/v1",
      "endpoint": "https://dwhvwekvfrojetnpzpsw.supabase.co/functions/v1/mcp",
      "tools": [
        {
          "name": "list_my_assignments",
          "title": "List my assignments",
          "description": "List wedding lead assignments matched to the signed-in agency.",
          "readOnly": true
        },
        {
          "name": "get_lead",
          "title": "Get lead",
          "description": "Fetch full details for a specific lead assignment.",
          "readOnly": true
        },
        {
          "name": "mark_assignment_responded",
          "title": "Mark assignment responded",
          "description": "Mark an assignment as responded after the agency has contacted the couple.",
          "readOnly": false
        }
      ]
    }
  ]
}
