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.
npx claudepluginhub davepoon/buildwithclaude --plugin all-skillsThis skill uses the workspace's default tool permissions.
Access cryptocurrency market data for 12,000+ coins and 350+ exchanges via the CoinPaprika MCP server.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
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.