Mux for your agents.
Connect Mux once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 8 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Mux.
What agents can do with Mux
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
mux_list_assetsList all video assets on the account, with pagination and optional status filter.
mux_get_assetGet details of a single video asset by id, including status, tracks, and playback IDs.
mux_create_assetCreate a new video asset from a URL. The asset is asynchronously prepared for playback.
mux_list_live_streamsList all live streams for the account.
mux_list_uploadsList direct uploads (pending, uploading, or completed).
mux_delete_assetPermanently delete a video asset by id.
mux_create_live_streamCreate a new live stream. Returns the stream key and RTMP/SRT endpoint URLs needed to broadcast.
mux_get_live_streamGet a single live stream by id, including its status (idle, active, disabled) and stream key.
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.
- Go to Mux Dashboard > Settings > Access Tokens.
- Click 'Generate New Token', give it a name, and select a scope (Video, Data).
- Copy the Token ID and Token Secret; the secret is shown once.
- Use the Token ID as the username and Token Secret as the password.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Mux to Even: call connect_begin("mux") on the even-connect MCP and walk me through it.
List all video assets on Mux and create new video assets from URLs.
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.