Skip to content
Back to search
100
MCP live v1.28.0 streamable-http

ai.tachyo/tachyo

ai.tachyo/tachyo

Crypto market intelligence, token rug-checks, and wallet verification in one MCP server.

Uptime
10.6%
47 probes
Response
375ms
last probe
Tools
24
callable
Resources
0
readable
Prompts
0
available

Tools · 24

verify__request_verification_challenge

[verify] Step 1 of wallet verification: get a fresh challenge for the user to sign. chain: "evm" or "solana". Pass agent_id (your marketplace identity) so the proof is bound to you. Present `challe…

verify__verify_wallet_ownership

[verify] Step 2 of wallet verification: prove control by signing the challenge from step 1. chain: "evm" (secp256k1, 0x-hex signature) or "solana" (ed25519, base58/base64/hex). `nonce` is from requ…

tokensafety__check_token_safety

[tokensafety] Rug-check a token: honeypot, mint authority, LP lock, taxes, holders, contract verification. chain: eth/bsc/base/arbitrum/polygon/optimism/avalanche/xlayer/solana (or an eip155:<id> CA…

marketsummary__get_market_summary

[marketsummary] Market recap — filterable by timeframe and category. timeframe: 6h / 24h / 7d / 30d (clamped by tier: free≤24h, connected≤7d). category: all / market / whale / news / tech / regulat…

marketsummary__ask_market

[marketsummary] Ask any market question in natural language and get a grounded answer. lang: en / pl. Free returns a connect-CTA. Unlock a grounded answer via session_token (from verify_wallet_owne…

marketsummary__get_trending

[marketsummary] Trending tokens — the most-mentioned tickers. timeframe: 24h / 7d / 30d. Free returns the top 3 tickers; the full ranking (top 15 with counts) unlocks via session_token (from verify…

marketsummary__get_digest

[marketsummary] The paid Degen Digest — actionable calls with contract addresses, grouped by section. section: HOT / SIGNALS / WARNINGS / all. asset_class: crypto / equity / all. ticker: optional s…

marketsummary__get_ticker_dossier

[marketsummary] What our digest said about a ticker over a window — section appearances, notes, price path. ticker: symbol (e.g. HYPE). window_days: 1..90. This is OUR narrative on the token (not on…

marketsummary__find_setups

[marketsummary] Screen for trade setups, ranked from OUR computed signals (no hallucinated ranking). intent: 'fade' = weak coins that just pumped on a catalyst (ride-the-fade / short-the-bounce) / …

marketsummary__find_longs

[marketsummary] Long candidates — MEAN-REVERSION: oversold / beaten-down names that have NOT bounced yet (down over the week, lagging BTC, still basing today), survival-gated by volume so the list is…

marketsummary__find_shorts

[marketsummary] Short candidates — coins with a BEARISH catalyst (the real short signal, which the momentum-based setups miss). A coin need not have pumped: a foundation moving funds to an exchange, …

marketsummary__get_btc_rotation

[marketsummary] Is money rotating into alts or back into BTC? By 7d relative strength vs BTC across our tracked crypto set. Free = direction + leading/lagging counts; premium = the full leaders/lagga…

marketsummary__get_token_momentum_card

[marketsummary] Multi-horizon momentum for one token: 1h + 1d + 7d move + relative strength vs BTC, with an alignment verdict. Free = the alignment; premium = the full stack. 1h is the freshest but c…

marketsummary__get_sector_heatmap

[marketsummary] Where is the market conversation concentrated? Narrative-energy grid over our 6 recap categories (market / whale / news / tech / regulation / funding). Free = hottest + coldest; premi…

marketsummary__get_market_regime

[marketsummary] Is the market risk-on or risk-off right now? A READ of the tape (NOT a forecast). BULLISH / BEARISH / CHOPPY from a breadth + relative-strength composite over our tracked crypto set.…

marketsummary__get_market_breadth

[marketsummary] Real move or just the majors? Market breadth over our tracked crypto set. Free = advance/decline (how many up vs down today). Premium = + the 1h intraday pulse (freshest read) + rel…

marketsummary__track_narrative

[marketsummary] Which crypto narrative is heating up — attention trajectory across curated baskets (defi, l1_l2, privacy_zk, memecoins, ai_agents, rwa_stablecoins, restaking, perp_dex). Pass `narrati…

marketsummary__get_buzz_score

[marketsummary] Which tokens are buzzing right now — a composite attention score (crowd mentions + desk coverage, volume-weighted so a single mention can't spike to the top). Free = top 3 igniting; p…

marketsummary__get_attention_shifts

[marketsummary] What is heating up or cooling down — source-INDEPENDENT attention (mention velocity, 24h vs 7d baseline). Free = top 3 rising tickers; premium = the full rising/cooling ranking with v…

marketsummary__attention_vs_price_divergence

[marketsummary] Which coins are looked-at but haven't pumped yet — and which pumped quietly. Fuses our source-secret attention with price: 'coiled' = rising attention, price still flat/down; 'quiet_m…

marketsummary__get_conviction_gap

[marketsummary] Where our editorial desk's coverage leads or lags the crowd's chatter. desk_ahead = we cover it more than the crowd talks about it; crowd_ahead = the reverse. A cadence comparison nob…

marketsummary__get_smart_money_flow

[marketsummary] Which tickers are smart-money / KOL wallets net-buying right now? A de-identified market-wide net-USD accumulation feed (no wallets, no addresses, no tags). window_hours: 6 / 12 / 24 …

marketsummary__get_liquidity

[marketsummary] How liquid is a token — can you size into it without moving the price? A daily-USD-volume proxy from our market watchlist, bucketed (deep / ok / thin / micro / unknown) with a squeeze…

marketsummary__get_whale_alerts

[marketsummary] Recent large on-chain moves from the whale feed: which tokens whales are moving, the USD size, and the direction (exchange in or out). Optionally filter by ticker. Free shows the coun…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ai.tachyo/tachyo": {
      "url": "https://mcp.tachyo.ai/mcp/",
      "transport": "streamable-http"
    }
  }
}