Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Fan Token Intel

io.github.brunopessoa22/fan-token-intel

Fan-token intelligence for Chiliz Chain: prices, whale flows, match event impact. 22 read tools.

Uptime
100.0%
1 direct probes · 30d
Response
211ms
last probe
Tools
25
callable
Resources
4
readable
Prompts
5
available

Tools · 25

tokenintel_discover

Discover available tools on the Fan Token Intel MCP server. Returns tool names and one-line descriptions, organized by category. Call with no arguments for all categories, or specify a category to fil…

tokenintel_describe

Get the full input schema for a specific tool. Returns the JSON Schema (parameters, types, required fields, descriptions) needed to call the tool via tokenintel_invoke. Use tokenintel_discover first t…

tokenintel_invoke

Invoke any tool on the Fan Token Intel MCP server by name. Pass the tool_name and its arguments. The result is identical to calling the tool directly. Auth and rate limits apply as normal. Use tokenin…

tokenintel_register

Get a free Fan Token Intel API key, self-serve — no human in the loop. Provide a name, an email, and terms_accepted=true; the key (ti_live_...) comes back in the response along with your tier and rate…

tokenintel_briefing

All-in-one ECOSYSTEM briefing: market regime, active signals, anomalies, health matrix, sports calendar, and whale activity in one response. Use instead of calling 6+ tools sequentially. USE THIS for …

tokenintel_health_matrix

Get health grades (A-F) for all tracked fan tokens. Each token is scored across trading volume, order-book liquidity, spread, holder distribution and price stability -- 5-pillar weighted: volume(25%) …

tokenintel_market_regime

Get current market conditions — BTC trend, CHZ momentum, fear/greed index, and the platform's market regime classification. Useful for filtering or adjusting signal confidence based on macro condition…

tokenintel_macro_context

Get current crypto macro context: BTC dominance, CHZ price, funding rates, fear & greed index, and risk environment assessment.

tokenintel_token_context

SINGLE-TOKEN deep dive: realtime price, CEX whale flow, on-chain Chiliz Chain (FanX) liquidity with slippage at 1%/5% of reserves, and upcoming matches for one symbol. The default tool to call before …

tokenintel_realtime_prices

Get the freshest available prices with staleness metadata. Returns price_age_seconds so agents know exactly how stale each price is. Lightweight and fast -- call this before any trade decision to get …

tokenintel_price_candles

Historical OHLCV price candles for any fan token. Intervals: 1h, 4h, 1d. Up to 180 days lookback. Returns open, high, low, close, volume for each period. Use for backtesting, charting, trend analysis,…

tokenintel_whale_flows

Get real-time whale distribution data for a fan token. Shows the ratio of whale sells to total whale activity on CEX exchanges. sell_ratio = whale sell volume / total whale volume; the payload labels …

tokenintel_social_sentiment

Social sentiment for a fan token. The only live social source is the LunarCrush aggregated feed, and on the current plan it provides galaxy_score and alt_rank ONLY — sentiment and social_volume come b…

tokenintel_capital_rotation

Cross-token capital flow analysis. Shows which fan tokens are gaining vs losing volume relative to their recent average. Detects rotation: when whales exit one token, where does the capital go?

tokenintel_match_impact_history

Historical match price impact data for a fan token. Returns price snapshots at -24h, kickoff, fulltime, +1h, +24h with returns for each match. Filter by result (win/loss/draw), competition, venue. WIN…

tokenintel_match_correlation

Historical match-to-price correlation. Ask 'what happens to BAR after Champions League wins?' and get backtested data with price impact percentages. Returns individual match records with price at kick…

tokenintel_goal_direction_asymmetry

THE event-impact moat: how a fan token reacts when its team SCORES vs CONCEDES a goal, market-adjusted vs CHZ at +15/+30/+60m. The blended 'all goals' number hides the real signal — scoring is ~priced…

tokenintel_event_reaction_profile

Event-conditioned, market-adjusted (vs CHZ) token reaction profiles for football events — by event_type x event_side(for/against) x minute x scoreline_state x importance. Returns mean/median abnormal …

tokenintel_late_game_redcard_profile

Red-card reaction profile (market-adjusted vs CHZ). Rare and high-impact: returns abnormal return at +15/+30/+60m with honest wide confidence intervals and sample size; flags cells with n<15. Descript…

tokenintel_match_event_replay

Event-by-event reaction tape for a single match: each goal/red card with its minute, running score, scoreline state, and the market-adjusted token reaction at +15/+30/+60m (plus pre-event drift). The …

tokenintel_match_odds

Prediction-market odds curve for a single match from the in-play odds tape (odds_ticks): per-market (home/draw/away) implied-probability series with source labels (polymarket = CLOB midpoint, apifootb…

tokenintel_odds_coverage

Discover which matches have prediction-market odds coverage in the in-play odds tape (odds_ticks): per-match tick counts by source (polymarket = CLOB midpoint, apifootball = de-vigged bookmaker odds),…

tokenintel_governance_validators

List active validators on Chiliz Chain governance. Shows validator addresses and total CHZ delegated to each. Use this to find the best validator before staking.

tokenintel_dex_depth

Get DEX depth and slippage curves for fan token pools on Chiliz Chain. Computes constant-product (x*y=k) price impact at trade sizes [1%, 5%, 10%, 25%] of pool reserves. Useful for agents evaluating e…

tokenintel_dex_liquidity

Get on-chain DEX liquidity data for fan tokens on Chiliz Chain. Returns pool TVL, depth, token reserves, and estimated slippage. Critical for agents that want to understand execution costs before trad…

Resources · 4

Tracked Tokens

All tokens tracked by TokenIntel with metadata

tokenintel://tokens/list
Market Regime

Current market regime classification

tokenintel://market/regime
Signal Performance

Platform signal performance summary (last 30 days)

tokenintel://signals/performance
Agent Quickstart Guide

How to get a free key and navigate the descriptive data layer (prices, whale flows, match impact, odds tape, premium x402 moat)

tokenintel://docs/quickstart

Prompts · 5

pre_trade_check

Pre-trade due-diligence for one token: aggregate context, cross-venue price dislocation, live whale distribution, and on-chain depth. Requires an authenticated agent (free key via tokenintel_register)…

morning_briefing

Daily market-open snapshot: composite briefing, concise token health grades, and today's match catalysts. Requires an authenticated agent (free key via tokenintel_register).

signal_now

What is factually moving right now: live whale distribution, capital rotation between tokens, and imminent match catalysts — descriptive data, no trade recommendations. Requires an authenticated agent…

token_deep_dive

Full intelligence context for one token (price, whale flows, signals, sports calendar, social). Requires an authenticated agent.

odds_deep_dive

Prediction-market odds walkthrough for one match: discover coverage, pull the implied-probability curves (pre-match vs in-play), and put the token's historical post-match behavior next to them. Public…

How to use

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

{
  "mcpServers": {
    "fan_token_intel": {
      "url": "https://mcp-production-f681.up.railway.app/mcp",
      "transport": "streamable-http"
    }
  }
}