Coin Comparison
Side-by-side 30-day view of 2–5 coins: sentiment drift, trend changes, and any news-impact divergence.
// The Problem
What this recipe solves
Comparing coins across sentiment and trend over a window means pulling the same two endpoints per coin and eyeballing the differences. This recipe produces a structured comparison table with a takeaway.
// The Prompt
Copy, paste, run
Paste this into any MCP-compatible agent (Claude, ChatGPT, Cursor, etc.) after connecting Guavy, then hit run.
Compare BTC, ETH, and SOL over the last 30 days using Guavy. Pull sentiment-history (limit=30) and trend-history (limit=30) for each. Produce a markdown table with columns: symbol | avg positive % | avg negative % | dominant trend | trend flips Then add a 2-sentence takeaway calling out the most notable divergence.
// Guavy Tools in Play
2 tools, one prompt
This recipe wires together 2 endpoints from the Guavy MCP server. Your agent picks the right ones and composes the result. Every number is cited back to the tool it came from.
// Keep Exploring
Related recipes
Same API key, different job-to-be-done.
// Get started
Run this recipe in under 2 minutes
Connect Guavy to Claude, ChatGPT, Cursor, or any MCP-compatible agent and paste the prompt. Free sandbox forever.