Beekeeper Connector for AI agents.
10 live capabilities
Manage frontline workforce communications and employee groups from your chat.
Waiting for input…
Why people use Beekeeper
Beekeeper for Frontline Workforce Management
This Connector lets you skip the clicking. You just tell your agent to find a user or post an update. You get your work done in one place without the constant back and forth.
What Vinkius changes
You get a direct chat interface for your entire Beekeeper management suite.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Emergency safety update
An operations lead needs to alert a specific team.
- Real-world use case 02
New hire onboarding
An HR manager needs to find a new hire.
- Real-world use case 03
Team reorganization
A manager wants to see who is in which group.
Complete set · 10capabilities
The complete Beekeeper capability set.
These are the exact actions your AI can choose when you ask it to work with Beekeeper.
01—04
4 capabilities in this set.
Part of 10 available through Beekeeper.
- 01 Capability
List posts
The list_posts capability shows you all the recent updates in a specific stream. It helps you see what's been shared in a channel.
- 02 Capability
Create post
The create_post capability publishes a new update or announcement to a chosen stream. It's perfect for sending out company-wide news.
- 03 Capability
Get tenant info
The get_tenant_info capability pulls your tenant details and system metadata. This provides a high-level view of your account configuration.
- 04 Capability
Get user
The get_user capability shows specific details for an individual user. This is useful for checking individual permissions or roles.
05—07
3 capabilities in this set.
Part of 10 available through Beekeeper.
- 05 Capability
List groups
The list_groups capability shows all the groups currently set up in your account. This helps you organize your teams more effectively.
- 06 Capability
List messages
The list_messages capability shows the history of messages in a specific conversation. Use this to catch up on previous discussions.
- 07 Capability
Send message
The send_message capability sends a private direct message to a specific user. This lets you handle 1-on-1 conversations privately.
08—10
3 capabilities in this set.
Part of 10 available through Beekeeper.
- 08 Capability
Search users
The search_users capability finds a specific person by their name or email address. It's the fastest way to locate a team member.
- 09 Capability
List streams
The list_streams capability gives you a full list of all communication channels in your account. This provides a clear view of your setup.
- 10 Capability
List users
The list_users capability pulls a complete list of every user in your Beekeeper organization. Use this to audit your entire workforce.
Set up in minutes
One URL. Then ask Beekeeper to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Beekeeper 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_PJd1kmN6wimZsKxCosE4Ft7L3supqB995j6jE1Ia/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 Beekeeper, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Beekeeper for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_PJd1kmN6wimZsKxCosE4Ft7L3supqB995j6jE1Ia/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 Beekeeper URL.
- Step 03
Save and start
Save the connection and enable Beekeeper in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"beekeeper": {
"url": "https://edge.vinkius.com/vk_preview_PJd1kmN6wimZsKxCosE4Ft7L3supqB995j6jE1Ia/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 Beekeeper
Open Agent mode in chat and ask: "Using Beekeeper, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"beekeeper": {
"url": "https://edge.vinkius.com/vk_preview_PJd1kmN6wimZsKxCosE4Ft7L3supqB995j6jE1Ia/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 Beekeeper
Ask Copilot: "Using Beekeeper, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"beekeeper": {
"url": "https://edge.vinkius.com/vk_preview_PJd1kmN6wimZsKxCosE4Ft7L3supqB995j6jE1Ia/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 Beekeeper
Open Cascade and ask: "Using Beekeeper, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"beekeeper": {
"url": "https://edge.vinkius.com/vk_preview_PJd1kmN6wimZsKxCosE4Ft7L3supqB995j6jE1Ia/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 Beekeeper
Ask Cline: "Using Beekeeper, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add beekeeper --transport http "https://edge.vinkius.com/vk_preview_PJd1kmN6wimZsKxCosE4Ft7L3supqB995j6jE1Ia/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 Beekeeper
Ask Claude: "Using Beekeeper, show me...". 10 tools are ready
Where the request belongs
Work Beekeeper can move forward.
This is for HR managers and operations leads who are tired of manual data entry and constant tab-switching to manage frontline workers.
HR Manager
Finds employee contact details and manages groups during hiring cycles without manual searching.
Operations Lead
Sends urgent safety updates to specific frontline streams instantly to keep everyone safe.
Internal Communications Specialist
Monitors engagement and posts updates across multiple channels to keep the workforce informed.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSally
Keep frontline teams connected with an employee communication platform that reaches deskless workers through mobile and chat.
Chanty
Automate team communication via Chanty. manage conversations, send messages, invite members, and update statuses using any AI agent.
Workvivo
Manage social posts, employee profiles, and collaboration spaces on Workvivo. the employee experience platform.
Humanity
Manage workforce scheduling, employee shifts, and team communication via Humanity. list employees, manage locations, and track shifts directly from any AI agent.
Lamha
Build AI chatbots for Arabic-speaking audiences with natural language understanding designed for Middle Eastern dialects.
BasicOps
Centralize team communication with task management, document sharing, and project tracking designed for small business clarity.
Bring your own AI
Change the model, client or framework. Keep Beekeeper 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 Beekeeper.
The practical details behind the request, access and result.
Can I use Beekeeper MCP to manage my employees?
Yes, it lets you find users, manage groups, and send messages to your staff directly through your AI client.
How does Beekeeper MCP help HR managers?
It speeds up tasks like finding employee contact details and auditing group memberships without manual searching.
Can I post to specific channels with Beekeeper MCP?
You can use it to publish updates to any stream, making it easy to send urgent news to specific teams.
Does Beekeeper MCP support direct messaging?
Yes, it allows your agent to send private messages to specific users and retrieve conversation histories.
Is Beekeeper MCP good for frontline worker updates?
It's built for that. You can quickly push updates to the streams your frontline workers check most.
Can I see my tenant info with Beekeeper MCP?
You can pull your tenant details and system metadata to get a better look at your account's setup.
Can I publish an urgent announcement to a specific stream from the agent?
Yes! Use the create_post action with the target Stream ID and your announcement text. Your agent will post it to Beekeeper instantly.
How do I find an employee's contact details quickly?
Simply ask the agent to search_users with the person's name. It will return matching profiles including their user IDs and other public metadata.
Is it possible to send a direct message to a user via the agent?
Yes. Use the send_message capability with the Recipient User ID and your message text to facilitate direct communication through the agent.
One connection away
Give your agent a direct line to Beekeeper.
Connect Beekeeper once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available