Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

start.gg MCP Server

NPM · STARTGG-MCP-SERVER · SCANNED SEP 24

MCP server for the start.gg GraphQL API: tournaments, events, entrants, sets, standings, streams

Available components

0 this week 81 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability74
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2556 tokens (~170/item across 15 items; 15 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management77
  • Stability observed for 23 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 99% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 15 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 15 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the start.gg MCP Server server?

start.gg MCP Server runs locally as an npm package, launched with npx -y startgg-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · startgg-mcp-server

# add to Claude Code
claude mcp add tomo789-startgg-mcp-server -- npx -y startgg-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "tomo789-startgg-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "startgg-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "tomo789-startgg-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "startgg-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add tomo789-startgg-mcp-server -- npx -y startgg-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tomo789-startgg-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "startgg-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add tomo789-startgg-mcp-server --command npx --arg -y --arg startgg-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  tomo789-startgg-mcp-server:
    command: "npx"
    args: ["-y", "startgg-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "tomo789-startgg-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "startgg-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add tomo789-startgg-mcp-server -t stdio -c npx -a -y startgg-mcp-server
// mcp.json
{
  "mcpServers": {
    "tomo789-startgg-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "startgg-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 24 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 23 Sept 26 +1
    • Stability: 0.97 → pass security
  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 73 to 77. That category is still filling its 30-day observation window: 22 days of observed history at the previous scan, 23 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 67 to 70. That category is still filling its 30-day observation window: 20 days of observed history at the previous scan, 21 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 60 to 63. That category is still filling its 30-day observation window: 18 days of observed history at the previous scan, 19 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 24 Sept 2026 · Analysed npm/startgg-mcp-server@0.1.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 15 exposed · ~2,556 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
get_event ~133

Get one event (bracket) of a tournament: name, start time, state, entrant count, videogame, parent tournament, and its phases (e.g. Pools, Top 8) with phase ids you can pass to get_event_sets phaseIds.

NameTypeReqDescription
eventIdintegerNumeric start.gg event id. Provide exactly one locator.
slugstringEvent slug in the form "tournament/<t>/event/<e>".
urlstringFull start.gg event URL, e.g. https://www.start.gg/tournament/genesis-9/event/ultimate-singles.

No output schema declared.

No examples provided.

get_event_entrants ~193

List an event's entrants with their seed (initialSeedNum), players (gamer tags), and disqualification flag. Supports pagination or fetchAll.

NameTypeReqDescription
eventIdintegerNumeric start.gg event id. Provide exactly one locator.
fetchAllbooleanFetch all pages (up to a safety cap) instead of one page. Ignores the page argument.
namestringFilter entrants by name/tag (contains match).
pageintegerPage number, 1-based. Default 1.
perPageintegerResults per page, max 100. Default 50.
slugstringEvent slug in the form "tournament/<t>/event/<e>".
urlstringFull start.gg event URL, e.g. https://www.start.gg/tournament/genesis-9/event/ultimate-singles.

No output schema declared.

No examples provided.

get_event_sets ~365

List an event's sets (matches) in a normalized form: round, state (COMPLETED/ACTIVE/...), both entrants with seeds and players, per-entrant score (-1 = DQ), winner, phase, and VOD URL when available. Filter by state, phaseIds (from get_event's phases, e.g. Top 8), round, or entrants.

NameTypeReqDescription
entrantIdsarrayOnly sets involving these entrant ids.
eventIdintegerNumeric start.gg event id. Provide exactly one locator.
fetchAllbooleanFetch all pages (up to a safety cap) instead of one page. Ignores the page argument.
hasVodbooleanOnly sets that have a VOD.
pageintegerPage number, 1-based. Default 1.
perPageintegerResults per page, max 30. Default 20.
phaseIdsarrayOnly sets in these phase ids (get_event lists phases).
roundNumberintegerOnly sets with this numeric round (negative = losers bracket).
showByesbooleanInclude bye sets. Default false.
slugstringEvent slug in the form "tournament/<t>/event/<e>".
sortTypestringstart.gg set sort order. RECENT = most recently completed first.
statearraySet states to include: names ("CREATED", "ACTIVE", "COMPLETED", ...) or raw integers (1-7). COMPLETED = finished sets.
urlstringFull start.gg event URL, e.g. https://www.start.gg/tournament/genesis-9/event/ultimate-singles.

No output schema declared.

No examples provided.

get_event_standings ~183

Get an event's standings (final or current placements), best first. Includes each entrant's seed so upsets are visible. Use perPage 8 for Top 8.

NameTypeReqDescription
eventIdintegerNumeric start.gg event id. Provide exactly one locator.
fetchAllbooleanFetch all pages (up to a safety cap) instead of one page. Ignores the page argument.
pageintegerPage number, 1-based. Default 1.
perPageintegerResults per page, max 100. Default 25.
slugstringEvent slug in the form "tournament/<t>/event/<e>".
urlstringFull start.gg event URL, e.g. https://www.start.gg/tournament/genesis-9/event/ultimate-singles.

No output schema declared.

No examples provided.

get_player ~55

Get a start.gg player by numeric player id: gamer tag, team prefix, and linked user. Player ids appear in set/entrant results (players[].playerId).

NameTypeReqDescription
playerIdintegeryesNumeric start.gg player id.

No output schema declared.

No examples provided.

get_player_sets ~141

Get a player's recent sets across tournaments (most recent first), in the same normalized set form as get_event_sets, plus the event and tournament each set belongs to. Filter by set state (e.g. COMPLETED).

NameTypeReqDescription
pageintegerPage number, 1-based. Default 1.
perPageintegerResults per page, max 20. Default 10.
playerIdintegeryesNumeric start.gg player id.
statearraySet states to include: names ("CREATED", "ACTIVE", "COMPLETED", ...) or raw integers (1-7). COMPLETED = finished sets.

No output schema declared.

No examples provided.

get_stream_queue ~132

Get a tournament's stream queue: each stream (source, channel name, derived URL for Twitch) with the sets currently assigned to it. Returns empty queues when nothing is queued. For the list of configured streams regardless of queue, use get_tournament.

NameTypeReqDescription
slugstringTournament slug, e.g. "genesis-9" or "tournament/genesis-9".
tournamentIdintegerNumeric start.gg tournament id. Provide exactly one locator.
urlstringFull start.gg tournament URL, e.g. https://www.start.gg/tournament/genesis-9.

No output schema declared.

No examples provided.

get_tournament ~123

Get one tournament's details: schedule, venue/location, registration, its events (with videogame and entrant counts), and its configured streams. Identify the tournament by numeric id, slug, or start.gg URL.

NameTypeReqDescription
slugstringTournament slug, e.g. "genesis-9" or "tournament/genesis-9".
tournamentIdintegerNumeric start.gg tournament id. Provide exactly one locator.
urlstringFull start.gg tournament URL, e.g. https://www.start.gg/tournament/genesis-9.

No output schema declared.

No examples provided.

get_tournament_entrants ~174

List a tournament's registered participants (attendees) with gamer tags. Note: these are tournament-level registrations; for per-event entrants with seeding, use get_event_entrants instead.

NameTypeReqDescription
gamerTagstringFilter participants by gamer tag (contains match).
pageintegerPage number, 1-based. Default 1.
perPageintegerResults per page, max 100. Default 50.
slugstringTournament slug, e.g. "genesis-9" or "tournament/genesis-9".
tournamentIdintegerNumeric start.gg tournament id. Provide exactly one locator.
urlstringFull start.gg tournament URL, e.g. https://www.start.gg/tournament/genesis-9.

No output schema declared.

No examples provided.

get_tournament_events ~139

List the events (brackets) of a tournament, optionally filtered to one videogame id. Use the returned event id or slug with get_event_entrants / get_event_sets / get_event_standings.

NameTypeReqDescription
slugstringTournament slug, e.g. "genesis-9" or "tournament/genesis-9".
tournamentIdintegerNumeric start.gg tournament id. Provide exactly one locator.
urlstringFull start.gg tournament URL, e.g. https://www.start.gg/tournament/genesis-9.
videogameIdOnly events for this videogame id.

No output schema declared.

No examples provided.

get_tournaments_by_videogame ~252

List tournaments for a specific videogame id. timeframe selects upcoming (default), past, or all; combine with afterDate/beforeDate and location filters as needed.

NameTypeReqDescription
addrStatestringState/province code as used by start.gg, e.g. "CA", "TX".
afterDateISO-8601 date/time (e.g. "2026-08-24" or "2026-08-24T00:00:00Z") or Unix epoch seconds.
beforeDateISO-8601 date/time (e.g. "2026-08-24" or "2026-08-24T00:00:00Z") or Unix epoch seconds.
countryCodestringTwo-letter ISO country code, e.g. "US", "JP".
pageintegerPage number, 1-based. Default 1.
perPageintegerResults per page, max 100. Default 25.
timeframestringWhich tournaments to include. Default upcoming.
videogameIdintegeryesVideogame id from search_videogames.

No output schema declared.

No examples provided.

get_upcoming_tournaments ~190

List tournaments that have not ended yet (including ones in progress), soonest first. Filter by videogame id (get it from search_videogames), country/state, and a time window in days.

NameTypeReqDescription
addrStatestringState/province code as used by start.gg, e.g. "CA", "TX".
countryCodestringTwo-letter ISO country code, e.g. "US", "JP".
pageintegerPage number, 1-based. Default 1.
perPageintegerResults per page, max 100. Default 25.
videogameIdintegerVideogame id, e.g. 1386 for Smash Ultimate.
videogameIdsarray
withinDaysintegerOnly tournaments starting within this many days from now. Default 30.

No output schema declared.

No examples provided.

resolve_startgg_url ~103

Turn a start.gg tournament or event URL (or slug) into internal ids and slugs. Example: "https://www.start.gg/tournament/genesis-9/event/ultimate-singles" -> { type: event, tournamentId, eventId, ... }. Use this first when the user pastes a start.gg link, then call the other tools with the returned ids.

NameTypeReqDescription
urlstringyesstart.gg URL, path, or slug to resolve.

No output schema declared.

No examples provided.

search_tournaments ~255

Search start.gg tournaments with flexible filters: name, videogame ids, country/state, date range (afterDate/beforeDate on start time), upcoming/past, open registration.

NameTypeReqDescription
addrStatestringState/province code as used by start.gg, e.g. "CA", "TX".
afterDateOnly tournaments starting after this.
beforeDateOnly tournaments starting before this.
countryCodestringTwo-letter ISO country code, e.g. "US", "JP".
namestringTournament name to search for.
pageintegerPage number, 1-based. Default 1.
pastbooleanOnly tournaments that already ended.
perPageintegerResults per page, max 100. Default 25.
regOpenbooleanOnly tournaments with open registration.
sortBystringSort order for tournaments.
upcomingbooleanOnly tournaments that have not ended yet (start.gg's filter also includes tournaments currently in progress).
videogameIdintegerFilter to one videogame id.
videogameIdsarrayFilter to several videogame ids.

No output schema declared.

No examples provided.

search_videogames ~118

Search start.gg's videogame catalog by name and get videogame ids. Use this first to find the id for a game (e.g. "Super Smash Bros. Ultimate" -> 1386), then pass that id to tournament discovery tools.

NameTypeReqDescription
namestringyesGame name to search for, e.g. "Street Fighter 6".
pageintegerPage number, 1-based. Default 1.
perPageintegerResults per page, max 100. Default 25.

No output schema declared.

No examples provided.

Common questions

What is the start.gg MCP Server server?

start.gg MCP Server is listed in the public MCP registry as io.github.tomo789/startgg-mcp-server. MCP server for the start.gg GraphQL API: tournaments, events, entrants, sets, standings, streams. This page covers its npm package (startgg-mcp-server).

Is the start.gg MCP Server server safe to use?

start.gg MCP Server scores 81 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 24 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the start.gg MCP Server server expose?

start.gg MCP Server exposes 15 tools: search_videogames, search_tournaments, get_upcoming_tournaments, get_tournaments_by_videogame, get_tournament, and 10 more. Their descriptions and schemas cost roughly 2,556 tokens of context every time the server is loaded.

Is the start.gg MCP Server server still maintained?

start.gg MCP Server is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the start.gg MCP Server server under?

start.gg MCP Server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.