{
  "specVersion": "1.0",
  "host": {
    "displayName": "THORChain Swap",
    "documentationUrl": "https://swap.thorchain.org/developers",
    "logoUrl": "https://swap.thorchain.org/logo.svg"
  },
  "entries": [
    {
      "identifier": "urn:air:swap.thorchain.org:mcp:server",
      "displayName": "THORChain Swap MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://swap.thorchain.org/.well-known/mcp/server-card.json",
      "description": "Read-only THORChain quote, liquidity-pool, and network-status tools.",
      "tags": [
        "mcp",
        "thorchain",
        "swap"
      ],
      "capabilities": [
        "get_swap_quote",
        "list_pools",
        "get_network_status"
      ],
      "version": "0.3.0"
    },
    {
      "identifier": "urn:air:swap.thorchain.org:api:openapi",
      "displayName": "THORChain Swap OpenAPI description",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://swap.thorchain.org/.well-known/openapi.json",
      "description": "OpenAPI 3.1 description for the public support endpoints.",
      "tags": [
        "openapi",
        "rest",
        "support"
      ]
    },
    {
      "identifier": "urn:air:swap.thorchain.org:api:catalog",
      "displayName": "THORChain Swap API catalog",
      "type": "application/linkset+json",
      "url": "https://swap.thorchain.org/.well-known/api-catalog",
      "description": "RFC 9727 catalog for the public API and its documentation.",
      "tags": [
        "api-catalog",
        "rfc9727",
        "rest"
      ]
    },
    {
      "identifier": "urn:air:swap.thorchain.org:a2a:agent-card",
      "displayName": "THORChain Swap A2A agent card",
      "type": "application/a2a-agent-card+json",
      "url": "https://swap.thorchain.org/.well-known/agent-card.json",
      "description": "A2A discovery card for the public THORChain Swap interfaces.",
      "tags": [
        "a2a",
        "discovery",
        "thorchain"
      ]
    },
    {
      "identifier": "urn:air:swap.thorchain.org:skills:index",
      "displayName": "THORChain Swap Agent Skills index",
      "type": "application/json",
      "url": "https://swap.thorchain.org/.well-known/agent-skills/index.json",
      "description": "Agent Skills v0.2 index for public swap, quote, pool, and network guidance.",
      "tags": [
        "agent-skills",
        "discovery",
        "thorchain"
      ]
    }
  ]
}