top_games
ActiveTool of Twitch
declared in 0.1.0
Get the top games currently being streamed on Twitch, ranked by number of viewers. Returns game id, name, and box art. Example: top_games({ first: 20 })
Parameters schema
{
"type": "object",
"properties": {
"first": {
"type": "number",
"description": "Number of games to return (default 20, max 100)"
},
"_apiKey": {
"type": "string",
"description": "Optional — your own Twitch credentials as CLIENT_ID:CLIENT_SECRET for higher limits; omit to use the shared Pipeworx key."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Twitch
https://github.com/pipeworx-io/mcp-twitch
1/7 registries