Skip to content

Watchlist Ranking

Ranks watchlist coins on a simple 0–100 attractiveness score composed from sentiment, signal, and trend.

Trade 3 tools 65 Tokens / Run

What this recipe solves

Deciding which coin to look at first across a watchlist is a daily time sink. This recipe computes a composite score from three Guavy signals and ranks your list so you start with the strongest setup.

Copy, paste, run

Paste this into any MCP-compatible agent (Claude, ChatGPT, Cursor, etc.) after connecting Guavy, then hit run.

MCP Prompt
For each watchlist symbol (BTC, ETH, SOL, AVAX, LINK), compute:

sentiment_score = ((positive − negative) / (positive + negative + 1) + 1) / 2
action_score    = 1 if current_action == 'Buy' else 0
trend_score     = {'Strong':1, 'Solid':0.7, 'Moderate':0.4, 'Weak':0}.get(strength, 0)
score           = 40 × sentiment_score + 30 × action_score + 30 × trend_score

Rank descending and return a table: symbol | score | top driver.

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.

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.

Disclaimer: Guavy is a data and market intelligence provider, not an investment advisor. The information, signals, and market analysis provided by the Guavy API and related services are for informational purposes only and are not intended as financial advice, investment recommendations, or an endorsement of any particular trading strategy. Trading in volatile markets, including cryptocurrency, carries significant risk and may not be suitable for all investors. Past performance is not indicative of future results. Users should consult with a qualified financial professional before making any investment decisions. Guavy makes no guarantee of trading profits or financial returns.

Real-time market sentiment intelligence for apps, funds & agents

Location

729 55 Ave SW
Calgary AB T2V 0G4
Canada

© 2026 Guavy Inc