You're viewing a demo portfolio

Join the waitlist
PRSM

search_channels

Active

Tool of Twitch

declared in 0.1.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Twitch

https://github.com/pipeworx-io/mcp-twitch

1/7 registries
View full server →
search_channels — Twitch — PRSM MCP