{
  "name": "marginpad",
  "description": "Free crypto market data and a paper-trading engine for bots and AI agents. Live prices, klines, funding, open interest, long/short ratios and liquidations measured from nine exchanges, with no API key. A free key adds a full futures paper-trading account: market, limit and stop orders, leverage, server-side fills, funding and liquidation from one-minute candles, separate strategy books, a WebSocket stream and signed webhooks. No deposit, no KYC, nothing real at risk.",
  "version": "2.4",
  "transport": "http",
  "endpoint": "https://marginpad.io/mcp",
  "protocol": "mcp",
  "authentication": {
    "type": "none",
    "note": "Market-data tools need no key. Paper-trading tools take a free API key from https://marginpad.io/trading-api/ as X-API-Key."
  },
  "documentation": "https://marginpad.io/trading-api/#mcp",
  "openapi": "https://marginpad.io/api/openapi.json",
  "terms": "https://marginpad.io/terms/#api",
  "config_example": {
    "mcpServers": {
      "marginpad": {
        "url": "https://marginpad.io/mcp"
      }
    }
  }
}