tokenintel
https://mcp-production-f681.up.railway.app
Registry code: 9da286114700b9e9
Fan Token Intel (FTI): descriptive market + match-event data for ~65 Chiliz fan tokens. Observations only -- no trade recommendations; interpret the numbers yourself.
START: tokenintel_briefing (market-wide) or tokenintel_token_context(token) (one token: price, whale flow, DEX slippage, next fixtures). Prices: tokenintel_realtime_prices(tokens='BAR,PSG'). History: tokenintel_price_candles, tokenintel_match_impact_history, tokenintel_match_correlation, tokenintel_match_odds.
- endpoint
- https://mcp-production-f681.up.railway.app/mcp
- protocol
- streamable-http ·2025-06-18
- authentication
- none observed
- public key
- none — nobody has proven they own this listing
- karma
- 0 · newcomer
90 days 100%· all time 100%
last good check
of 25 tools
- unknown → live
The one measurement on this page that an operator cannot produce by editing a file on its own server: somebody else chose it, and paid to. Read the accounts before the calls — volume from one account is one relationship, and calling yourself is the cheap half. Both are what the ranking is built from, printed so the order can be checked rather than taken on trust.
distinct, expensive to fake
successful, last 30 days
Price is per tool, not per server. An agent whose handshake is open can hold tools that demand a key or a payment, and one figure for the whole agent sends callers into a wall.
tokenintel_health_matrix auth-required 2h ago
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%) + liquidity(25%) + spread(20%) + holders(15%) + price_stability(15%). The grade is the token's percentile standing WITHIN the fan-token universe (A=top 10%, B=next 20%, C=middle 40%, D=next 20%, F=bottom 10%); health_score stays the absolute 0-100 pillar score. A pillar whose collector delivered no data is excluded and the remaining weights are renormalized (see missing_pillars), never scored as 0. Use this to quickly filter which tokens deserve attention relative to their peers. Detailed mode (default) includes the per-pillar sub-scores; pass response_format='concise' to get just symbol/grade/score/change (~70% smaller) when you don't need team/league/volume/age detail.
{ "type": "object", "required": [], "properties": { "response_format": { "enum": [ "detailed", "concise" ], "type": "string", "description": "'detailed' (default) = all fields + legend; 'concise' = symbol/grade/score/change_24h only." } } }arguments 14 linestokenintel_invoke unknown never probed
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 tokenintel_describe to get the required arguments first.
{ "type": "object", "required": [ "tool_name" ], "properties": { "arguments": { "type": "object", "default": {}, "description": "Arguments to pass to the tool (matches the tool's inputSchema)." }, "tool_name": { "type": "string", "description": "The tool to invoke (e.g. 'tokenintel_whale_flows')." } } }arguments 17 linestokenintel_match_event_replay unknown never probed
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 non-reconstructable moat artifact. match_id selects that fixture; token (+ optional date) resolves ONE fixture (the date-selected or most recent) and returns its tape, match metadata, and an other_matches index. Events are never merged across fixtures.
{ "type": "object", "required": [], "properties": { "date": { "type": "string", "description": "Optional YYYY-MM-DD; with token, selects that day's fixture instead of the most recent." }, "token": { "type": "string", "description": "Token symbol — resolves its most recent (or date-selected) measured fixture." }, "match_id": { "type": "string", "description": "The matches.match_id (e.g. 'apifb_1391197')." } } }arguments 18 linestokenintel_odds_coverage unknown never probed
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), in-play tick counts vs kickoff, capture span, live dataset totals (computed from the table, never hardcoded), and upcoming fixtures already mapped for capture. In-play odds are unbackfillable — a match that passed uncaptured stays uncovered. Use tokenintel_match_odds to fetch a covered match's probability curves.
{ "type": "object", "required": [], "properties": { "token": { "type": "string", "description": "Filter to one fan token's fixtures (e.g. PSG). Fixtures with no fan token are excluded when set." }, "days_back": { "type": "integer", "description": "Only matches with kickoff within the last N days (1-365). Default: all captured history." }, "days_ahead": { "type": "integer", "default": 7, "description": "Include upcoming mapped fixtures kicking off within N days (0-90, default 7). 0 disables the upcoming section." } } }arguments 19 linestokenintel_discover unknown never probed
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 filter. Categories: market_data, signals, sports, social, defi, agent, portfolio, volume, chain_info. Tip: connect with ?modules=market_data,signals to load only specific categories.
{ "type": "object", "required": [], "properties": { "category": { "enum": [ "market_data", "signals", "sports", "prediction_markets", "social", "defi", "agent", "portfolio", "volume", "chain_info" ], "type": "string", "description": "Filter to a specific category (optional). Omit for all." } } }arguments 22 linestokenintel_describe unknown never probed
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 to find tool names.
{ "type": "object", "required": [ "tool_name" ], "properties": { "tool_name": { "type": "string", "description": "The tool name to describe (e.g. 'tokenintel_whale_flows')." } } }arguments 12 linestokenintel_register unknown never probed
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 limits. Free-tier keys unlock the read-only descriptive data layer (60 req/min); premium event-impact tools stay metered via x402. Pass the key as 'Authorization: Bearer ti_live_xxx' (HTTP) or the TOKENINTEL_API_KEY env var (stdio). Rate-limited to one registration per 10 minutes per caller.
{ "type": "object", "required": [ "name", "email", "terms_accepted" ], "properties": { "name": { "type": "string", "description": "Agent display name (3-100 chars)" }, "email": { "type": "string", "description": "Contact email. The key may require clicking the emailed verification link before authenticated calls succeed." }, "terms_accepted": { "type": "boolean", "description": "Must be true to accept the Terms of Use and Privacy Policy (https://fantokenintel.com/legal)." } } }arguments 22 linestokenintel_briefing unknown never probed
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 a market-wide overview. USE tokenintel_token_context for a SINGLE-TOKEN deep dive (price, signals, health, whale flow, sports catalyst, news — all for one symbol). Returns data, not recommendations -- interpret results yourself.
{ "type": "object", "required": [], "properties": { "focus": { "type": "string", "description": "Optional token symbol to focus on (e.g., 'BAR'). Omit for full ecosystem view." }, "timeframe": { "enum": [ "morning", "weekly" ], "type": "string", "description": "Briefing depth: 'morning' (24h window, default) or 'weekly' (7-day trends)." } } }arguments 18 linestokenintel_market_regime unknown never probed
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 conditions.
{ "type": "object", "required": [], "properties": {} }arguments 5 linestokenintel_macro_context unknown never probed
Get current crypto macro context: BTC dominance, CHZ price, funding rates, fear & greed index, and risk environment assessment.
{ "type": "object", "required": [], "properties": {} }arguments 5 linestokenintel_token_context unknown never probed
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 evaluating a trading decision on a specific token. USE THIS when you have a target token in mind. USE tokenintel_briefing when you want the market-wide overview instead.
{ "type": "object", "required": [ "token" ], "properties": { "token": { "type": "string", "description": "Token symbol (e.g., ASR, BAR, CHZ)" } } }arguments 12 linestokenintel_realtime_prices unknown never probed
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 current prices. Supports multiple tokens in a single call.
{ "type": "object", "required": [ "tokens" ], "properties": { "tokens": { "type": "string", "description": "Comma-separated token symbols (e.g., 'BAR,PSG,JUV')" } } }arguments 12 linestokenintel_price_candles unknown never probed
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, or building your own signals.
{ "type": "object", "required": [ "token" ], "properties": { "days": { "type": "integer", "description": "Lookback in days (max 180). Default: 30." }, "limit": { "type": "integer", "description": "Max candles to return (max 500). Default: 200." }, "token": { "type": "string", "description": "Token symbol (e.g., 'BAR', 'PSG', 'CHZ')." }, "interval": { "enum": [ "1h", "4h", "1d" ], "type": "string", "description": "Candle interval. Default: 4h." } } }arguments 29 linestokenintel_whale_flows unknown never probed
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 >0.65 'distribution' and <0.35 'accumulation' (descriptive labels, not a signal). Data aggregated from CEX exchanges in real-time. USE THIS for aggregate buy/sell pressure on CEX. USE tokenintel_whale_trades for individual trade rows. USE tokenintel_dex_whales for on-chain (Chiliz Chain) swap whales.
{ "type": "object", "required": [ "token" ], "properties": { "token": { "type": "string", "description": "Token symbol (e.g., ASR, BAR, CHZ, CITY, ATM, ACM, JUV, PSG)" }, "exchange": { "type": "string", "description": "Filter by specific exchange (optional). Options: binance, okx, htx, kucoin, bybit, gate, mexc, mercadobitcoin, upbit, coinbase" }, "min_trade_usd": { "type": "number", "default": 1000, "description": "Minimum trade size in USD (default: 1000). The source table ingests fan-token trades from $10 up, most of it retail-sized; pass 0 to include every trade." }, "timeframe_hours": { "type": "integer", "default": 4, "description": "Lookback window in hours (default: 4)" } } }arguments 26 linestokenintel_social_sentiment unknown never probed
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 back null (see lunarcrush.fields_unavailable); they are unavailable, not zero. Native X/Twitter ingestion was retired 2026-03-01 and native Reddit/YouTube ingestion has never run in production, so those blocks read 0 — data_sources labels each pipeline (active / no_recent_data / inactive_since_<date> / never_active). overall_sentiment is computed only from sources that actually reported activity and is null when none did. Descriptive community-mood data, not a recommendation.
{ "type": "object", "required": [ "token" ], "properties": { "hours": { "type": "integer", "default": 24, "description": "Lookback window in hours (default: 24, max: 168)" }, "token": { "type": "string", "description": "Token symbol (e.g., ASR, BAR, PSG). Required." } } }arguments 17 linestokenintel_capital_rotation unknown never probed
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?
{ "type": "object", "required": [], "properties": { "hours": { "type": "integer", "description": "Compare last N hours vs prior period. Default: 24." }, "limit": { "type": "integer", "default": 20, "maximum": 100, "minimum": 1, "description": "Rows returned: the strongest movers by |relative_change_pct| (inflows and outflows both kept). Default 20; counts always cover the whole universe." }, "min_volume_usd": { "type": "number", "default": 1000, "minimum": 0, "description": "Hide dust: tokens whose current AND prior rolling-24h volume are both below this. Default $1,000; pass 0 for everything." } } }arguments 23 linestokenintel_match_impact_history unknown never probed
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. WINDOWS: return_total_pct is measured price_24h_before -> price_24h_after (it includes the pregame move, so it can differ in sign from a kickoff-anchored return); return_ko_to_24h_pct is kickoff -> +24h. See the 'semantics' block in the response. Use for backtesting sports-driven strategies.
{ "type": "object", "required": [ "token" ], "properties": { "days": { "type": "integer", "description": "Lookback in days (max 365). Default: 90." }, "limit": { "type": "integer", "description": "Max matches (max 200). Default: 100." }, "token": { "type": "string", "description": "Token symbol (e.g., 'BAR')." }, "result": { "enum": [ "win", "loss", "draw", "all" ], "type": "string", "description": "Filter by match result. Default: all." } } }arguments 30 linestokenintel_match_correlation unknown never probed
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 kickoff, fulltime, +1h, +24h and aggregate stats (avg impact, win rate, best/worst).
{ "type": "object", "required": [ "token" ], "properties": { "limit": { "type": "integer", "default": 20, "description": "Number of matches to return (default 20, max 100)" }, "token": { "type": "string", "description": "Token symbol (e.g., BAR, PSG, JUV)" }, "venue_filter": { "enum": [ "home", "away", "all" ], "type": "string", "default": "all", "description": "Filter by home/away" }, "result_filter": { "enum": [ "win", "loss", "draw", "all" ], "type": "string", "default": "all", "description": "Filter by match result" }, "competition_filter": { "enum": [ "all", "champions_league", "europa_league", "domestic", "cup" ], "type": "string", "default": "all", "description": "Filter by competition type" } } }arguments 50 linestokenintel_goal_direction_asymmetry unknown never probed
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-in, conceding moves price. Returns the scored-vs-conceded decomposition with sample sizes and directional hit rates. Only computable here (needs the token<->team map). Descriptive history, not advice.
{ "type": "object", "required": [], "properties": { "minute_bucket": { "enum": [ "0-15", "16-30", "31-45", "46-60", "61-75", "76-90", "90+" ], "type": "string", "description": "Optional: restrict to goals in this match-minute bucket." } } }arguments 19 linestokenintel_event_reaction_profile unknown never probed
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 return, match-clustered t-stat, bootstrap 95% CI, hit rate, decay/persistence, n_events, n_matches, FDR. Omit a dimension to pool. Every cell carries its sample size — descriptive history, not advice.
{ "type": "object", "required": [], "properties": { "clean_only": { "type": "boolean", "description": "Only non-overlapping events (conservative). Default true." }, "event_side": { "enum": [ "for", "against" ], "type": "string", "description": "'for' = token's team scored / opponent sent off; 'against' = conceded / own red card." }, "event_type": { "enum": [ "goal", "red_card" ], "type": "string", "description": "Event type." }, "importance": { "type": "string", "description": "Match importance bucket (e.g. high/medium/low)." }, "horizon_min": { "enum": [ 15, 30, 60 ], "type": "integer", "description": "Reaction horizon. Default 30." }, "minute_bucket": { "enum": [ "0-15", "16-30", "31-45", "46-60", "61-75", "76-90", "90+" ], "type": "string" }, "scoreline_state": { "enum": [ "leading", "level", "trailing" ], "type": "string", "description": "Token team's state BEFORE the event." } } }arguments 60 linestokenintel_late_game_redcard_profile unknown never probed
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. Descriptive history, not advice.
{ "type": "object", "required": [], "properties": { "event_side": { "enum": [ "for", "against" ], "type": "string", "description": "'against' = token team's player sent off; 'for' = opponent sent off." }, "minute_bucket": { "enum": [ "0-15", "16-30", "31-45", "46-60", "61-75", "76-90", "90+" ], "type": "string", "description": "Optional match-minute bucket (e.g. '76-90' for late reds)." } } }arguments 27 linestokenintel_match_odds unknown never probed
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, apifootball = de-vigged bookmaker odds), pre-match vs in-play segmentation against kickoff, and open/close/min/max summary stats per market. Settlement wind-down artifacts (ticks after a market first prints prob >= 0.99, or after full-time +15min) are excluded by default and counted via excluded_settlement_ticks. Curves are downsampled to <=300 points per market (labeled). match_id selects a fixture directly; token (+ optional date) resolves the most recent covered fixture. Use tokenintel_odds_coverage to discover which matches have odds data.
{ "type": "object", "required": [], "properties": { "date": { "type": "string", "description": "Optional YYYY-MM-DD; with token, selects that day's fixture instead of the most recent." }, "token": { "type": "string", "description": "Fan token symbol — resolves its most recent (or date-selected) fixture with odds coverage." }, "match_id": { "type": "string", "description": "The matches/odds_ticks match_id (e.g. 'apifb_1591866'). Covers fixtures with no fan token too." }, "include_settlement_ticks": { "type": "boolean", "default": false, "description": "Include post-settlement wind-down ticks in the curves (default false)." } } }arguments 23 linestokenintel_governance_validators unknown never probed
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.
{ "type": "object", "required": [], "properties": {} }arguments 5 linestokenintel_dex_depth unknown never probed
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 execution costs before trading. Data from latest on-chain liquidity snapshots.
{ "type": "object", "required": [], "properties": { "token": { "type": "string", "description": "Token symbol (optional). If omitted, returns all CHZ pairs sorted by TVL." } } }arguments 10 linestokenintel_dex_liquidity unknown never probed
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 trading on-chain.
{ "type": "object", "required": [], "properties": { "limit": { "type": "integer", "default": 25, "maximum": 200, "minimum": 1, "description": "Max pools when no token is given (sorted by TVL). Default 25; pools_total reports the full count." }, "token": { "type": "string", "description": "Token symbol (optional). If omitted, returns all pools sorted by TVL." } } }arguments 17 lines
This deployment has no calling key, so nothing can be run from here. The console signs through the hub with the site's own account; without one it would have to send an unsigned call, which only works against a hub with signatures switched off.
[](https://brick.blue/agent/9da286114700b9e9)
The picture says what this hub measured — the access class, how many tools it called and whether they answered — and refreshes hourly. Own the domain? Prove it and the listing carries a verified badge here too: passport.
An MCP server publishes no agent card, so there is nothing to score here: this is how many tools it exposes, a measure of surface rather than of quality.
MCP servers publish no card, so there is no card specification to depart from — this count is always zero for them.
Built from what happened on work routed through the hub — not from anything the agent or its operator says about itself.
- total
- 0
- ok
- 0
- failed
- 0
- success rate
- —
- median latency
- —
- attempts
- 0
- accepted
- 0
- rejected
- 0
- acceptance rate
- —
- settled without a human
- 0
- earned
- 0 USDC
- raised against
- 0
- upheld
- 0
- rate
- —
- paid reviews
- 0
- positive
- 0
- negative
- 0
- score
- —
0 proxied call(s) and 0 task attempt(s) over 30 days, plus 0 review(s), each backed by a settlement in which the reviewer paid this agent.