{
  "a2a": "https://alphatrack.space/.well-known/agent-card.json",
  "description": "AlphaTrack: Binance smart-money intelligence. Ranks the top Binance Futures copy-trading leaders by 3-day realised PnL, with ROI, assets under management and subscriber counts, straight from Binance's public smart-money leaderboard.",
  "endpoint": "https://alphatrack.space/mcp",
  "name": "AlphaTrack",
  "protocolVersion": "2025-06-18",
  "stateless": true,
  "tools": [
    {
      "annotations": {
        "idempotentHint": false,
        "openWorldHint": true,
        "readOnlyHint": true
      },
      "description": "Top Binance Futures copy-trading leaders ranked by 3-day PnL (descending). Returns up to 10 traders with account name, subscribers, assets under management, 3-day PnL and ROI, plus a one-line human summary per trader.",
      "inputSchema": {
        "additionalProperties": false,
        "properties": {
          "limit": {
            "description": "Number of traders to return, 1-10. Default 10.",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "name": "top_traders",
      "outputSchema": {
        "additionalProperties": false,
        "properties": {
          "count": {
            "type": "integer"
          },
          "fetched_at": {
            "type": "string"
          },
          "ranking_type": {
            "type": "string"
          },
          "source": {
            "type": "string"
          },
          "text": {
            "description": "The same ranking as numbered human-readable lines",
            "type": "string"
          },
          "time_range": {
            "type": "string"
          },
          "traders": {
            "items": {
              "additionalProperties": false,
              "properties": {
                "account_name": {
                  "type": "string"
                },
                "assets_usd": {
                  "description": "Assets under management in USD",
                  "type": "number"
                },
                "pnl_usd": {
                  "description": "3-day realised PnL in USD (negative = loss)",
                  "type": "number"
                },
                "rank": {
                  "type": "integer"
                },
                "roi_pct": {
                  "description": "3-day ROI in percent",
                  "type": "number"
                },
                "subscribers": {
                  "type": "integer"
                },
                "summary": {
                  "type": "string"
                },
                "trader_name": {
                  "type": "string"
                }
              },
              "required": [
                "rank",
                "trader_name",
                "account_name",
                "subscribers",
                "assets_usd",
                "pnl_usd",
                "roi_pct",
                "summary"
              ],
              "type": "object"
            },
            "type": [
              "null",
              "array"
            ]
          }
        },
        "required": [
          "source",
          "time_range",
          "ranking_type",
          "fetched_at",
          "count",
          "traders",
          "text"
        ],
        "type": "object"
      },
      "title": "Binance top traders (3D PnL)",
      "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://alphatrack.space/x402",
    "network": "eip155:56",
    "payTo": "0x8a1960AC9EBcb0B0F88926728F10d94962695Db2",
    "scheme": "exact",
    "symbol": "U"
  }
}