Portfolio Pulse
One line per watchlist coin: price direction, sentiment polarity, and whether the signal is Buy / Sell / Hold.
// The Problem
What this recipe solves
Checking in on a multi-coin watchlist means repeating the same three lookups per coin. This recipe returns the entire watchlist in one pass.
// The Prompt
Copy, paste, run
Paste this into any MCP-compatible agent (Claude, ChatGPT, Cursor, etc.) after connecting Guavy, then hit run.
For each of these symbols (BTC, ETH, SOL, AVAX, LINK), return one line in the format: <SYMBOL>: <trend> | sentiment <pos/neg/neu> | signal <action> Use Guavy sentiment-history (limit 1), trend-history (limit 1), and get-current-action with the 'conservative' strategy. No commentary.
// 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.