Entry Opportunity Scan
A ranked shortlist of coins with a fresh buy signal supported by positive sentiment and a strong-or-solid trend.
// The Problem
What this recipe solves
Finding entry points that pass multiple filters (fresh signal, confirming sentiment, strong trend) means cross-referencing three data sources per coin. This recipe does the cross-reference for you.
// The Prompt
Copy, paste, run
Paste this into any MCP-compatible agent (Claude, ChatGPT, Cursor, etc.) after connecting Guavy, then hit run.
Call Guavy's get-recent-buys (strategy=aggressive, limit=10). For each result, fetch the latest sentiment and trend strength. Return only coins where: - positive sentiment count > negative - trend strength is 'Strong' or 'Solid' - days_in_trade < 3 Rank by profit_percent descending. Output a short table.
// 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.