Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cryptoCategories | Returns information about all coin categories available on CoinMarketCap. |
| cryptoCategory | Returns information about a single coin category on CoinMarketCap. |
| cryptoCurrencyMap | Returns a mapping of all cryptocurrencies to unique CoinMarketCap IDs. |
| getCryptoMetadata | Returns all static metadata for one or more cryptocurrencies including logo, description, and website URLs. |
| allCryptocurrencyListings | Returns a paginated list of all active cryptocurrencies with latest market data. |
| cryptoQuotesLatest | Returns the latest market quote for one or more cryptocurrencies. |
| dexInfo | Returns all static metadata for one or more decentralised exchanges. |
| dexListingsLatest | Returns a paginated list of all decentralised cryptocurrency exchanges including the latest aggregate market data. |
| dexNetworksList | Returns a list of all networks to unique CoinMarketCap ids. |
| dexSpotPairsLatest | Returns a paginated list of all active dex spot pairs with latest market data. |
| dexPairsQuotesLatest | Returns the latest market quote for 1 or more spot pairs. |
| dexPairsOhlcvLatest | Returns the latest OHLCV market values for one or more spot pairs for the current UTC day. |
| dexPairsOhlcvHistorical | Returns historical OHLCV data along with market cap for any spot pairs using time interval parameters. |
| dexPairsTradeLatest | Returns up to the latest 100 trades for 1 spot pair. |
| exchangeAssets | Returns the assets/token holdings of an exchange. |
| exchangeInfo | Returns metadata for one or more exchanges. |
| exchangeMap | Returns a mapping of all exchanges to unique CoinMarketCap IDs. |
| globalMetricsLatest | Returns the latest global cryptocurrency market metrics. |
| cmc100IndexHistorical | Returns an interval of historic CoinMarketCap 100 Index values based on the interval parameter. |
| cmc100IndexLatest | Returns the lastest CoinMarketCap 100 Index value, constituents, and constituent weights. |
| fearAndGreedLatest | Returns the latest CMC Crypto Fear and Greed Index value. |
| fearAndGreedHistorical | Returns historical CMC Crypto Fear and Greed Index values. |
| fiatMap | Returns a mapping of all supported fiat currencies to unique CoinMarketCap IDs. |
| getPostmanCollection | Returns a Postman collection for the CoinMarketCap API. |
| priceConversion | Convert an amount of one cryptocurrency or fiat currency into one or more different currencies. |
| keyInfo | Returns API key details and usage stats. |