You're viewing a demo portfolio

Join the waitlist
PRSM

get_user

Active

Tool of Twitch

declared in 0.1.0

Look up a Twitch user/channel by login (username). Returns profile info: id, display name, description, view count, broadcaster type, account creation date, and profile image. Example: get_user({ login: "ninja" })

Parameters schema

{
  "type": "object",
  "required": [
    "login"
  ],
  "properties": {
    "login": {
      "type": "string",
      "description": "Twitch username (login), e.g. \"ninja\", \"pokimane\"."
    },
    "_apiKey": {
      "type": "string",
      "description": "Optional — your own Twitch credentials as CLIENT_ID:CLIENT_SECRET for higher limits; omit to use the shared Pipeworx key."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Twitch

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

1/7 registries
View full server →