ai.tachyo/tachyo
ai.tachyo/tachyoCrypto market intelligence, token rug-checks, and wallet verification in one MCP server.
Tools · 21
[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] 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] Rug-check a token: honeypot, mint authority, LP lock, taxes, holders, contract verification. chain: eth/bsc/base/arbitrum/polygon/optimism/avalanche/solana. Free returns a verdict + t…
[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 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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…
Similar MCP servers embedding-nearest
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"
}
}
}