Twitch for your agents.
Connect Twitch once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Twitch.
What agents can do with Twitch
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
twitch_get_usersCheck the connection or get user info. With no query params returns the authenticated user. Pass a comma-separated list of `id` or `login` values.
twitch_get_streamsGet live stream information. Filter by user_id or user_login (comma-separated, max 100). Returns stream title, viewer count, game, and start time.
twitch_get_followed_streamsGet live streams from channels the authenticated user follows.
twitch_get_channel_infoGet channel information (title, category, language) for a broadcaster. Pass broadcaster_id.
twitch_search_channelsSearch for Twitch channels by name. Returns matching channels with their stream metadata.
twitch_get_gamesGet game/category information by game id or name.
twitch_search_categoriesSearch Twitch categories (games, IRL topics) by name.
twitch_get_videosGet video information by user, game, or video id. Returns title, duration, and view count.
twitch_get_followersGet followers of a broadcaster by user id.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- This service uses OAuth: there is no key to paste.
- Click Connect and approve access on Twitch's page in Even's browser.
- If Connect reports no OAuth app is configured, an admin must register a Twitch app and configure the broker first.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Twitch to Even: call connect_begin("twitch") on the even-connect MCP and walk me through it.
Get user and stream information from Twitch, retrieve live channel details, and search for channels by name.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.