Crypto dossier
Everything about a cryptocurrency in one call: live price, 90-day history, trending status, global market context, news search, and top article extraction.
When to use this pack
Building a one-pager on a token for a portfolio decision, writing a research note, or monitoring a new listing — price, history, market context, and headlines in a single payment.
Tools in this pack
-
Crypto price
$0.010
GET /api/crypto-price
Live crypto prices for one or many coins in any vs_currency (usd, eur, btc, eth, etc). Returns last price, 24h change %, 24h volume, and market cap per coin. Accepts ticker symbols (BTC, ETH, SOL) for the top ~50 by market cap, or canonical CoinGecko ids (e.g. "render-token") for any of the ~15k tracked coins. Batched: up to 25 coins per call. Backed by CoinGecko's public API — keyless.
-
Crypto price history
$0.015
GET /api/crypto-history
Historical price, market cap, and volume time series for a coin. Granularity is automatic per CoinGecko: <=1 day = 5-min bars, 2-90 days = hourly, >90 days = daily. Days: 1, 7, 14, 30, 90, 180, 365, or "max". Returns aligned arrays of {time, price, marketCap, volume}.
-
Crypto trending
$0.008
GET /api/crypto-trending
Trending coins on CoinGecko in the last 24 hours, ranked by user search activity on the site (currently ~15 results). Includes coin id, symbol, market cap rank, current price (BTC-denominated), and score. Useful signal for detecting narrative shifts before they hit price charts.
-
Crypto global market
$0.008
GET /api/crypto-global
Global crypto market snapshot: total market cap, total 24h volume, BTC dominance, ETH dominance, active coin count, active exchange count, and 24h market-cap change %. Returned in a chosen vs_currency (default usd). Backed by CoinGecko /global.
-
Web search
$0.02
GET /api/search
Live web search: ranked results (title, URL, snippet, age) from an independent search index as clean JSON — fresh pages your model's training cutoff has never seen. Optional freshness filter (pd/pw/pm/py = past day/week/month/year).
-
Extract article
$0.010
undefined
Extract the main article content from any public URL as clean markdown. Returns title, byline, excerpt, word count, and markdown.
Workflow
- Get the live price from crypto-price — last price, 24h change, market cap, and volume.
- Pull 90 days of OHLC history from crypto-history — compute return, volatility, and max drawdown.
- Check crypto-trending to see whether the coin is on the most-searched list — a fast read on retail attention.
- Pull crypto-global for total market cap, BTC dominance, and 24h volume — contextualizes the coin's move.
- Search the web for recent cryptocurrency news about the coin to catch catalysts and red flags.
- Extract the top news article as clean markdown for the brief's headline analysis.
Run it in Claude
claude mcp add agent402 -s user -- npx -y agent402-mcp@latest
Then paste this prompt into Claude:
Build a comprehensive crypto dossier on bitcoin using Agent402's crypto-dossier skill pack: (1) live price + 24h change, (2) 90-day price history with return and drawdown, (3) trending status, (4) global market context (BTC dominance, total cap), (5) recent news search, (6) full text of the top article. Output a structured brief with sections for price action, market context, and news catalyst.
← All skill packs