{
  "servers": {
    "cryptoprice": {
      "url": "https://www.cryptoprice.pro/mcp",
      "type": "http",
      "headers": {
        "Authorization": "Bearer ${input:cryptoprice-api-key}"
      }
    }
  },
  "inputs": [
    {
      "id": "cryptoprice-api-key",
      "type": "promptString",
      "description": "CryptoPrice API Key (get one at https://www.cryptoprice.pro/ai-agent-api/keys)",
      "password": true
    }
  ]
}