search_channels
ActiveTool of Twitch
Search Twitch channels/streamers by name or keyword. Returns matching channels with display name, the game they stream, whether they are live now, title, and thumbnail. Example: search_channels({ query: "ninja", live_only: true })
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"first": {
"type": "number",
"description": "Number of channels to return (default 20, max 100)"
},
"query": {
"type": "string",
"description": "Search query — channel/streamer name or keyword, e.g. \"ninja\", \"valorant\"."
},
"_apiKey": {
"type": "string",
"description": "Optional — your own Twitch credentials as CLIENT_ID:CLIENT_SECRET for higher limits; omit to use the shared Pipeworx key."
},
"live_only": {
"type": "boolean",
"description": "If true, only return channels that are currently live."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Twitch
https://github.com/pipeworx-io/mcp-twitch
1/7 registries