Skip to main content
Beyond a price check: your agent pulls market data, recent news, and a citation-backed narrative, then synthesizes a single-asset deep-dive. Useful when you want the why behind the number, not just the number. ~$0.08.

The prompt


What runs

  1. POST /coingecko/v1/markets — price, market cap, volume, 7d sparkline (~$0.02)
  2. POST /newsapi/v1/search — recent headlines (~$0.02)
  3. POST /perplexity/v1/chat/completions — web-grounded narrative with live citations (~$0.02)
  4. POST /anthropic/v1/messages — Claude fuses it into the final take (~$0.02)

Run it

Claude Desktop (MCP)

Paste the prompt with any asset (“Deep-dive ETH”, “What’s the bull/bear case for SUI?”).

SDK


Expected output


Extend it

  • Add AlphaVantage (/alphavantage/v1/quote) to fold in a correlated equity (e.g. COIN, MSTR) for a cross-asset view
  • Swap Perplexity for Exa (/exa/v1/search) + Firecrawl (/firecrawl/v1/scrape) to read primary sources directly
  • Run it across your watchlist in parallel and have Claude rank by momentum
  • Schedule it as a morning cron and Pushover (/pushover/v1/push) the take to your phone