{
  "schemaVersion": "0.1.0",
  "name": "Sera Protocol",
  "description": "On-chain FX settlement protocol for multi-currency stablecoins. Atomic cross-border swaps across 600+ stablecoins and 120+ currencies, non-custodial, zero protocol fees.",
  "url": "https://agents.sera.cx",
  "provider": {
    "organization": "Sera Protocol",
    "url": "https://sera.cx"
  },
  "version": "1.0.0",
  "documentationUrl": "https://docs.sera.cx",
  "openapi": "https://agents.sera.cx/openapi.json",
  "mcp": {
    "url": "https://agents.sera.cx/mcp",
    "transport": "http"
  },
  "capabilities": [
    {
      "name": "quote",
      "description": "Get a live FX quote between any pair of supported stablecoins. Returns amount-out, mid-rate, network cost, and a settlement-quote ID valid for a short TTL."
    },
    {
      "name": "swap",
      "description": "Build an unsigned settlement transaction from a quote. The caller's wallet signs and broadcasts; Sera never takes custody."
    },
    {
      "name": "corridors",
      "description": "List supported FX corridors, currencies, and current liquidity depth per pair."
    },
    {
      "name": "rates",
      "description": "Stream or fetch live reference rates aggregated across 50+ banks, 10+ PSPs, and 10+ FX houses."
    }
  ],
  "authentication": {
    "schemes": [
      "none"
    ]
  },
  "skills": [
    "fx_quote",
    "fx_settle",
    "cross_border_payment",
    "stablecoin_swap",
    "treasury_rebalance"
  ],
  "tags": [
    "fx",
    "stablecoin",
    "cross-border",
    "settlement",
    "payments",
    "remittance",
    "defi"
  ],
  "license": "https://sera.cx/terms"
}
