Trend Strength Scan
Lists every coin currently showing a Strong or Solid trend with confirming positive sentiment.
// The Problem
What this recipe solves
Finding coins where trend strength and sentiment are both aligned means scanning the full universe one by one. This recipe does the scan and returns only the confirmed setups.
// The Prompt
Copy, paste, run
Paste this into any MCP-compatible agent (Claude, ChatGPT, Cursor, etc.) after connecting Guavy, then hit run.
Pull list-symbols, then for each symbol get the latest trend-history entry and the latest sentiment-history entry. Return the subset where: - trend strength is 'Strong' or 'Solid' - positive sentiment count > negative count Sort by trend strength first, then positive_count descending.
// Guavy Tools in Play
3 tools, one prompt
This recipe wires together 3 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.