General
MCP tools for general operations on the Euler Stream API.
Get Room Id
Fetch the Room ID for a TikTok user and check if they are currently live
Parameters
The unique ID of the TikTok user to fetch the data for.
unique_idstringrequiredGet 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
The unique ID (handle) of the TikTok user.
unique_idstringrequiredGet 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
The region (country) with which to fetch a feed from.
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"requiredGet 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
The unique ID (handle) of the TikTok user.
unique_idstringrequiredToggle Room Comments
Toggle comments on or off in a TikTok LIVE room
Parameters
Access token from a 3rd-party Euler OAuth app.
Raw TikTok cookies for direct authentication.
Whether comments should be enabled (true) or disabled (false)
The room ID of the livestream
http://localhost:3003/mcpenabledbooleanrequiredroom_idstringrequiredx-oauth-tokenstringx-cookie-headerstring