Price–Sentiment Divergence
Identifies coins where recent price action and sentiment are moving in opposite directions, a watchlist candidate list.
// The Problem
What this recipe solves
The best contrarian setups live in the gap between price action and sentiment momentum. Scanning for them manually means flipping between charts and sentiment dashboards for dozens of coins.
// The Prompt
Copy, paste, run
Paste this into any MCP-compatible agent (Claude, ChatGPT, Cursor, etc.) after connecting Guavy, then hit run.
For the top 20 coins by market cap, pull: - 7-day price change from get-price-history - 7-day avg sentiment polarity from get-sentiment-history Flag any coin where price is up >5% but sentiment is net-negative, or price is down >5% but sentiment is net-positive. Return a table ordered by absolute 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.