AgentMarketMCP / SKILL 资产档案馆

目录 / Chuck

MCP 需 API Key 未评级 已上架

Chuck

Hosted MCP server for live sports data — scores, analytics, schedules, standings, multi-book odds, team form, head-to-head, model predictions, and pre-generated matchup analysis across 1,000+ leagues in 150+ countries. Free tier, no card.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
需 API Key(需要配置:apiKey)
端点
https://chuck--mmender2.run.tools
该服务需要凭证,请按官方文档申请后替换占位符
{
  "mcpServers": {
    "Chuck": {
      "headers": {
        "Authorization": "Bearer \u003cYOUR_KEY\u003e"
      },
      "url": "https://chuck--mmender2.run.tools"
    }
  }
}

能力清单

工具说明
list_sportsList the sports available on this product.
list_leaguesList the leagues within a sport (e.g. soccer has 700+), filterable by name/country. Use this to discover a ``league_id`` before calling ``list_games`` with it. Single-league sports (nfl/nba/cfb/cbb) return one entry.
list_gamesList games for a sport. Optional filters: ``date`` (YYYY-MM-DD), ``league_id`` (for multi-league sports — discover via ``list_leagues``), and ``season`` (e.g. '2025'). All game times are UTC (ISO-8601, ending in 'Z') — present them as UTC, never US Eastern.
get_gameGet composite detail for one game. Game times are UTC (ISO-8601 'Z') — present as UTC.
get_game_analysisGet PRE-GENERATED analysis for one game (never generated on demand).
list_teamsSearch/list teams for a sport. ``q`` matches team name; ``league`` matches league name.
get_team_formGet a team's recent form (streak / last-N / home-away split).
get_team_seasonGet a team's season summary + betting record.
get_oddsGet odds for a game or date (betting-adjacent; tier/geo gated). Current/upcoming games use the pregame consensus snapshot. For finished/past games set ``historical=true`` to get per-bookmaker archived lines, or ``consensus=true`` for a single median-across-books row per game. History depth is capped by the caller's plan. All times UTC (ISO-8601, ending in 'Z').
get_results_with_oddsCompleted games paired with their consensus closing line (backtesting / closing-line value). Each row is a finished game (score, winner, margin) plus ``closing_odds`` — the median line across books at close, when archived. History depth is capped by the caller's plan; ``page`` is 50 rows. All times UTC (ISO-8601, ending in 'Z').
get_capabilitiesDiscover which features are available, per sport or as the full matrix. Coverage is uneven and grows over time (e.g. standings exist for nfl but not cfb/cbb). Call this before a feature query to avoid asking for data a sport doesn't have yet. Pass ``sport`` for one sport's feature list, or omit it for every sport.
get_standingsGet standings for a sport.
searchFind leagues + teams by name across every sport — the fastest way to navigate the catalog. Returns ``{leagues, teams}``. Data access remains plan-gated; this is discovery only.
ask_chuckAsk Chuck a natural-language sports question and get a written answer (Ultra plan; live AI). Unlike every other tool (pure data), this runs a server-side LLM that drives the SAME curated, plan-gated data tools to answer. Heavy + spend-capped: gated to Ultra, with its own monthly hard cap and rate limit. Returns ``{answer, tool_calls, model}``.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。