get_user
ActiveTool 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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Twitch
https://github.com/pipeworx-io/mcp-twitch
1/7 registries