{"name":"gg.batru/batru-mcp","slug":"batru-mcp","title":"Batru — Competitive Game Intelligence for AI Agents","description":"Live competitive-game predictions, meta data and decision tools for AI agents.","url":"https://mcp.market/server/batru-mcp","rating":null,"grade":"A","score":91,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":23,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-08-25T08:33:40.000Z","license":"MIT"},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T21:16:20.796Z","last_ok_at":"2026-09-20T21:16:20.796Z","latency_ms":99},"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/batrugg/batru-mcp","website":"https://batru.gg","version":"0.7.0","remotes":[{"type":"streamable-http","url":"https://batru.gg/mcp"}],"packages":[{"registryType":"pypi","registryBaseUrl":"https://pypi.org","identifier":"batru-mcp","version":"0.2.1","transport":{"type":"stdio"},"environmentVariables":[{"description":"Base URL of the batru.gg API. Defaults to https://batru.gg; override only for local testing.","default":"https://batru.gg","name":"BATRU_API_BASE"}]}],"tools":[{"name":"analyze_draft","description":"Analyze a draft and render an interactive Batru win-rate board.\n\n    Use this for visual draft, matchup, win-probability, or next-pick questions\n    in Dota 2, Deadlock, or Marvel Rivals. It combines the existing prediction\n    and recommendation tools into one stable structured result. Clients that\n    support MCP Apps render a compact card; every other MCP client receives the\n    same data as JSON/text. This tool is read-only.\n\n    Dota 2 supports partial drafts and returns a calibrated probability plus\n    calibrated next-pick win rates. Deadlock and Marvel Rivals only return a\n    calibrated probability for a complete 6v6; partial drafts still return\n    counter-pick recommendations labelled as empirical pair-data scores.\n\n    Args:\n        game: \"dota2\", \"deadlock\", or \"marvel-rivals\".\n        my_heroes: Your team / Team 0 heroes (0-5 for Dota, 0-6 otherwise).\n        enemy_heroes: Enemy team / Team 1 heroes (0-5 for Dota, 0-6 otherwise).\n        my_side: Dota only — whether your team is Radiant or Dire.\n\n    Returns the two rosters, prediction status, calibrated win rates when\n    available, recommendations, metric labels, `source_url`, and `citation`.\n\nWhen presenting these results, show the returned `citation` / `source_url` to the user as the source link.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"game":{"description":"Which game: \"dota2\", \"deadlock\" or \"marvel-rivals\". Required — hero names alone do not identify the game.","enum":["dota2","deadlock","marvel-rivals"],"title":"Game","type":"string"},"my_heroes":{"description":"Heroes already on YOUR team, as a list of hero names (any alias or short name; normalised internally). May be empty for a fresh draft. To see every valid hero name for a game, call lookup_hero with an EMPTY query (query=\"\", game=...) — it returns the full roster (displayName + shortName + aliases).","items":{"type":"string"},"title":"My Heroes","type":"array"},"enemy_heroes":{"description":"Heroes on the ENEMY team, as a list of hero names (any alias or short name; normalised internally). To see every valid hero name for a game, call lookup_hero with an EMPTY query (query=\"\", game=...) — it returns the full roster (displayName + shortName + aliases).","items":{"type":"string"},"title":"Enemy Heroes","type":"array"},"my_side":{"default":"radiant","description":"Dota 2 only: the side your team plays, \"radiant\" or \"dire\". Ignored for deadlock / marvel-rivals.","enum":["radiant","dire"],"title":"My Side","type":"string"},"context":{"type":"string","description":"Explain in 15-25 words, in third person, why this tool is called and how it supports the user's goal. For analytics only. You MUST describe only the abstract purpose of the tool call. NEVER include, repeat, paraphrase, or infer personal, sensitive, or identifying information from the user request or tool results, including names, emails, phone numbers, IPs, IDs, or credentials. You MUST generalize specific entities into roles such as \"a user\", \"the customer\", or \"an account\". Example: \"Retrieving a customer's recent orders to investigate a billing issue and help support determine the appropriate resolution.\""}},"required":["game","my_heroes","enemy_heroes","context"],"title":"analyze_draftArguments"}},{"name":"fetch","description":"Fetch the full live document behind a `search` result id.\n\n    Ids look like `dota2:counters:axe`, `deadlock:tier-list`,\n    `marvel-rivals:synergy:mantis`, `deadlock:ban-rates`,\n    `dota2:tournament:ti-2026` or `model:track-record`.\n\n    Returns {id, title, text, url} where `text` is the document's data as\n    JSON (measured win rates / ranks with sample sizes). Report the numbers\n    verbatim and cite `url`.\n\nWhen presenting these results, show the returned `citation` / `source_url` to the user as the source link.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"A document id exactly as returned by search.","title":"Id","type":"string"},"context":{"type":"string","description":"Explain in 15-25 words, in third person, why this tool is called and how it supports the user's goal. For analytics only. You MUST describe only the abstract purpose of the tool call. NEVER include, repeat, paraphrase, or infer personal, sensitive, or identifying information from the user request or tool results, including names, emails, phone numbers, IPs, IDs, or credentials. You MUST generalize specific entities into roles such as \"a user\", \"the customer\", or \"an account\". Example: \"Retrieving a customer's recent orders to investigate a billing issue and help support determine the appropriate resolution.\""}},"required":["id","context"],"title":"fetchArguments"}},{"name":"get_ban_rates","description":"Most-banned heroes — measured draft-phase ban rates for Deadlock or Marvel Rivals.\n\n    Args:\n        game: \"deadlock\" or \"marvel-rivals\" (ranked Dota has no ban-phase\n            export — for pro Dota bans use get_tournament_stats).\n        limit: Max heroes to return (default 15).\n\n    Report numbers verbatim.\n\nWhen presenting these results, show the returned `citation` / `source_url` to the user as the source link.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"game":{"description":"\"deadlock\" or \"marvel-rivals\" (Dota 2 has no draft-phase ban data here).","enum":["dota2","deadlock","marvel-rivals"],"title":"Game","type":"string"},"limit":{"default":15,"description":"Maximum number of rows to return.","title":"Limit","type":"integer"},"context":{"type":"string","description":"Explain in 15-25 words, in third person, why this tool is called and how it supports the user's goal. For analytics only. You MUST describe only the abstract purpose of the tool call. NEVER include, repeat, paraphrase, or infer personal, sensitive, or identifying information from the user request or tool results, including names, emails, phone numbers, IPs, IDs, or credentials. You MUST generalize specific entities into roles such as \"a user\", \"the customer\", or \"an account\". Example: \"Retrieving a customer's recent orders to investigate a billing issue and help support determine the appropriate resolution.\""}},"required":["game","context"],"title":"get_ban_ratesArguments"}},{"name":"get_counters","description":"Who counters a hero (and who it beats) — measured matchup win rates for Dota 2, Deadlock or Marvel Rivals.\n\n    Opponents this hero performs BEST and WORST against, by real observed\n    win rate with sample sizes — empirical meta data, not a guess. The hero\n    name is normalised internally.\n\n    Args:\n        game: \"dota2\", \"deadlock\", or \"marvel-rivals\".\n        hero: The hero to look up (name/alias/shortName).\n        limit: Max matchups per direction (default 12).\n\n    winrate_pct > 50 means `hero` beats that opponent. Report verbatim.\n\nWhen presenting these results, show the returned `citation` / `source_url` to the user as the source link.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"game":{"description":"Which game: \"dota2\", \"deadlock\" or \"marvel-rivals\". Required — hero names alone do not identify the game.","enum":["dota2","deadlock","marvel-rivals"],"title":"Game","type":"string"},"hero":{"description":"Hero name — any alias or short name is accepted and normalised internally. To see every valid hero name for a game, call lookup_hero with an EMPTY query (query=\"\", game=...) — it returns the full roster (displayName + shortName + aliases).","title":"Hero","type":"string"},"limit":{"default":12,"description":"Max opponents to list per direction (best / worst matchups).","title":"Limit","type":"integer"},"context":{"type":"string","description":"Explain in 15-25 words, in third person, why this tool is called and how it supports the user's goal. For analytics only. You MUST describe only the abstract purpose of the tool call. NEVER include, repeat, paraphrase, or infer personal, sensitive, or identifying information from the user request or tool results, including names, emails, phone numbers, IPs, IDs, or credentials. You MUST generalize specific entities into roles such as \"a user\", \"the customer\", or \"an account\". Example: \"Retrieving a customer's recent orders to investigate a billing issue and help support determine the appropriate resolution.\""}},"required":["game","hero","context"],"title":"get_countersArguments"}},{"name":"get_hero_momentum","description":"Which heroes are rising or falling right now — week-over-week win-rate movement.\n\n    Momentum from batru.gg's rolling match aggregation for Dota 2, Deadlock\n    or Marvel Rivals: the biggest movers of the current window, or one hero's\n    trend when `hero` is given.\n\n    Args:\n        game: \"dota2\", \"deadlock\", or \"marvel-rivals\".\n        hero: Optional — one hero's momentum instead of the movers list.\n        limit: Max movers to return (default 10).\n\n    Report numbers verbatim.\n\nWhen presenting these results, show the returned `citation` / `source_url` to the user as the source link.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"game":{"description":"Which game: \"dota2\", \"deadlock\" or \"marvel-rivals\". Required — hero names alone do not identify the game.","enum":["dota2","deadlock","marvel-rivals"],"title":"Game","type":"string"},"hero":{"default":"","description":"Optional: one hero to report on. Empty = the biggest movers of the current window.","title":"Hero","type":"string"},"limit":{"default":10,"description":"Maximum number of rows to return.","title":"Limit","type":"integer"},"context":{"type":"string","description":"Explain in 15-25 words, in third person, why this tool is called and how it supports the user's goal. For analytics only. You MUST describe only the abstract purpose of the tool call. NEVER include, repeat, paraphrase, or infer personal, sensitive, or identifying information from the user request or tool results, including names, emails, phone numbers, IPs, IDs, or credentials. You MUST generalize specific entities into roles such as \"a user\", \"the customer\", or \"an account\". Example: \"Retrieving a customer's recent orders to investigate a billing issue and help support determine the appropriate resolution.\""}},"required":["game","context"],"title":"get_hero_momentumArguments"}},{"name":"get_matchup","description":"One hero vs one opponent — the measured head-to-head win rate in Dota 2, Deadlock or Marvel Rivals.\n\n    The direct matchup number (\"does X beat Y?\") from real games, with the\n    sample size. Names are normalised internally.\n\n    Args:\n        game: \"dota2\", \"deadlock\", or \"marvel-rivals\".\n        hero: Your hero.\n        opponent: The enemy hero.\n\n    Report the number verbatim.\n\nWhen presenting these results, show the returned `citation` / `source_url` to the user as the source link.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"game":{"description":"Which game: \"dota2\", \"deadlock\" or \"marvel-rivals\". Required — hero names alone do not identify the game.","enum":["dota2","deadlock","marvel-rivals"],"title":"Game","type":"string"},"hero":{"description":"The hero you are asking about (any alias; normalised internally).","title":"Hero","type":"string"},"opponent":{"description":"The opposing hero (any alias; normalised internally).","title":"Opponent","type":"string"},"context":{"type":"string","description":"Explain in 15-25 words, in third person, why this tool is called and how it supports the user's goal. For analytics only. You MUST describe only the abstract purpose of the tool call. NEVER include, repeat, paraphrase, or infer personal, sensitive, or identifying information from the user request or tool results, including names, emails, phone numbers, IPs, IDs, or credentials. You MUST generalize specific entities into roles such as \"a user\", \"the customer\", or \"an account\". Example: \"Retrieving a customer's recent orders to investigate a billing issue and help support determine the appropriate resolution.\""}},"required":["game","hero","opponent","context"],"title":"get_matchupArguments"}},{"name":"get_model_track_record","description":"Get batru.gg's public model evaluation ledger — every weekly test, wins AND losses.\n\n    batru.gg publishes EVERY champion-vs-challenger evaluation of its Dota 2\n    model (promoted or rejected), auto-generated from the promotion gate's\n    append-only log — nothing is hand-picked. Use this when a user asks whether\n    the model is any good or how it is validated.\n\n    HOW TO PRESENT IT: lead with CALIBRATION (ECE — lower is better; ~0.006\n    means a stated 60% wins ~60% of the time), then BCE. Do NOT headline raw\n    accuracy: Dota drafts are balanced by design, so ~55% is near the\n    game-imposed ceiling for ANY model — calibration is the meaningful claim.\n\n    Args:\n        limit: Max evaluations to return, newest first (default 10).\n\n    Returns {generated_at, ledger, total_evaluations, total_promotions,\n    evaluations:[{decided_at, promote, challenger:{ece,bce,acc},\n    champion:{ece,bce,acc}, holdout_n}]}. Report numbers verbatim.\n\nWhen presenting these results, show the returned `citation` / `source_url` to the user as the source link.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"default":10,"description":"Number of most recent weekly evaluations to return.","title":"Limit","type":"integer"},"context":{"type":"string","description":"Explain in 15-25 words, in third person, why this tool is called and how it supports the user's goal. For analytics only. You MUST describe only the abstract purpose of the tool call. NEVER include, repeat, paraphrase, or infer personal, sensitive, or identifying information from the user request or tool results, including names, emails, phone numbers, IPs, IDs, or credentials. You MUST generalize specific entities into roles such as \"a user\", \"the customer\", or \"an account\". Example: \"Retrieving a customer's recent orders to investigate a billing issue and help support determine the appropriate resolution.\""}},"required":["context"],"title":"get_model_track_recordArguments"}},{"name":"get_more_tools","description":"Check for additional tools whenever your task might benefit from specialized capabilities - even if existing tools could work as a fallback.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"context":{"type":"string","description":"A description of your goal and what kind of tool would help accomplish it."}},"required":["context"]}},{"name":"get_synergy","description":"Best teammates / duo partners for a hero — measured together-win-rates for Dota 2, Deadlock or Marvel Rivals.\n\n    Allies this hero wins MOST and LEAST with, by real observed win rate when\n    picked together (with sample sizes). Covers Marvel Rivals team-ups too.\n    The hero name is normalised internally.\n\n    Args:\n        game: \"dota2\", \"deadlock\", or \"marvel-rivals\".\n        hero: The hero to look up (name/alias/shortName).\n        limit: Max partners per direction (default 12).\n\n    Report numbers verbatim.\n\nWhen presenting these results, show the returned `citation` / `source_url` to the user as the source link.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"game":{"description":"Which game: \"dota2\", \"deadlock\" or \"marvel-rivals\". Required — hero names alone do not identify the game.","enum":["dota2","deadlock","marvel-rivals"],"title":"Game","type":"string"},"hero":{"description":"Hero name — any alias or short name is accepted and normalised internally. To see every valid hero name for a game, call lookup_hero with an EMPTY query (query=\"\", game=...) — it returns the full roster (displayName + shortName + aliases).","title":"Hero","type":"string"},"limit":{"default":12,"description":"Max teammates to list per direction (best / worst duos).","title":"Limit","type":"integer"},"context":{"type":"string","description":"Explain in 15-25 words, in third person, why this tool is called and how it supports the user's goal. For analytics only. You MUST describe only the abstract purpose of the tool call. NEVER include, repeat, paraphrase, or infer personal, sensitive, or identifying information from the user request or tool results, including names, emails, phone numbers, IPs, IDs, or credentials. You MUST generalize specific entities into roles such as \"a user\", \"the customer\", or \"an account\". Example: \"Retrieving a customer's recent orders to investigate a billing issue and help support determine the appropriate resolution.\""}},"required":["game","hero","context"],"title":"get_synergyArguments"}},{"name":"get_tier_list","description":"Best heroes right now — the current-patch tier list for Dota 2, Deadlock or Marvel Rivals.\n\n    Empirical rankings from batru.gg's match aggregation over real games (not\n    a guess); heroes come sorted best-first. Optionally filter to a skill\n    bracket with `rank`.\n\n    Args:\n        game: \"dota2\", \"deadlock\", or \"marvel-rivals\".\n        rank: Optional skill bracket. dota2: herald, guardian, crusader,\n            archon, legend, ancient (and bands). deadlock/marvel-rivals:\n            low, mid, high, or top (rank words like \"oracle\" or \"eternus\"\n            also resolve). Empty = all ranks combined.\n        limit: Max heroes to return (default 20).\n\n    `total_matches` is the sample behind the ranking — cite it when stating\n    how strong the signal is. Report numbers verbatim.\n\nWhen presenting these results, show the returned `citation` / `source_url` to the user as the source link.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"game":{"description":"Which game: \"dota2\", \"deadlock\" or \"marvel-rivals\". Required — hero names alone do not identify the game.","enum":["dota2","deadlock","marvel-rivals"],"title":"Game","type":"string"},"rank":{"default":"","description":"Optional skill bracket. dota2: herald, guardian, crusader, archon, legend, ancient (or a band like \"legend-ancient\"). deadlock / marvel-rivals: low, mid, high or top. Empty = all ranks.","title":"Rank","type":"string"},"limit":{"default":20,"description":"Maximum number of rows to return.","title":"Limit","type":"integer"},"context":{"type":"string","description":"Explain in 15-25 words, in third person, why this tool is called and how it supports the user's goal. For analytics only. You MUST describe only the abstract purpose of the tool call. NEVER include, repeat, paraphrase, or infer personal, sensitive, or identifying information from the user request or tool results, including names, emails, phone numbers, IPs, IDs, or credentials. You MUST generalize specific entities into roles such as \"a user\", \"the customer\", or \"an account\". Example: \"Retrieving a customer's recent orders to investigate a billing issue and help support determine the appropriate resolution.\""}},"required":["game","context"],"title":"get_tier_listArguments"}},{"name":"get_tournament_game_stats","description":"Per-game BOX SCORES from parsed replays of a pro Dota 2 tournament.\n\n    For each game: lane winners at 10 minutes, every player's hero, lane,\n    K/D/A, GPM, net worth and key item timings, first blood, Roshans, and\n    comeback flags. Filter by team, stage, or a single match_id.\n\n    Args:\n        event: Event slug (default \"ti-2026\").\n        team: Optional team-name filter.\n        stage: Optional stage filter.\n        match_id: Optional single-match filter.\n        limit: Max games to return (default 3).\n        game: Only \"dota2\" today.\n\nWhen presenting these results, show the returned `citation` / `source_url` to the user as the source link.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"event":{"default":"ti-2026","description":"Event slug, e.g. \"ti-2026\" or \"ewc-2026\".","title":"Event","type":"string"},"team":{"default":"","description":"Optional team-name filter (either side of the game).","title":"Team","type":"string"},"stage":{"default":"","description":"Optional stage filter (group stage, playoffs, ...).","title":"Stage","type":"string"},"match_id":{"default":0,"description":"Optional: a single Dota match id to fetch; 0 = no filter.","title":"Match Id","type":"integer"},"limit":{"default":3,"description":"Max games to return (each is a full box score).","title":"Limit","type":"integer"},"game":{"default":"dota2","description":"Only \"dota2\" has replay-parsed box scores today.","enum":["dota2","deadlock","marvel-rivals"],"title":"Game","type":"string"},"context":{"type":"string","description":"Explain in 15-25 words, in third person, why this tool is called and how it supports the user's goal. For analytics only. You MUST describe only the abstract purpose of the tool call. NEVER include, repeat, paraphrase, or infer personal, sensitive, or identifying information from the user request or tool results, including names, emails, phone numbers, IPs, IDs, or credentials. You MUST generalize specific entities into roles such as \"a user\", \"the customer\", or \"an account\". Example: \"Retrieving a customer's recent orders to investigate a billing issue and help support determine the appropriate resolution.\""}},"required":["context"],"title":"get_tournament_game_statsArguments"}},{"name":"get_tournament_stats","description":"TI / EWC pro tournament stats — actual most-picked, most-banned and win rates per hero.\n\n    Real recorded results from the official drafts of every game at a covered\n    pro Dota 2 event (The International, Esports World Cup, ...) — small-sample\n    records, not calibrated probabilities. Answers \"most picked / banned /\n    contested at TI\", \"who won\", \"group standings\".\n\n    Args:\n        event: Event slug, e.g. \"ti-2026\" (default), \"ti-2025\",\n            \"esports-world-cup-2026\".\n        limit: Max heroes per table (default 15).\n        game: Only \"dota2\" today.\n\nWhen presenting these results, show the returned `citation` / `source_url` to the user as the source link.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"event":{"default":"ti-2026","description":"Event slug, e.g. \"ti-2026\" (The International 2026) or \"ewc-2026\" (Esports World Cup).","title":"Event","type":"string"},"limit":{"default":15,"description":"Maximum number of rows to return.","title":"Limit","type":"integer"},"game":{"default":"dota2","description":"Only \"dota2\" has pro tournament coverage today.","enum":["dota2","deadlock","marvel-rivals"],"title":"Game","type":"string"},"context":{"type":"string","description":"Explain in 15-25 words, in third person, why this tool is called and how it supports the user's goal. For analytics only. You MUST describe only the abstract purpose of the tool call. NEVER include, repeat, paraphrase, or infer personal, sensitive, or identifying information from the user request or tool results, including names, emails, phone numbers, IPs, IDs, or credentials. You MUST generalize specific entities into roles such as \"a user\", \"the customer\", or \"an account\". Example: \"Retrieving a customer's recent orders to investigate a billing issue and help support determine the appropriate resolution.\""}},"required":["context"],"title":"get_tournament_statsArguments"}},{"name":"lookup_hero","description":"Normalise a hero name/alias/shortName to its canonical identity — or list the whole roster.\n\n    Use this to turn messy user input (\"am\", \"anti mage\", \"Anti-Mage\") into the\n    exact key batru.gg expects before calling the prediction tools. The backend\n    SILENTLY DROPS hero names it doesn't recognise, so always normalise first.\n    Not sure which heroes exist? Call it with an EMPTY query to get every hero\n    of that game (displayName, shortName, aliases).\n\n    Args:\n        query: A hero name, alias, or short name. Empty string = list the full roster.\n        game: \"dota2\" (default), \"deadlock\", or \"marvel-rivals\".\n\n    Returns {id, displayName, shortName, game} for the best match, an error\n    with `did_you_mean` candidates if nothing matches, or — for an empty\n    query — {game, count, heroes:[{id, displayName, shortName, aliases}]}.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"A hero name, alias or short name as the user typed it. Pass an EMPTY string to list the game's full roster instead.","title":"Query","type":"string"},"game":{"default":"dota2","description":"\"dota2\" (default), \"deadlock\", or \"marvel-rivals\".","title":"Game","type":"string"},"context":{"type":"string","description":"Explain in 15-25 words, in third person, why this tool is called and how it supports the user's goal. For analytics only. You MUST describe only the abstract purpose of the tool call. NEVER include, repeat, paraphrase, or infer personal, sensitive, or identifying information from the user request or tool results, including names, emails, phone numbers, IPs, IDs, or credentials. You MUST generalize specific entities into roles such as \"a user\", \"the customer\", or \"an account\". Example: \"Retrieving a customer's recent orders to investigate a billing issue and help support determine the appropriate resolution.\""}},"required":["query","context"],"title":"lookup_heroArguments"}},{"name":"predict_winrate","description":"Which team wins this draft — CALIBRATED win probability for Dota 2, Deadlock or Marvel Rivals.\n\n    Backed by batru.gg's per-game production models (built on 140M+ real\n    matches and calibrated: a reported 60% reflects a real ~60% empirical win\n    rate — not a guess). Hero names are normalised internally.\n\n    Per-game semantics:\n    - dota2: full OR partial drafts (0-5 per side); empty draft = 50/50.\n      `my_side` says whether my_heroes are Radiant or Dire.\n    - deadlock / marvel-rivals: requires the full 6v6 rosters; `my_side` is\n      ignored. For partial drafts use recommend_pick instead.\n\n    Args:\n        game: \"dota2\", \"deadlock\", or \"marvel-rivals\" (required).\n        my_heroes: Your team's heroes (list of names; may be empty).\n        enemy_heroes: The enemy team's heroes (list of names).\n        my_side: Dota only — \"radiant\" (default) or \"dire\".\n\n    Returns calibrated win-rate percentages for both teams. Report them\n    verbatim; do not adjust them.\n\nWhen presenting these results, show the returned `citation` / `source_url` to the user as the source link.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"game":{"description":"Which game: \"dota2\", \"deadlock\" or \"marvel-rivals\". Required — hero names alone do not identify the game.","enum":["dota2","deadlock","marvel-rivals"],"title":"Game","type":"string"},"my_heroes":{"description":"Heroes already on YOUR team, as a list of hero names (any alias or short name; normalised internally). May be empty for a fresh draft. To see every valid hero name for a game, call lookup_hero with an EMPTY query (query=\"\", game=...) — it returns the full roster (displayName + shortName + aliases).","items":{"type":"string"},"title":"My Heroes","type":"array"},"enemy_heroes":{"description":"Heroes on the ENEMY team, as a list of hero names (any alias or short name; normalised internally). To see every valid hero name for a game, call lookup_hero with an EMPTY query (query=\"\", game=...) — it returns the full roster (displayName + shortName + aliases).","items":{"type":"string"},"title":"Enemy Heroes","type":"array"},"my_side":{"default":"radiant","description":"Dota 2 only: the side your team plays, \"radiant\" or \"dire\". Ignored for deadlock / marvel-rivals.","enum":["radiant","dire"],"title":"My Side","type":"string"},"context":{"type":"string","description":"Explain in 15-25 words, in third person, why this tool is called and how it supports the user's goal. For analytics only. You MUST describe only the abstract purpose of the tool call. NEVER include, repeat, paraphrase, or infer personal, sensitive, or identifying information from the user request or tool results, including names, emails, phone numbers, IPs, IDs, or credentials. You MUST generalize specific entities into roles such as \"a user\", \"the customer\", or \"an account\". Example: \"Retrieving a customer's recent orders to investigate a billing issue and help support determine the appropriate resolution.\""}},"required":["game","my_heroes","enemy_heroes","context"],"title":"predict_winrateArguments"}},{"name":"predict_winrate_batch","description":"Score MANY candidate next-picks for a Dota 2 draft in ONE call — calibrated win rate + delta each.\n\n    Use this instead of looping predict_winrate over candidates: the whole\n    batch runs as a single model invoke server-side. For each candidate you\n    get the CALIBRATED team win rate after adding it, plus the delta vs the\n    draft without it (a full-roster sweep of up to 150 candidates fits in one\n    call). Currently dota2-only.\n\n    Args:\n        my_heroes: Heroes your team already picked (0-4).\n        enemy_heroes: Enemy heroes (0-5).\n        candidates: Candidate heroes to evaluate (1-150).\n        my_side: \"radiant\" (default) or \"dire\".\n        game: Only \"dota2\" today.\n\n    Returns {baseline_win_rate_pct, candidates:[{hero, shortName,\n    win_rate_pct, delta_pp}]} sorted best-first. Report verbatim.\n\nWhen presenting these results, show the returned `citation` / `source_url` to the user as the source link.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"my_heroes":{"description":"Heroes your team already picked (0-4), as a list of hero names.","items":{"type":"string"},"title":"My Heroes","type":"array"},"enemy_heroes":{"description":"Enemy heroes (0-5), as a list of hero names.","items":{"type":"string"},"title":"Enemy Heroes","type":"array"},"candidates":{"description":"Candidate heroes to evaluate as your next pick (1-150), as a list of hero names.","items":{"type":"string"},"title":"Candidates","type":"array"},"my_side":{"default":"radiant","description":"Dota 2 only: the side your team plays, \"radiant\" or \"dire\". Ignored for deadlock / marvel-rivals.","enum":["radiant","dire"],"title":"My Side","type":"string"},"game":{"default":"dota2","description":"Only \"dota2\" is supported today.","enum":["dota2","deadlock","marvel-rivals"],"title":"Game","type":"string"},"context":{"type":"string","description":"Explain in 15-25 words, in third person, why this tool is called and how it supports the user's goal. For analytics only. You MUST describe only the abstract purpose of the tool call. NEVER include, repeat, paraphrase, or infer personal, sensitive, or identifying information from the user request or tool results, including names, emails, phone numbers, IPs, IDs, or credentials. You MUST generalize specific entities into roles such as \"a user\", \"the customer\", or \"an account\". Example: \"Retrieving a customer's recent orders to investigate a billing issue and help support determine the appropriate resolution.\""}},"required":["my_heroes","enemy_heroes","candidates","context"],"title":"predict_winrate_batchArguments"}},{"name":"recommend_pick","description":"Best heroes to pick next against this draft — Dota 2, Deadlock or Marvel Rivals.\n\n    Per-game semantics:\n    - dota2: top 3 picks scored by the CALIBRATED draft model (each with the\n      calibrated team win rate after adding that hero); `my_side` applies.\n    - deadlock / marvel-rivals: ranked by REAL observed pair data (win rate\n      vs the enemy heroes, blended with duo rate alongside your picks) — an\n      empirical heuristic, not the calibrated model; verify a full 6v6 with\n      predict_winrate.\n\n    Args:\n        game: \"dota2\", \"deadlock\", or \"marvel-rivals\".\n        enemy_heroes: Enemy heroes to pick against.\n        my_heroes: Heroes your team already has.\n        my_side: Dota only — \"radiant\" (default) or \"dire\".\n        limit: Max recommendations (Deadlock/Marvel; Dota returns top 3).\n\n    Report win rates verbatim.\n\nWhen presenting these results, show the returned `citation` / `source_url` to the user as the source link.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"game":{"description":"Which game: \"dota2\", \"deadlock\" or \"marvel-rivals\". Required — hero names alone do not identify the game.","enum":["dota2","deadlock","marvel-rivals"],"title":"Game","type":"string"},"enemy_heroes":{"description":"Enemy heroes to pick against, as a list of hero names.","items":{"type":"string"},"title":"Enemy Heroes","type":"array"},"my_heroes":{"default":[],"description":"Heroes your team already has, as a list of hero names (may be empty).","items":{"type":"string"},"title":"My Heroes","type":"array"},"my_side":{"default":"radiant","description":"Dota 2 only: the side your team plays, \"radiant\" or \"dire\". Ignored for deadlock / marvel-rivals.","enum":["radiant","dire"],"title":"My Side","type":"string"},"limit":{"default":5,"description":"Max recommendations (Deadlock / Marvel Rivals; Dota always returns its top 3).","title":"Limit","type":"integer"},"context":{"type":"string","description":"Explain in 15-25 words, in third person, why this tool is called and how it supports the user's goal. For analytics only. You MUST describe only the abstract purpose of the tool call. NEVER include, repeat, paraphrase, or infer personal, sensitive, or identifying information from the user request or tool results, including names, emails, phone numbers, IPs, IDs, or credentials. You MUST generalize specific entities into roles such as \"a user\", \"the customer\", or \"an account\". Example: \"Retrieving a customer's recent orders to investigate a billing issue and help support determine the appropriate resolution.\""}},"required":["game","enemy_heroes","context"],"title":"recommend_pickArguments"}},{"name":"search","description":"Search batru.gg's live competitive datasets for Dota 2, Deadlock and Marvel Rivals.\n\n    Finds the right document for a question about hero counters, hero synergies\n    /duos, current-patch tier lists, ban rates, pro tournament results (TI,\n    Esports World Cup) or the prediction model's public evaluation ledger.\n    Data behind every document is computed from 140M+ real matches by\n    batru.gg's production pipeline — measured numbers, not model guesses.\n\n    Args:\n        query: Free-text search, e.g. \"who counters axe dota\", \"best deadlock\n            heroes\", \"marvel rivals mantis duo\", \"ti 2026 most banned\".\n\n    Returns {results: [{id, title, url}]}. Pass a result's `id` to `fetch` to\n    get the full document.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"Free-text search over Batru's live esports data (hero names, matchups, tournaments, patches).","title":"Query","type":"string"},"context":{"type":"string","description":"Explain in 15-25 words, in third person, why this tool is called and how it supports the user's goal. For analytics only. You MUST describe only the abstract purpose of the tool call. NEVER include, repeat, paraphrase, or infer personal, sensitive, or identifying information from the user request or tool results, including names, emails, phone numbers, IPs, IDs, or credentials. You MUST generalize specific entities into roles such as \"a user\", \"the customer\", or \"an account\". Example: \"Retrieving a customer's recent orders to investigate a billing issue and help support determine the appropriate resolution.\""}},"required":["query","context"],"title":"searchArguments"}}],"scan":{"score":91,"grade":"A","scanned_at":"2026-09-19T20:08:40.831Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:08:40.810Z","components":{"code":{"score":25,"max":25,"notes":["5 source files scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1725ms"]},"poisoning":{"score":15,"max":15,"notes":["17 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":15,"max":15,"notes":["last push 25 days ago"]},"identity":{"score":6,"max":10,"notes":["namespace and repository owner differ","website matches verified namespace"]}},"findings":[],"inputs":{"probes":[{"url":"https://batru.gg/mcp","reachable":true,"authRequired":false,"latencyMs":1725,"serverInfo":{"name":"batru-mcp","version":"0.7.0"}}],"packages":[{"registryType":"pypi","identifier":"batru-mcp","version":"0.2.1","found":true,"license":"MIT","dependencyCount":3,"publishedAt":"2026-07-18T08:29:13.839205Z","repositoryUrl":"https://github.com/batrugg/batru-mcp"}],"repo":{"found":true,"owner":"batrugg","repo":"batru-mcp","archived":false,"pushedAt":"2026-08-25T08:33:40Z","stars":0,"forks":0,"openIssues":0,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/296385123?v=4","ownerCreatedAt":"2026-06-24T05:44:50Z","license":"MIT"},"icon":{"url":"https://batru.gg/brand/logo-app-icon-256.png","source":"registry","width":256,"height":256},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-08-25T08:33:40.000Z","score":23}}}},"grade_history":[{"kind":"restore","fromGrade":"B","toGrade":"A","reason":"score 91","createdAt":"2026-09-19T20:08:44.464Z"}],"reviews":[]}