Mutes

MCP tools for mutes operations on the Euler Stream API.

Mute Room User

MCPmutes-mute_room_user

Mute a user in a TikTok LIVE room

Parameters

One ofOne authentication method required
x-oauth-tokenstring

Access token from a 3rd-party Euler OAuth app.

x-cookie-headerstring

Raw TikTok cookies for direct authentication.

user_id*string

The user ID to mute

durationenum

Mute duration in seconds (-1 = permanent, 5, 30, 60, 300)

comment_msg_idnumber

Optional comment message ID that triggered the mute

room_id*string

The room ID of the livestream

||
Playground
https://tiktok.eulerstream.com/mcp
user_idstringrequired
duration"-1" | "5" | "30" | "60" | "300"
comment_msg_idnumber
room_idstringrequired
AuthCookie authentication
x-oauth-tokenstring
x-cookie-headerstring

Unmute Room User

MCPmutes-unmute_room_user

Unmute a user in a TikTok LIVE room

Parameters

One ofOne authentication method required
x-oauth-tokenstring

Access token from a 3rd-party Euler OAuth app.

x-cookie-headerstring

Raw TikTok cookies for direct authentication.

user_id*string

The user ID to unmute

room_id*string

The room ID of the livestream

||
Playground
https://tiktok.eulerstream.com/mcp
user_idstringrequired
room_idstringrequired
AuthCookie authentication
x-oauth-tokenstring
x-cookie-headerstring

Get Muted Users

MCPmutes-get_muted_users

Retrieve the list of muted users in a TikTok LIVE room

Parameters

One ofOne authentication method required
x-oauth-tokenstring

Access token from a 3rd-party Euler OAuth app.

x-cookie-headerstring

Raw TikTok cookies for direct authentication.

pagenumber= 0

Page number for pagination

room_id*string

The room ID of the livestream

x-image-sourceenum
||
Playground
https://tiktok.eulerstream.com/mcp
pagenumber
room_idstringrequired
x-image-source"ORIGIN" | "CDN" | "CDN_CNAME"
AuthCookie authentication
x-oauth-tokenstring
x-cookie-headerstring