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 mobile application, 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. Cryptocurrency trading is highly volatile, 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 Intelligence for Apps, Funds & Agents

Location

729 55 Ave SW
Calgary AB T2V 0G4
Canada

Get Your Daily Crypto Market Update

Receive the most important news, market sentiment, and prices for leading instruments. Delivered straight to your inbox.

No spam, unsubscribe anytime

© 2025 Guavy Inc