{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "name": "com.amplerun/gpu-rentals",
  "title": "AmpleRun GPU rentals",
  "version": "0.1.0",
  "description": "Find, price, rent and stop GPUs on AmpleRun, paid from a prepaid USDC or USDT balance on Base. A flat 5% platform fee is inside every rate. An API key with the renter scope lets the agent rent on its own; other keys are read-only.",
  "websiteUrl": "https://amplerun.com/docs/agents",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://amplerun.com/api/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "An AmpleRun API key from Account → Security, or the one register_agent_account returns. The renter scope allows renting and stopping. Without it, only the agent-registration tools are served.",
          "isRequired": false,
          "isSecret": true,
          "value": "Bearer {api_key}",
          "variables": {
            "api_key": {
              "description": "AmpleRun API key (ark_...)",
              "isRequired": false,
              "isSecret": true
            }
          }
        }
      ]
    }
  ]
}