@junct/coinmarketcap
v0.1.0
Published
coinmarketcap tools for AI agents — 30 tools, MCP + OpenAI compatible. Generated by Junct.
Maintainers
Readme
@junct/coinmarketcap
coinmarketcap tools for AI agents — 30 tools
Generated by Junct. analytics domain.
Install
npm install @junct/coinmarketcapUsage — OpenAI
import { tools } from '@junct/coinmarketcap';
import OpenAI from 'openai';
const client = new OpenAI();
const response = await client.chat.completions.create({
model: 'gpt-4o',
messages: [{ role: 'user', content: 'Query coinmarketcap' }],
tools,
});Usage — MCP (Claude Desktop / Cursor)
Add to your MCP config:
{
"mcpServers": {
"coinmarketcap": {
"url": "https://coinmarketcap.mcp.junct.dev/mcp",
"transport": "streamable-http"
}
}
}Usage — Direct Call
import { callTool } from '@junct/coinmarketcap';
const result = await callTool('get_v1_cryptocurrency_airdrop', {});
console.log(result);Tools (30)
get_v1_cryptocurrency_airdrop— Airdrop — Returns information about a single airdrop available on CoinMarketCap.get_v1_cryptocurrency_airdrops— Airdrops — Returns a list of past, present, or future airdrops which have run onget_v1_cryptocurrency_categories— Categories — Returns information about all coin categories available on CoinMarkget_v1_cryptocurrency_category— Category — Returns information about a single coin category available on CoinMarget_v1_cryptocurrency_info— Metadata — Returns all static metadata available for one or more cryptocurrencieget_v1_cryptocurrency_map— CoinMarketCap ID Map — Returns a mapping of all cryptocurrencies to unique CoinMget_v1_exchange_info— Metadata — Returns all static metadata for one or more exchanges. This informatiget_v1_exchange_map— CoinMarketCap ID Map — Returns a paginated list of all active cryptocurrency excget_v1_fiat_map— CoinMarketCap ID Map — Returns a mapping of all supported fiat currencies to uniget_v1_key_info— Key Info — Returns API key details and usage stats. This endpoint can be used toget_v1_tools_priceconversion— Price Conversion — Convert an amount of one cryptocurrency or fiat currency intoget_v1_blockchain_statistics_latest— Statistics Latest — Returns the latest blockchain statistics data for 1 or moreget_v1_cryptocurrency_listings_historical— Listings Historical — Returns a ranked and sorted list of all cryptocurrencies fget_v1_cryptocurrency_listings_latest— Listings Latest — Returns a paginated list of all active cryptocurrencies with lget_v1_cryptocurrency_listings_new— Listings New — Returns a paginated list of most recently added cryptocurrencies.- ... and 15 more
Links
- Server: https://coinmarketcap.mcp.junct.dev/mcp
- Dashboard: https://junct.dev/servers/coinmarketcap
- All servers: https://junct.dev/servers
