{
  "a2a": "https://hyperliquidvault.space/.well-known/agent-card.json",
  "description": "Hyperliquid Vault Strategy Intelligence: discover Hyperliquid vaults and review a vault's key strategy metrics (TVL, APR, leader, followers, capacity, withdrawal availability, commission terms, deposit status) from the public Hyperliquid API.",
  "endpoint": "https://hyperliquidvault.space/mcp",
  "name": "HyperliquidVault",
  "protocolVersion": "2025-06-18",
  "stateless": true,
  "tools": [
    {
      "annotations": {
        "idempotentHint": false,
        "openWorldHint": true,
        "readOnlyHint": true
      },
      "description": "Discover Hyperliquid vaults: filter by open/closed and relationship (normal / parent / child), sort by TVL, APR or creation time, and cap the count. Each row has vault address, name, leader, TVL, APR, closed flag, relationship and creation time.",
      "inputSchema": {
        "additionalProperties": false,
        "properties": {
          "include_closed": {
            "description": "Include closed vaults. Default false.",
            "type": "boolean"
          },
          "limit": {
            "description": "Max rows to return, 1-999. Default 20.",
            "type": "integer"
          },
          "relationship": {
            "description": "Filter: any (default), normal, parent, or child.",
            "type": "string"
          },
          "sort_by": {
            "description": "Sort order: tvl (default), apr, or created (newest first).",
            "type": "string"
          }
        },
        "type": "object"
      },
      "name": "list_vaults",
      "outputSchema": {
        "additionalProperties": true,
        "type": "object"
      },
      "title": "List Hyperliquid vaults",
      "price": "0.01",
      "amount": "10000000000000000"
    },
    {
      "annotations": {
        "idempotentHint": false,
        "openWorldHint": true,
        "readOnlyHint": true
      },
      "description": "Review one Hyperliquid vault by address: leader, strategy description, APR, TVL, follower count, distributable and withdrawable capacity, leader commission and fraction, closed flag and deposit availability.",
      "inputSchema": {
        "additionalProperties": false,
        "properties": {
          "vault_address": {
            "description": "0x-prefixed Hyperliquid vault address (40 hex chars)",
            "type": "string"
          }
        },
        "required": [
          "vault_address"
        ],
        "type": "object"
      },
      "name": "vault_overview",
      "outputSchema": {
        "additionalProperties": true,
        "type": "object"
      },
      "title": "Hyperliquid vault overview",
      "price": "0.01",
      "amount": "10000000000000000"
    }
  ],
  "transport": "streamable-http",
  "type": "https://eips.ethereum.org/EIPS/eip-8004#service.mcp",
  "version": "1.0.0",
  "x402": {
    "asset": "0xcE24439F2D9C6a2289F741120FE202248B666666",
    "endpoint": "https://hyperliquidvault.space/x402",
    "network": "eip155:56",
    "payTo": "0xA06Db692d7e28356f80199Ff77E22a0Ef02A3518",
    "scheme": "exact",
    "symbol": "U"
  }
}