@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 id
  • user(user_id) — user profile detail
  • user_friends(user_id) — friends list
  • user_followers_count(user_id) — follower count
  • user_followings_count(user_id) — following count
  • user_badges(user_id, limit?, sortOrder?) — badges
  • user_games(user_id, limit?, sortOrder?) — created games
  • user_presence(user_ids) — presence/status for up to 100 user ids (POST)
  • group(group_id) — group detail
  • game(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.

Regenerated from source · build July 4, 2026