Narrative Break
Flags when a coin's speculation score is elevated, an early signal of a narrative shift before price moves.
// The Problem
What this recipe solves
Narrative shifts drive crypto price action but they start in the news before they show up on the chart. This recipe checks Guavy's speculation score and surfaces coins where hype is running ahead of fundamentals.
// The Prompt
Copy, paste, run
Paste this into any MCP-compatible agent (Claude, ChatGPT, Cursor, etc.) after connecting Guavy, then hit run.
For each symbol in [BTC, ETH, SOL]: fetch get-instrument-analysis for each coin. Look at the speculation_score field. If the current score looks elevated (> 0.6) or has a sharp directional tone shift compared to the overall market, emit: '<SYMBOL> narrative break: speculation_score=<score>, tone=<tone>' along with the most-cited article title. Otherwise stay silent.
// Guavy Tools in Play
1 tool, one prompt
This recipe wires together 1 endpoint 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.