Skip to main content
Glama
306,578 tools. Last updated 2026-07-25 15:19

"Analyzing Football Strategies, Players, and Matches" matching MCP tools:

  • Fantasy-football draft copilot: best available players by value over replacement, with tiers, positional need, and honest uncertainty. IMPORTANT: when the user states their draft position ("I have the 6th pick", "drafting 3rd", "pick 1.06"), ALWAYS pass it as `draft_slot` — it unlocks the snake pick schedule and per-player "gone by your pick" timing, which are exactly what draft-position questions need. Mid-draft usage: pass the names already taken (`drafted`) and your own picks (`my_roster`); get back the best AVAILABLE players ranked by points-above-replacement (PAR) for YOUR league shape, per-position tier cliffs ("2 RBs left in tier 3"), and which starting slots you still need. Pre-draft: call with no names for a cheat-sheet board. Reach/value: every row carries the player's Underdog best-ball `adp` (observed drafter behavior) and `value_vs_adp` = adp minus our PAR board rank (positive = the market lets you draft him later than our board values him). Mid-draft, `adp_fallers` lists available players already past their ADP — the market says they should be gone. Snake timing: pass `draft_slot` (your position in the draft order, 1..teams) and the response adds `draft_position` (your full snake pick schedule + next pick) plus per-row `gone_by_your_pick` — the first of your upcoming picks the player's ADP says he won't survive to (null = expected to outlast all your picks, or no ADP). "Take him now or lose him" becomes `gone_by_your_pick == your next pick`. Without `draft_slot`, `draft_position` contains a hint asking you to re-call with the slot when the user has stated it. Projections are a deliberately humble market blend (FantasyPros expert consensus rank mapped through 3-season positional points curves, nudged 30% by each player's prior-season scoring) — season-long calibration is unproven in year 1 and every row carries the market's own uncertainty (sd/best/worst) so you can see disagreement. This is fantasy roster research, not betting advice; kickers and team defenses are not modeled and should be drafted last on ordinary boards anyway.
    Connector
  • Search events with a natural-language query instead of structured filters — e.g. 'live nfl games today' or 'college basketball this week'. Rule-based (not an LLM): recognizes sport (nfl/nba/mlb/nhl/tennis/soccer/ncaaf/ncaab + aliases like hockey, american football, college basketball), status (live/final/upcoming/…), dates (today/tomorrow, this week, next N days, YYYY-MM-DD ranges). Bare 'football' is ambiguous and left unrecognized. Response includes interpreted filters, equivalent REST call, and unrecognized_terms. Prefer list_events when you already know the structured filters you want.
    Connector
  • Mutating. Resign the match — the opponent wins immediately. The result is recorded in the leaderboard as a concession. Requires state=in_game. After conceding, the match ends and both players can download the replay or leave the room. Use leave_room if you want to both concede and return to the lobby in one step.
    Connector
  • Read a creative strategy in full by its powersource_id. Returns the same brand-merged bundle shape as get_powersource(data) — buyer profile, 12 behavioral tensions, angles, narrative direction, tone of voice, selling points, CTAs, proof, brand story, homepage data, offering — projected through the public PowerSource API serializer. Use this when you already have a powersource_id (from list_strategies) and want the full strategy payload in one call, without the job_id round-trip that get_powersource needs. Archived strategies are excluded by default (parity with list_strategies). Pass include_archived=true to read archived strategies. Read-only, free, account-scoped.
    Connector
  • PAID (team tier). Analyses a roster of NeuroRank players and returns a composition report: per-dimension team averages, strengths and weaknesses, per-dimension standouts, score spread, archetype mix, and a written team intelligence summary. Requires an API key (header `x-api-key`) on an active team subscription. Only players who have opted in to scouting are included; at least 2 opted-in, scored players are required. Costs one monthly report pull.
    Connector
  • Run several strategies on the same data and compare side by side. One quota-counted call, but compute scales with the number of strategies. If the wall-clock compute budget is exceeded, the call fails with a tool error (504) instead of returning partial results — narrow the request (fewer strategies, shorter date range, coarser frequency) and retry. Args: data_source: Shared data source (same shape as run_backtest). strategies: List of {"label": str, "strategy": {...}, "execution": {...}?} entries. Labels need not be unique or id-safe — they are echoed back verbatim in the result. include_benchmark: Add a buy-and-hold benchmark to the comparison. response_detail: Shaping level applied to each strategy's result. trades_limit: Max trades per strategy when detail is 'full'. Returns: {"strategies": [{"label", "result"}, ...], "equity_curves": {...}, "alignment"?}, each result shaped at the requested detail. When a benchmark is included, non-benchmark entries also carry "relative" (beta, alpha, information ratio, etc.). A 400/422 rejection returns {"accepted": false, "error": ...}; capacity/timeout/permission failures raise a tool error.
    Connector

Matching MCP Servers

  • F
    license
    A
    quality
    C
    maintenance
    Provides live football data through MCP tools, enabling users to fetch today's matches and top scorers for competitions like the Premier League or World Cup.
    Last updated
    2

Matching MCP Connectors

  • Football-Data.org MCP — soccer competitions, matches, standings

  • API-Football MCP — comprehensive soccer/football data

  • Fetch current NFL football game scores, schedules, and results. Returns team matchups, final scores, scheduled start times, team standings, and individual player stats. Use for fantasy football, sports analysis, or following NFL season progress.
    Connector
  • List all PowerSource strategies (scans) for a brand. A brand has many strategies — one per scanned URL. Product-page strategies carry product_name and is_product_page=true; use these to label them in conversation or to pick the right one for a product-focused generation. Returns powersource_id (use as the brief/PowerSource id everywhere else), product_name, scanned_at, source_url, is_pinned. Free, read-only. Paginated via cursor.
    Connector
  • Market-implied correct-score probabilities for ONE football match — ONE call. Inverts the de-vigged 1x2 (power de-vig) + totals prices into a bivariate-Poisson (Dixon-Coles) score grid and returns the top-K scorelines with probabilities, the fitted goal rates (lambda_home/lambda_away), and how much probability mass the list covers. The asian-handicap fair price is held out of the fit and reported as ``ah_ev_check`` (≈0 means the three markets are internally consistent). This is the market's own distribution, never an InferSports prediction. Football only, one match per call. Args: query: natural-language fixture, e.g. "Mexico vs South Africa" or a single team. sport: optional filter; only "football" is supported by this tool. date: optional UTC date "YYYY-MM-DD" to disambiguate same-name fixtures. top: how many scorelines to return (default 5, max 10).
    Connector
  • THE HUB VIEW. Aggregate the user's teams across ALL their configured leagues and providers (Fantrax, ESPN, Sleeper) in ONE call. The user plays in MULTIPLE leagues at once, so use this whenever they ask about "my teams", "my football teams", "how am I doing", "my week", or anything plural/cross-league. Do NOT just query one league. Args: sport (optional, e.g. 'NFL' for "my football teams"; omit for all sports); provider (optional filter); response_format. For each team it returns the league, your team, rank/record, and this week's matchup. Needs a connected profile (reads your configured leagues). For a single named league, use fantasy_get_my_team instead.
    Connector
  • START HERE. What the API Evangelist network offers: sixteen years of API research as searchable stories, 77 topic areas, governance building blocks (guidance, rules, policies, standards, strategies), papers, conversations, and the consulting services Kin Lane offers teams. Returns counts, entry points, and how to engage.
    Connector
  • Daily snapshots for trends: price, market cap, burned, supply, players, alpha, holders. Rows before live tracking began are reconstructed from chain events and marked seeded:true; a metric absent on a row could not be honestly sourced for that day — treat it as unknown, not zero.
    Connector
  • Get Arcadia LP strategies. Use featured_only=true for curated top strategies (recommended first call). Returns a paginated list with 7d avg APY for each strategy's default range. Increase limit or use offset for pagination. All APY values are decimal fractions (1.0 = 100%, 0.05 = 5%). For full detail on a specific strategy (APY per range width), use read_strategy_info.
    Connector
  • Get Arcadia workflow guides and reference documentation. Call this before multi-step workflows (opening LP positions, enabling automation, closing positions) or when you need contract addresses, asset manager addresses, or strategy parameters. Topics: overview (addresses + tool catalog), automation (rebalancer/compounder setup), strategies (step-by-step templates), selection (how to evaluate and parameterize strategies).
    Connector
  • Get the top-ranked short volatility and long volatility option trading strategies. Returns two ranked lists — short_volatility (sell premium / theta strategies) and long_volatility (buy premium / gamma strategies) — each containing up to `limit` tickers. Each entry has the same fields as get_ticker: - ticker, name, latest_price, page_url - bullish_case, bearish_case, potential_outcomes, takeaway, analysis_date (AI-generated, when available) - price_forecast_days, price_forecast_percent, price_forecast_lower/upper_bound_percent (when available) - iv_rank_percentile (0-100, IV rank over past year, when available) - short_vol_call, short_vol_put: best short volatility option packs (when available) - long_vol_call, long_vol_put: best long volatility option packs (when available) Sort options: - "helium_rank" (default): Helium AI edge score — best overall expected value - "odds_of_profit": Highest probability of profit - "historical_performance": Best annualized historical P&L across backtested trades - "reward_to_risk": Best reward-to-risk ratio - "smallest_max_loss": Strategies with the smallest maximum possible loss Args: sort: Ranking method (default "helium_rank"). One of: 'helium_rank', 'odds_of_profit', 'historical_performance', 'reward_to_risk', 'smallest_max_loss'. limit: Number of results per strategy type (1-20, default 5).
    Connector
  • Look up locations for up to 100 IP addresses at once. Returns geolocation and ISP data in the same order as input. Use for analyzing multiple IPs efficiently.
    Connector
  • Purpose: Top RL-learned research strategies — GLOBAL pool + per-symbol partition. Layer E evidence (Layer E = strategy-performance tier of the 5-layer trust pyramid). The GLOBAL pool may include synthesized win_rate values, so per_symbol_leaderboard is the primary measured-edge surface for trust auditing. Triggers (casual questions too): "what are the best strategies?", "제일 잘 버는 전략 뭐야?", "top strategies?", "전략 순위 보여줘", "which strategy has the best win rate?". When to call: final trust-validation step. Prerequisites: none. Next steps: market://{market_id}/signals/summary for live signals. Caveats: `min_trades` filter enforces statistical validity. Strategies are paper-tested, not real-money executed. Args: market_id: Market identifier (crypto, kr_stock, us_stock) target_market: Alias for market_id (backward compat) top_n: Top N strategies to return (default 20) limit: Alias for top_n (client-compat) min_trades: Minimum trades count for inclusion (default 10) include_per_symbol: Include per-symbol PG partition results (default True) Disclaimer: Information only, not investment advice.
    Connector
  • Evaluates content evergreen potential for CMOs by analyzing historical traffic patterns and backlink authority. Takes a content URL and optional time range, returns an evergreen score (0-100), traffic trend analysis, and backlink profile. Ideal for content strategy planning, SEO optimization, and identifying high-value evergreen assets. Uses Wayback Machine and Common Crawl public APIs.
    Connector
  • Estimates litigation exposure risk for CHROs by analyzing past employee lawsuits, settlement amounts, and industry benchmarks. Inputs include company location, industry code, and employee count range. Returns exposure score, average settlement amounts, lawsuit frequency trends, and risk factors. Ideal for legal risk assessment, HR strategy planning, and board-level reporting. Pass async:true to avoid timeout.
    Connector
  • Monitors syndicated loan covenants for potential breaches by analyzing Tradeweb market data. Designed for CFOs to proactively identify financial compliance risks in loan agreements. Accepts loan identifiers, covenant thresholds, and reporting period as inputs. Returns structured breach alerts with market context and severity indicators.
    Connector