General

MCP tools for general operations on the Euler Stream API.

Get Room Id

MCPget_room_id

Fetch the Room ID for a TikTok user and check if they are currently live

Parameters

unique_id*string

The unique ID of the TikTok user to fetch the data for.

Playground
unique_idstringrequired

Get User Basic

MCPget_user_basic

Fetch basic public TikTok profile info (nickname, region, avatar) for a user by their @unique_id (handle). Works for any TikTok user, live or not.

Parameters

unique_id*string

The unique ID (handle) of the TikTok user.

Playground
unique_idstringrequired

Get Live Feed

MCPget_live_feed

Browse a random sample of TikTok LIVE streams currently live in a region. Returns each room's ID, title, viewer count and creator — use it to discover who is live rather than to look up a known user.

Parameters

region*enum

The region (country) with which to fetch a feed from.

Playground
region"US" | "GB" | "DE" | "ES" | "BE" | "FR" | "CA" | "JP" | "BR" | "MX" | "CO" | "AR" | "CL" | "AU" | "KR" | "PE" | "PL" | "SG" | "IT" | "ID" | "TH" | "SA" | "IL" | "NL" | "IE" | "PT" | "GR" | "AT" | "CH" | "HU" | "SK" | "DK" | "NO" | "SE" | "NZ" | "AM" | "AZ" | "BD" | "BY" | "BO" | "BG" | "KH" | "CR" | "HR" | "CY" | "CZ" | "DO" | "EC" | "EG" | "EE" | "FI" | "GE" | "GT" | "IS" | "IM" | "JM" | "KZ" | "LA" | "LV" | "LT" | "LU" | "MY" | "MD" | "MA" | "PK" | "PA" | "PH" | "RO" | "ZA" | "LK" | "TW" | "TR" | "UA" | "AE" | "VN"required

Get User Id

MCPget_user_id

Resolve a TikTok @unique_id (handle) to its numeric TikTok user ID. The rankings tools all key on the numeric ID, so start here when the user gives you a handle.

Parameters

unique_id*string

The unique ID (handle) of the TikTok user.

Playground
unique_idstringrequired

Toggle Room Comments

MCPtoggle_room_comments

Toggle comments on or off 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.

enabled*boolean

Whether comments should be enabled (true) or disabled (false)

room_id*string

The room ID of the livestream

Playground
http://localhost:3003/mcp
enabledbooleanrequired
room_idstringrequired
AuthCookie authentication
x-oauth-tokenstring
x-cookie-headerstring
xs