{
  "info": {
    "name": "CoinMarketCap — mcp.ai",
    "description": "REST API for the CoinMarketCap MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/coinmarketcap",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "coinmarketcap_cryptocurrency_listings_latest",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/cryptocurrency/listings/latest",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "cryptocurrency",
            "listings",
            "latest"
          ]
        },
        "description": "Fetch the latest cryptocurrency market listings from CoinMarketCap. Returns a ranked list of active cryptocurrencies with real-time price, market cap, 24h volume, and percent changes. By default retur",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"aux\": \"\",\n  \"tag\": \"\",\n  \"sort\": \"\",\n  \"limit\": 0,\n  \"start\": 0,\n  \"convert\": \"\",\n  \"sort_dir\": \"\",\n  \"price_max\": 0,\n  \"price_min\": 0,\n  \"convert_id\": \"\",\n  \"market_cap_max\": 0,\n  \"market_cap_min\": 0,\n  \"volume_24h_max\": 0,\n  \"volume_24h_min\": 0,\n  \"cryptocurrency_type\": \"\",\n  \"circulating_supply_max\": 0,\n  \"circulating_supply_min\": 0,\n  \"percent_change_24h_max\": 0,\n  \"percent_change_24h_min\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "coinmarketcap_cryptocurrency_map",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/cryptocurrency/map",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "cryptocurrency",
            "map"
          ]
        },
        "description": "Tool to retrieve a mapping of all cryptocurrencies, including their unique IDs, symbols, and names. Use when you need reference IDs for crypto assets. Response results are nested under a `data` key.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"aux\": \"\",\n  \"slug\": \"\",\n  \"sort\": \"\",\n  \"limit\": 0,\n  \"start\": 0,\n  \"symbol\": \"\",\n  \"listing_status\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "coinmarketcap_cryptocurrency_quotes_latest",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/cryptocurrency/quotes/latest",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "cryptocurrency",
            "quotes",
            "latest"
          ]
        },
        "description": "Tool to get the latest aggregated global market quotes for one or more cryptocurrencies. Exactly one of id, symbol, or slug must be provided; combining multiple identifier types or omitting all causes",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"aux\": \"\",\n  \"slug\": \"\",\n  \"symbol\": \"\",\n  \"convert\": \"\",\n  \"convert_id\": \"\",\n  \"skip_invalid\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "coinmarketcap_get_cryptocurrency_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/cryptocurrency/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "cryptocurrency",
            "info"
          ]
        },
        "description": "Tool to fetch metadata (description, logo, URLs) for one or more cryptocurrencies. Use when you need static asset details like descriptions, logos, and related links. Exactly one of `id`, `slug`, or `",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"slug\": \"\",\n  \"symbol\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "coinmarketcap_get_exchange_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/exchange/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "exchange",
            "info"
          ]
        },
        "description": "Tool to get detailed metadata for one or more exchanges. Use when you need exchange logos, supported fiats, launch dates, and official links.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"aux\": \"\",\n  \"slug\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "coinmarketcap_get_key_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/key/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "key",
            "info"
          ]
        },
        "description": "Tool to retrieve your CoinMarketCap API key details, rate limits, and usage statistics. Use after setting your API key to inspect limits and usage.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "coinmarketcap_global_metrics_quotes_latest",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/global/metrics/quotes/latest",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "global",
            "metrics",
            "quotes",
            "latest"
          ]
        },
        "description": "Tool to obtain the latest global cryptocurrency market metrics (market cap, volume, dominance). Use when you need aggregated market-level data for analysis.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"convert\": \"\",\n  \"convert_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "coinmarketcap_partner_map",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/partner/map",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "partner",
            "map"
          ]
        },
        "description": "Tool to retrieve a mapping of all CoinMarketCap partners with their unique IDs, names, and slugs. Use when you need to map partner names or slugs to numeric IDs.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"slug\": \"\",\n  \"limit\": 0,\n  \"start\": 0,\n  \"listing_status\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "coinmarketcap_tools_price_conversion",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/tools/price/conversion",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "tools",
            "price",
            "conversion"
          ]
        },
        "description": "Tool to convert an amount from one cryptocurrency or fiat currency into another. Either `id` or `symbol` must be provided as the source currency identifier. Use when conversion rates are needed. Unsup",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0,\n  \"time\": \"\",\n  \"amount\": 0,\n  \"symbol\": \"\",\n  \"convert\": \"\",\n  \"convert_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}