Skip to content
Back to THORChain Swap

Card snapshot

pool.thorchain.org · 2026-07-20 18:23:16 UTC · 388f974283d981fdc0e62460c4a4137dcfab05792094880c0dbaeddd8caa43f9

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "THORChain Swap",
  "description": "Public discovery card for the THORChain Swap web interface.",
  "version": "0.1.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "supportedInterfaces": [
    {
      "url": "https://swap.thorchain.org",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0.0"
    },
    {
      "url": "https://swap.thorchain.org/mcp",
      "protocolBinding": "MCP",
      "protocolVersion": "2025-06-18"
    }
  ],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "inspect-public-discovery",
      "name": "Inspect Public Discovery",
      "description": "Read public discovery documents for the THORChain Swap interface.",
      "tags": [
        "discovery",
        "thorchain",
        "swap"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ]
}