# Roblox Social & Group Intelligence MCP for AI Agents AI Agent Connect

> Roblox Social & Group Intelligence gives your AI agent direct access to the Roblox social graph. It pulls user profiles, friend lists, and group data so you can audit rosters, track player presence, and analyze social connections without leaving your chat window. It's built for anyone needing to manage large communities or perform deep social data engineering.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_3KqLZXvleFhg8sB5aB3vu0CjIStjudlknTgU2GCF/ai-agent-connect
- **Tags:** social-graph, user-profiles, presence-tracking, group-management, identity-verification

## Description

Roblox Social & Group Intelligence provides deep intelligence for the Roblox social and economy ecosystem. This Connector gives your agent high-precision access to official user metadata, social connections, and group organizational structures. Instead of jumping between browser tabs to check who is online or what a group's rank structure looks like, you can just ask your agent to pull that info for you. It works by pulling official metadata for users and groups, making it easy to see who is in what group or who is currently playing a specific game. You can use it to verify identities, map out social networks, or get a bird's-eye view of a community's hierarchy. It's a huge time saver for anyone managing a large Roblox presence or trying to understand the social dynamics of a specific niche. Since Vinkius hosts this in their catalog, you can get it up and running in minutes to start pulling real-time data into your existing workflow. Your agent acts as a professional social data engineer through natural conversation, allowing you to handle community management tasks with much higher speed and accuracy.

## Tools

### get_user_followers
List followers of a Roblox user. This helps in mapping out social reach and influence.

### get_group_details
Get details for a Roblox group. This provides member counts and ownership info.

### get_group_roles
List all ranks and roles within a group. Use this to verify permissions and hierarchy.

### get_users_online_status
Check if multiple users are online or in-game. This is great for checking batch activity.

### get_user_followings
List users followed by a Roblox user. Use this to see which accounts a user interacts with.

### get_user_friends
List friends for a Roblox user. This is the primary way to map out social graphs.

### get_user_badges
List badges earned by a Roblox user. Use this to verify specific account achievements.

### get_user_profile
Get full profile for a Roblox user by ID. This retrieves all official metadata.

### search_roblox_user
Find Roblox users by username. Use this to resolve names into unique IDs quickly.

## Prompt Examples

**Prompt:** 
```
Find the UserID for 'Builderman' and show his friends.
```

**Response:** 
```
Found him! Builderman's ID is 156. Here are his 68 public friends:

| Username | ID |
| :--- | :--- |
| Player1 | 102 |
| Player2 | 205 |
| Player3 | 309 |

(65 more results...)

Would you like to see if he's online right now?
```

**Prompt:** 
```
What are the ranks in group 1?
```

**Response:** 
```
Group 1 (Roblox) has the following roles:

* **Member**
* **Moderator**
* **Admin**

It currently has over 2 million members. Do you want me to check the details for a specific user in this group?
```

**Prompt:** 
```
Are users 123 and 456 playing together?
```

**Response:** 
```
Checking live status... 

* **User 123**: In-game (Work at a Pizza Place)
* **User 456**: In-game (Work at a Pizza Place)
* **User 789**: Offline

Users 123 and 456 are currently playing together.
```

## Capabilities

### Resolve usernames to IDs
Turn public usernames into unique account identifiers instantly.

### Check live presence
See if multiple users are currently online or inside a specific game.

### Map social networks
Retrieve friend lists and follower counts to see how users are connected.

### Audit group hierarchies
Get full details on group ranks, member counts, and ownership.

### Verify user badges
Pull a complete list of badges earned by any specific account.

### Fetch full profiles
Get biographical metadata and status logs for any user ID.

## Use Cases

### Auditing community permissions
A community manager needs to check if a group's rank structure is correct. They ask the agent to list all roles and verify who has admin access.

### Scouting competitive talent
A scout wants to see if a potential recruit has a large following. They ask the agent to list followers and friends to gauge their influence.

### Monitoring live presence
A developer wants to see if a group is active. They ask the agent to check the status of five specific IDs to see if they are in-game.

### Mapping social graphs
An analyst needs to see how users are connected. They ask the agent to pull friend lists for a set of accounts to find common connections.

## Benefits

- Stop manual searching by instantly resolving usernames to IDs without leaving your chat window.
- Monitor live activity for a batch of users at once to see who is currently playing a game.
- Map out complex social networks by pulling friend lists and follower counts for any account.
- Audit group hierarchies quickly to ensure that rank structures and permissions are correct.
- Verify user credentials by pulling badges and full profile metadata for any specific ID.
- Get a bird's-eye view of community growth with real-time member counts and ownership data.

## How It Works

The bottom line is you get real-time Roblox social data inside your chat interface.

1. Subscribe to the Roblox Social & Group Intelligence MCP on Vinkius.
2. Connect the Connector to your preferred AI client like Claude or Cursor.
3. Ask your agent to find users, check group roles, or monitor live presence.

## Frequently Asked Questions

**How can I use Roblox Social & Group Intelligence to manage my community?**
You can ask your agent to pull group details, list all ranks, and check member counts. This helps you keep your group structure organized and see how your community is growing in real-time.

**Does Roblox Social & Group Intelligence require an API key?**
No, this Connector is designed for public social discovery. You can start pulling profile data and group info immediately without needing to manage complex API keys.

**Can I use Roblox Social & Group Intelligence to see who is online?**
Yes, you can check the live presence of multiple users at once. Your agent can tell you if they are currently online or playing a specific game.

**How does Roblox Social & Group Intelligence help with scouting?**
It allows you to pull follower counts and friend lists for any user. This makes it much easier to analyze social reach and find influential players for your team.

**Can Roblox Social & Group Intelligence find a user by their name?**
Yes, the Connector can search for a Roblox user by their username and resolve it to a unique ID. From there, it can pull their full profile and social connections.

**What kind of data can I get for a Roblox group?**
You can retrieve core metadata including total member counts, ownership information, and a full list of every rank and role title within the group.

**Can my AI automatically find the UserID of a player if I only have their username?**
Yes! Use the `search_roblox_user` tool. Your agent will query the official Users database and return the unique identifier required for all other social, group, and presence queries.

**How do I check the full rank structure and member count of a Roblox group?**
Simply provide the Group ID to the agent. It will run tools like `get_group_details` and `get_group_roles` to fetch the complete organizational hierarchy and total population of the group.

**Is it possible to monitor if a list of several users are currently in the same game?**
Yes. The `get_users_online_status` tool accepts multiple UserIDs and retrieves their real-time status. The agent can then identify if they are active in the same Place ID or different experiences.