Flock Connector for AI agents.
10 live capabilities
Manage team communications and private groups in your Flock workspace.
Waiting for input…
Why people use Flock
Flock for Automated Team Communication Management
With this Connector, your agent does the clicking for you. You can ask it to list everyone in a private group or pull a history of a channel's messages in seconds. It turns a manual audit into a simple conversation.
What Vinkius changes
You get a direct bridge between your AI agent and your Flock workspace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Auditing permissions
An IT admin asks the agent to check who has access to the 'Finance' private group to ensure only the right people are in.
- Real-world use case 02
Sending announcements
A team lead tells the agent to send a formatted update to a public channel using FlockML to include a link and a banner.
- Real-world use case 03
Onboarding research
A manager asks the agent to pull the last 20 messages from a project room to see what was discussed last week.
Complete set · 10capabilities
The complete Flock capability set.
These are the exact actions your AI can choose when you ask it to work with Flock.
01—04
4 capabilities in this set.
Part of 10 available through Flock.
- 01 Capability
Channels get info
Get the description and banner details for a specific channel. This helps your agent understand the purpose of different rooms.
- 02 Capability
Channels list public
See a list of all public channels in your Flock workspace. It's great for quickly finding the right place to post.
- 03 Capability
Channels list members
See every active user in a specific channel. Use this to verify who can see certain messages.
- 04 Capability
Groups list members
Check who has read permissions for a specific group. This is essential for auditing sensitive message targets.
05—07
3 capabilities in this set.
Part of 10 available through Flock.
- 05 Capability
Roster list directory
Map user aliases like @names to their actual UUIDs. This ensures your agent routes messages to the right people.
- 06 Capability
Chat send message
Send a message to a chat room. It handles FlockML to create rich attachments and formatted layouts.
- 07 Capability
Chat fetch messages
Pull the recent history from a Flock room. You get the raw data for any past conversation.
08—10
3 capabilities in this set.
Part of 10 available through Flock.
- 08 Capability
Users get metadata
Get profile info like time zones and LDAP properties for a user. It's perfect for understanding your team's setup.
- 09 Capability
Groups get info
Look up the internal details of a private group. Use this to see how hidden groups are configured.
- 10 Capability
Groups list private
Find all the private groups in your workspace. It helps you see the boundaries of your team's private chats.
Set up in minutes
One URL. Then ask Flock to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Flock from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_pNodqaVfbHsRl8x4OXRHVJDVh7pxVSSAqOoVRDeO/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Flock, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Flock for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_pNodqaVfbHsRl8x4OXRHVJDVh7pxVSSAqOoVRDeO/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Flock URL.
- Step 03
Save and start
Save the connection and enable Flock in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"flock": {
"url": "https://edge.vinkius.com/vk_preview_pNodqaVfbHsRl8x4OXRHVJDVh7pxVSSAqOoVRDeO/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Flock
Open Agent mode in chat and ask: "Using Flock, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"flock": {
"url": "https://edge.vinkius.com/vk_preview_pNodqaVfbHsRl8x4OXRHVJDVh7pxVSSAqOoVRDeO/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Flock
Ask Copilot: "Using Flock, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"flock": {
"url": "https://edge.vinkius.com/vk_preview_pNodqaVfbHsRl8x4OXRHVJDVh7pxVSSAqOoVRDeO/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Flock
Open Cascade and ask: "Using Flock, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"flock": {
"url": "https://edge.vinkius.com/vk_preview_pNodqaVfbHsRl8x4OXRHVJDVh7pxVSSAqOoVRDeO/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Flock
Ask Cline: "Using Flock, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add flock --transport http "https://edge.vinkius.com/vk_preview_pNodqaVfbHsRl8x4OXRHVJDVh7pxVSSAqOoVRDeO/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Flock
Ask Claude: "Using Flock, show me...". 10 tools are ready
Where the request belongs
Work Flock can move forward.
This is for the admin or lead who's tired of manual overhead. It's for the person who needs to audit permissions, manage group access, or pull data without clicking through five different menus.
IT Admin
Audits channel memberships and verifies organizational roster mappings using natural language.
Team Lead
Sends company-wide announcements and coordinates private groups without leaving their main chat.
Ops Engineer
Monitors public channels and manages real-time team communication through the agent.
Developer
Tests bot messaging logic and verifies FlockML rendering directly from their IDE.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMela
Team communication and project management.
Chanty
Automate team communication via Chanty. manage conversations, send messages, invite members, and update statuses using any AI agent.
Rocket.Chat
Connect your AI assistant to Rocket.Chat to seamlessly send messages, explore channels, manage directories, and orchestrate chat operations directly.
Slack
Manage channels, users, and send messages on Slack with AI agents.
Pumble
Bring your AI agent into your Pumble workspace. read channel history, post messages, create channels, and manage team communication seamlessly.
Mattermost (Secure Team Collaboration)
Manage team collaboration via Mattermost. send messages, search channels, and audit team activities.
Bring your own AI
Change the model, client or framework. Keep Flock connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Flock.
The practical details behind the request, access and result.
Can the Flock MCP send formatted messages?
Yes, it supports FlockML. This means your agent can send rich layouts and enterprise attachments instead of just plain text.
How does the Flock MCP handle private groups?
It can identify bounded private groups and show you the precise definitions of who has access, making it easy to audit your workspace.
Can I use the Flock MCP to see who is in a channel?
Yes, it can list the active members of any channel so you can verify who is seeing your messages.
Can the Flock MCP pull old chat history?
It can fetch chronological logs from any room as raw JSON objects, which is great for looking back at past decisions.
Does the Flock MCP work with my existing bot?
Yes, you just need to provide your Flock Bot Token from the developer dashboard to connect it to your agent.
Can the Flock MCP find user details?
It can extract profile metadata like time zones and LDAP properties for any user in your company roster.
Can my agent send formatted messages using FlockML?
Yes. Use the 'chat_send_message' capability and provide your XML string in the 'flockml' parameter. The agent will bypass standard Markdown limits to render rich enterprise attachments and layouts natively in Flock.
How do I list all members of a specific private group via chat?
Use the 'groups_list_members' capability. Provide the Group UUID. Your agent will surface the explicitly mapped profiles within that group, helping you verify sensitive message targets securely.
Can I search for a user's UUID using their '@' alias through the agent?
Absolutely. The 'roster_list_directory' capability discovers global identity blocks mapping direct aliases to absolute string UUIDs, ensuring you can route messages accurately to anyone in your company.
One connection away
Give your agent a direct line to Flock.
Connect Flock once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available