From all-skills
Fetches cryptocurrency market data from CoinPaprika: prices, tickers, OHLCV, exchanges, contracts for 12,000+ coins via 29 MCP tools. Free tier, no API key. Useful for crypto apps and analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/all-skills:coinpaprika-apiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Access cryptocurrency market data for 12,000+ coins and 350+ exchanges via the CoinPaprika MCP server.
Access cryptocurrency market data for 12,000+ coins and 350+ exchanges via the CoinPaprika MCP server.
Add the MCP server to your Claude Code config:
{
"mcpServers": {
"coinpaprika": {
"url": "https://mcp.coinpaprika.com/sse"
}
}
}
Or install the full plugin (includes agent + skill):
/plugin marketplace add coinpaprika/claude-marketplace
/plugin install coinpaprika@coinpaprika-plugins
getGlobal — Total market cap, BTC dominance, 24h volumegetTickers / getTickersById — Price, market cap, volume for coinsgetTickersHistoricalById — Historical price ticksgetCoins / getCoinById — Coin details, descriptions, links, teamsgetCoinEvents / getCoinExchanges / getCoinMarkets — Events, exchange listings, trading pairsgetCoinOHLCVHistorical / getCoinOHLCVLatest / getCoinOHLCVToday — Candlestick datagetExchanges / getExchangeByID / getExchangeMarkets — Exchange datagetPlatforms / getContracts / getTickerByContract / getHistoricalTickerByContract — Contract lookupssearch / resolveId — Find coins, exchanges, people, tagspriceConverter — Convert between currenciesgetTags / getTagById / getPeopleById — Categories and team infokeyInfo / getMappings / getChangelogIDs / status — Account and metadataPattern: {symbol}-{name} lowercase. Examples: btc-bitcoin, eth-ethereum, sol-solana.
Use search or resolveId if unsure of the correct ID.
npx claudepluginhub davepoon/buildwithclaude --plugin all-skillsProvides broad crypto market data from CoinGecko: prices, historical charts, exchange volumes, trending tokens, and global stats. Best for macro analysis and long-term historical data.
Automates Coinmarketcap tasks via Rube MCP and Composio toolkit. Always search for current tool schemas before execution.
Fetches real-time and historical prices for 10,000+ cryptocurrencies via Coingecko API using Python scripts. Supports watchlists, alerts, CSV/JSON export for market monitoring.