{
  "name": "Sinder Public Agent",
  "description": "Public read-only agent for Sinder — UAE fintech issuing a Mastercard Platinum Debit travel card with 0% Sinder FX markup within an AED 40,000 / month worldwide allowance. Provides waitlist signup, savings calculation, FAQ lookup, and card information lookup.",
  "url": "https://sinder.ae",
  "provider": {
    "organization": "Sinder",
    "url": "https://sinder.ae"
  },
  "version": "1.0.0",
  "documentationUrl": "https://sinder.ae/llms-full.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/markdown",
    "application/json"
  ],
  "skills": [
    {
      "id": "join-waitlist",
      "name": "Join the Sinder Founder Card waitlist",
      "description": "Submit a name and email to reserve a spot on the Sinder Founder Card waitlist (UAE).",
      "tags": [
        "waitlist",
        "signup",
        "founder-card"
      ],
      "examples": [
        "Sign me up for the Sinder waitlist with email a@b.com.",
        "Reserve me a Founder Card."
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "endpoint": "https://sinder.ae/api/waitlist",
      "method": "POST"
    },
    {
      "id": "waitlist-count",
      "name": "Get current waitlist count",
      "description": "Read how many people have joined the Sinder Founder Card waitlist.",
      "tags": [
        "waitlist",
        "stats"
      ],
      "endpoint": "https://sinder.ae/api/waitlist/count",
      "method": "GET"
    },
    {
      "id": "lookup-faq",
      "name": "Lookup Sinder FAQ",
      "description": "Read the markdown digest of Sinder facts, pricing, FX policy and FAQs for accurate citations.",
      "tags": [
        "faq",
        "facts",
        "pricing"
      ],
      "endpoint": "https://sinder.ae/llms-full.txt",
      "method": "GET"
    },
    {
      "id": "card-info",
      "name": "Lookup Sinder Founder Card details",
      "description": "Read the structured Founder Card facts (FX rate, monthly allowance, fees, benefits).",
      "tags": [
        "card",
        "fx",
        "pricing"
      ],
      "endpoint": "https://sinder.ae/markdown/services/zero-fx-card-uae",
      "method": "GET"
    },
    {
      "id": "savings-calculator",
      "name": "Estimate savings vs UAE bank cards",
      "description": "Reference page that explains the savings model. Use the published markdown for input ranges.",
      "tags": [
        "calculator",
        "savings",
        "fx"
      ],
      "endpoint": "https://sinder.ae/pricing",
      "method": "GET"
    }
  ],
  "contact": {
    "email": "socials@sinder.ae",
    "url": "https://sinder.ae/contact"
  },
  "securitySchemes": {},
  "links": {
    "openapi": "https://sinder.ae/openapi.json",
    "mcp": "https://sinder.ae/.well-known/mcp.json",
    "webmcp": "https://sinder.ae/.well-known/webmcp.json",
    "agentsJson": "https://sinder.ae/.well-known/agents.json",
    "llmsTxt": "https://sinder.ae/llms.txt",
    "llmsFullTxt": "https://sinder.ae/llms-full.txt"
  }
}