@pipeworx/roblox
Connect: https://gateway.pipeworx.io/roblox/mcp · Install: one-click buttons
Tools: 10
Roblox MCP — keyless public-profile lookups via roblox.com’s subdomain APIs.
Tools
user_by_username(username)— resolve username → user iduser(user_id)— user profile detailuser_friends(user_id)— friends listuser_followers_count(user_id)— follower countuser_followings_count(user_id)— following countuser_badges(user_id, limit?, sortOrder?)— badgesuser_games(user_id, limit?, sortOrder?)— created gamesuser_presence(user_ids)— presence/status for up to 100 user ids (POST)group(group_id)— group detailgame(universe_id)— game (universe) detail
Data source
https://users.roblox.com, https://friends.roblox.com, https://badges.roblox.com, https://games.roblox.com, https://groups.roblox.com, https://presence.roblox.com
Tools
- user_by_username — Resolve username to user id.
- user — Fetch a Roblox user’s public profile by numeric user_id; returns display name, username, description, account creation date, and ban status.
- user_friends — List the friends of a Roblox user by numeric user_id; returns each friend’s user ID, username, display name, and presence status.
- user_followers_count — Return the total number of followers for a Roblox user by numeric user_id.
- user_followings_count — Return the total number of accounts a Roblox user is following, by numeric user_id.
- user_badges — Badges.
- user_games — Created games.
- user_presence — Presence for up to 100 user ids.
- group — Group detail.
- game — Game (universe) detail.
Tools
-
game— Game (universe) detail. -
group— Group detail. -
user— Fetch a Roblox user's public profile by numeric user_id; returns display name, username, description, account creation date, and ban status. -
user_badges— Badges. -
user_by_username— Resolve username to user id. -
user_followers_count— Return the total number of followers for a Roblox user by numeric user_id. -
user_followings_count— Return the total number of accounts a Roblox user is following, by numeric user_id. -
user_friends— List the friends of a Roblox user by numeric user_id; returns each friend's user ID, username, display name, and presence status. -
user_games— Created games. -
user_presence— Presence for up to 100 user ids.