Skip to content
Back to hive-swap-router-federation

Card snapshot

hive-mcp-swap.onrender.com · 2026-08-17 23:13:25 UTC · c002b55a850d229d31f061939b48b047a350b9facc30c7fe81ec072dc35ed88c

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": "hive-swap-router-federation",
  "description": "Read-only Paraswap price quotes on Base for agent-native commerce. Hive does not construct or submit transactions, collect a routing fee, operate liquidity, or custody funds.",
  "url": "https://mcp-swap.thehiveryiq.com",
  "provider": {
    "organization": "Hive Civilization",
    "url": "https://thehiveryiq.com"
  },
  "version": "2.2.0",
  "documentationUrl": "https://github.com/srotzin/hive-mcp-swap",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": []
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "swap_route.quote",
      "name": "swap_route.quote",
      "description": "Get a read-only Paraswap price quote on Base. The response identifies the actual venues returned by Paraswap. No transaction construction, execution, custody, or fee collection.",
      "tags": [
        "mcp",
        "hive",
        "a2a",
        "paraswap",
        "base"
      ],
      "examples": [
        {
          "name": "swap_route.quote-example",
          "input": {
            "name": "swap_route.quote",
            "arguments": {
              "tokenIn": "<tokenIn>",
              "tokenOut": "<tokenOut>",
              "amountIn": 0
            }
          }
        }
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "x-hive": {
    "brand_gold": "#C08D23",
    "did": "did:hive:swap-router-federation",
    "mode": "read-only",
    "quote_provider": "Paraswap",
    "chain": "base"
  }
}