data
CoinMarketCap MCP, CLI, and Lua Integration for AI Agents
CoinMarketCap integration docs for AI agents: MCP gateway setup, CoinMarketCap CLI commands, Lua API reference, credentials, and function schemas.CoinMarketCap for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_airdrop | Read read | 1 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/airdrop. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_airdrops | Read read | 6 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/airdrops. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_categories | Read read | 5 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/categories. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_category | Read read | 5 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/category. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_map | Read read | 6 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/map. |
coinmarketcap.coinmarketcap_get_v2_cryptocurrency_info | Read read | 6 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v2/cryptocurrency/info. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_listings_historical | Read read | 9 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/listings/historical. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_listings_latest | Read read | 27 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/listings/latest. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_listings_new | Read read | 5 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/listings/new. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_trending_gainers_losers | Read read | 7 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/trending/gainers-losers. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_trending_latest | Read read | 5 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/trending/latest. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_trending_most_visited | Read read | 5 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/trending/most-visited. |
coinmarketcap.coinmarketcap_get_v2_cryptocurrency_market_pairs_latest | Read read | 14 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v2/cryptocurrency/market-pairs/latest. |
coinmarketcap.coinmarketcap_get_v2_cryptocurrency_ohlcv_historical | Read read | 11 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v2/cryptocurrency/ohlcv/historical. |
coinmarketcap.coinmarketcap_get_v2_cryptocurrency_ohlcv_latest | Read read | 5 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v2/cryptocurrency/ohlcv/latest. |
coinmarketcap.coinmarketcap_get_v2_cryptocurrency_price_performance_stats_latest | Read read | 7 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v2/cryptocurrency/price-performance-stats/latest. |
coinmarketcap.coinmarketcap_get_v3_cryptocurrency_quotes_historical | Read read | 10 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v3/cryptocurrency/quotes/historical. |
coinmarketcap.coinmarketcap_get_v3_cryptocurrency_quotes_latest | Read read | 7 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v3/cryptocurrency/quotes/latest. |
coinmarketcap.coinmarketcap_get_v3_cryptocurrency_listings_latest | Read read | 19 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v3/cryptocurrency/listings/latest. |
coinmarketcap.coinmarketcap_get_v1_simple_price | Read read | 5 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/simple/price. |
coinmarketcap.coinmarketcap_get_v1_exchange_assets | Read read | 1 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/exchange/assets. |
coinmarketcap.coinmarketcap_get_v1_exchange_info | Read read | 3 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/exchange/info. |
coinmarketcap.coinmarketcap_get_v1_exchange_map | Read read | 7 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/exchange/map. |
coinmarketcap.coinmarketcap_get_v1_exchange_listings_latest | Read read | 9 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/exchange/listings/latest. |
coinmarketcap.coinmarketcap_get_v1_exchange_market_pairs_latest | Read read | 11 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/exchange/market-pairs/latest. |
coinmarketcap.coinmarketcap_get_v1_exchange_quotes_historical | Read read | 8 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/exchange/quotes/historical. |
coinmarketcap.coinmarketcap_get_v1_exchange_quotes_latest | Read read | 5 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/exchange/quotes/latest. |
coinmarketcap.coinmarketcap_get_v3_fear_and_greed_historical | Read read | 2 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v3/fear-and-greed/historical. |
coinmarketcap.coinmarketcap_get_v3_fear_and_greed_latest | Read read | 0 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v3/fear-and-greed/latest. |
coinmarketcap.coinmarketcap_get_v1_global_metrics_quotes_historical | Read read | 7 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/global-metrics/quotes/historical. |
coinmarketcap.coinmarketcap_get_v1_global_metrics_quotes_latest | Read read | 2 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/global-metrics/quotes/latest. |
coinmarketcap.coinmarketcap_get_v1_altcoin_season_index_latest | Read read | 0 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/altcoin-season-index/latest. |
coinmarketcap.coinmarketcap_get_v1_altcoin_season_index_historical | Read read | 1 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/altcoin-season-index/historical. |
coinmarketcap.coinmarketcap_get_v1_content_latest | Read read | 9 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/content/latest. |
coinmarketcap.coinmarketcap_get_v1_content_posts_comments | Read read | 1 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/content/posts/comments. |
coinmarketcap.coinmarketcap_get_v1_content_posts_latest | Read read | 4 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/content/posts/latest. |
coinmarketcap.coinmarketcap_get_v1_content_posts_top | Read read | 4 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/content/posts/top. |
coinmarketcap.coinmarketcap_get_v1_community_trending_token | Read read | 1 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/community/trending/token. |
coinmarketcap.coinmarketcap_get_v1_community_trending_topic | Read read | 1 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/community/trending/topic. |
coinmarketcap.coinmarketcap_get_v3_index_cmc100_historical | Read read | 4 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v3/index/cmc100-historical. |
coinmarketcap.coinmarketcap_get_v3_index_cmc100_latest | Read read | 0 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v3/index/cmc100-latest. |
coinmarketcap.coinmarketcap_get_v3_index_cmc20_historical | Read read | 4 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v3/index/cmc20-historical. |
coinmarketcap.coinmarketcap_get_v3_index_cmc20_latest | Read read | 0 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v3/index/cmc20-latest. |
coinmarketcap.coinmarketcap_post_v1_dex_tokens_trending_list | Read read | 1 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: POST /v1/dex/tokens/trending/list. |
coinmarketcap.coinmarketcap_post_v1_dex_tokens_batch_query | Read read | 1 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: POST /v1/dex/tokens/batch-query. |
coinmarketcap.coinmarketcap_post_v1_dex_token_price_batch | Read read | 1 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: POST /v1/dex/token/price/batch. |
coinmarketcap.coinmarketcap_post_v1_dex_new_list | Read read | 1 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: POST /v1/dex/new/list. |
coinmarketcap.coinmarketcap_post_v1_dex_meme_list | Read read | 1 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: POST /v1/dex/meme/list. |
coinmarketcap.coinmarketcap_post_v1_dex_gainer_loser_list | Read read | 1 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: POST /v1/dex/gainer-loser/list. |
coinmarketcap.coinmarketcap_get_v4_dex_spot_pairs_latest | Read read | 27 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v4/dex/spot-pairs/latest. |
coinmarketcap.coinmarketcap_get_v4_dex_pairs_quotes_latest | Read read | 7 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v4/dex/pairs/quotes/latest. |
coinmarketcap.coinmarketcap_get_v1_dex_token | Read read | 2 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/dex/token. |
coinmarketcap.coinmarketcap_get_v1_dex_token_price | Read read | 2 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/dex/token/price. |
coinmarketcap.coinmarketcap_get_v1_dex_token_pools | Read read | 3 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/dex/token/pools. |
coinmarketcap.coinmarketcap_get_v1_dex_token_liquidity_query | Read read | 6 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/dex/token-liquidity/query. |
coinmarketcap.coinmarketcap_get_v1_dex_tokens_transactions | Read read | 14 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/dex/tokens/transactions. |
coinmarketcap.coinmarketcap_get_v1_dex_security_detail | Read read | 2 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/dex/security/detail. |
coinmarketcap.coinmarketcap_get_v1_dex_search | Read read | 5 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/dex/search. |
coinmarketcap.coinmarketcap_get_v1_dex_liquidity_change_list | Write write | 12 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/dex/liquidity-change/list. |
coinmarketcap.coinmarketcap_get_v1_dex_platform_list | Read read | 0 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/dex/platform/list. |
coinmarketcap.coinmarketcap_get_v1_dex_platform_detail | Read read | 1 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/dex/platform/detail. |
coinmarketcap.coinmarketcap_post_v1_dex_holders_list | Read read | 1 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: POST /v1/dex/holders/list. |
coinmarketcap.coinmarketcap_post_v1_dex_holders_detail | Read read | 1 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: POST /v1/dex/holders/detail. |
coinmarketcap.coinmarketcap_get_v1_dex_holders_trend_list | Read read | 6 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/dex/holders/trend/list. |
coinmarketcap.coinmarketcap_get_v1_dex_holders_tag_count | Read read | 2 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/dex/holders/tag_count. |
coinmarketcap.coinmarketcap_get_v1_dex_holders_count | Read read | 2 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/dex/holders/count. |
coinmarketcap.coinmarketcap_get_v1_k_line_points | Read read | 8 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/k-line/points. |
coinmarketcap.coinmarketcap_get_v1_k_line_candles | Read read | 8 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/k-line/candles. |
coinmarketcap.coinmarketcap_get_v1_fiat_map | Read read | 4 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/fiat/map. |
coinmarketcap.coinmarketcap_get_v1_key_info | Read read | 0 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/key/info. |
coinmarketcap.coinmarketcap_get_v1_tools_postman | Read read | 0 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/tools/postman. |
coinmarketcap.coinmarketcap_get_v2_tools_price_conversion | Read read | 6 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v2/tools/price-conversion. |
coinmarketcap.coinmarketcap_get_v1_blockchain_statistics_latest | Read read | 3 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/blockchain/statistics/latest. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_info | Read read | 6 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/info. |
coinmarketcap.coinmarketcap_get_v1_tools_price_conversion | Read read | 6 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/tools/price-conversion. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_market_pairs_latest | Read read | 14 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/market-pairs/latest. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_ohlcv_historical | Read read | 11 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/ohlcv/historical. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_ohlcv_latest | Read read | 5 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/ohlcv/latest. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_price_performance_stats_latest | Read read | 7 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/price-performance-stats/latest. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_quotes_historical | Read read | 10 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/quotes/historical. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_quotes_latest | Read read | 7 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/quotes/latest. |
coinmarketcap.coinmarketcap_get_v2_cryptocurrency_quotes_historical | Read read | 10 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v2/cryptocurrency/quotes/historical. |
coinmarketcap.coinmarketcap_get_v2_cryptocurrency_quotes_latest | Read read | 7 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v2/cryptocurrency/quotes/latest. |
coinmarketcap.coinmarketcap_get_v1_partners_flipside_crypto_fcas_listings_latest | Read read | 3 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/partners/flipside-crypto/fcas/listings/latest. |
coinmarketcap.coinmarketcap_get_v1_partners_flipside_crypto_fcas_quotes_latest | Read read | 4 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/partners/flipside-crypto/fcas/quotes/latest. |
coinmarketcap.coinmarketcap_get_v4_dex_pairs_trade_latest | Read read | 7 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v4/dex/pairs/trade/latest. |
coinmarketcap.coinmarketcap_get_v4_dex_pairs_ohlcv_latest | Read read | 7 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v4/dex/pairs/ohlcv/latest. |
coinmarketcap.coinmarketcap_get_v4_dex_pairs_ohlcv_historical | Read read | 12 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v4/dex/pairs/ohlcv/historical. |
coinmarketcap.coinmarketcap_get_v4_dex_networks_list | Read read | 5 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v4/dex/networks/list. |
coinmarketcap.coinmarketcap_get_v4_dex_listings_quotes | Read read | 7 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v4/dex/listings/quotes. |
coinmarketcap.coinmarketcap_get_v4_dex_listings_info | Read read | 2 | Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v4/dex/listings/info. |