@pipeworx/roblox

Connect: https://gateway.pipeworx.io/roblox/mcp · Install: one-click buttons

Tools: 11

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
  • game_passes(universe_id? | place_id? | name?, cursor?, limit?) — list the game passes sold in an experience with their exact Robux price. Pass exactly one of universe_id, place_id, or name (e.g. "Grow a Garden") to resolve the experience. A pass currently not for sale returns is_for_sale: false and price_robux: null (never 0). Cursor-paginated, capped at 100 per page. Note: many top experiences monetize through consumable “developer products” rather than permanent game passes, so a short or empty list can be the correct answer, not a broken call.

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, https://apis.roblox.com (game-passes, universes, search-api)

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.
  • game_passes — List the game passes (one-time-purchase perks, e.g. VIP, 2x Money) sold in a Roblox experience, with their exact Robux price. Resolves the experience from universe_id, place_id, or a name (e.g. “Grow

Tools

  • game — Game (universe) detail.
  • game_passes — List the game passes (one-time-purchase perks, e.g. VIP, 2x Money) sold in a Roblox experience, with their exact Robux price. Resolves the experience from universe_id, place_id, or a name (e.g. Grow a
  • 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 September 10, 2026