{
  "schema_version": "2025-03-26",
  "protocolVersion": "2025-03-26",
  "mcpVersion": "1.0",
  "name": "sinder-public",
  "description": "Public read-only Sinder MCP server descriptor. Exposes site overview, services, blog, and waitlist endpoints to MCP-compatible AI agents.",
  "version": "1.0.0",
  "publisher": {
    "name": "Sinder",
    "url": "https://sinder.ae",
    "contact": "socials@sinder.ae"
  },
  "transports": [
    {
      "type": "https",
      "url": "https://sinder.ae/.well-known/mcp/server-card.json"
    }
  ],
  "capabilities": {
    "resources": true,
    "tools": true,
    "prompts": false,
    "sampling": false
  },
  "resources": [
    {
      "uri": "https://sinder.ae/llms.txt",
      "mimeType": "text/markdown",
      "name": "Site overview (llms.txt)"
    },
    {
      "uri": "https://sinder.ae/llms-full.txt",
      "mimeType": "text/markdown",
      "name": "Complete digest (llms-full.txt)"
    },
    {
      "uri": "https://sinder.ae/sitemap.xml",
      "mimeType": "application/xml",
      "name": "URL inventory"
    },
    {
      "uri": "https://sinder.ae/openapi.json",
      "mimeType": "application/json",
      "name": "Public OpenAPI spec"
    }
  ],
  "tools": [
    {
      "name": "join_waitlist",
      "description": "Add a UAE-resident to the Sinder Founder Card waitlist.",
      "endpoint": "https://sinder.ae/api/waitlist",
      "method": "POST"
    },
    {
      "name": "get_waitlist_count",
      "description": "Fetch the public waitlist counter and remaining spots.",
      "endpoint": "https://sinder.ae/api/waitlist/count",
      "method": "GET"
    },
    {
      "name": "get_legal_document",
      "description": "Fetch a public legal document by id (cardholder T&Cs, etc.).",
      "endpoint": "https://sinder.ae/api/legal/documents/{documentId}",
      "method": "GET"
    }
  ],
  "discovery": {
    "agentCard": "https://sinder.ae/.well-known/agent.json",
    "webmcp": "https://sinder.ae/.well-known/webmcp.json",
    "agentsJson": "https://sinder.ae/.well-known/agents.json"
  }
}