Hive AI Connector for AI agents.
10 live capabilities
Automate content moderation and detect AI-generated media across your platform.
Waiting for input…
Why people use Hive AI
Hive AI Content Moderation for Trust and Safety Teams
With this Connector, your AI agent acts as a 24/7 content safety lead. It scans every piece of content instantly, flagging violations and providing safety scores before a human ever sees them. You get a clean platform and a team that can focus on growth instead of policing.
What Vinkius changes
Your AI agent takes over the manual labor of content policing.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Blocking toxic comments in real-time
A community manager wants to block a toxic comment.
- Real-world use case 02
Verifying user profile photos
A platform owner wants to know if a user's profile pic is a deepfake.
- Real-world use case 03
Scanning long-form video content
A developer needs to scan a 5-minute video for NSFW content.
Complete set · 10capabilities
The complete Hive AI capability set.
These are the exact actions your AI can choose when you ask it to work with Hive AI.
01—04
4 capabilities in this set.
Part of 10 available through Hive AI.
- 01 Capability
Get async task result
Fetch the final moderation results for a completed background task. Use this once your video or audio file has finished processing.
- 02 Capability
Detect ai generated image
Check if an image was made by a capability like Midjourney or DALL-E. It returns a probability score for AI generation.
- 03 Capability
Detect ai generated text
Determine if a block of text was written by an AI model. This helps you spot automated spam or fake reviews.
- 04 Capability
Get project details
View the specific configuration and settings for your Hive AI project. It's useful for double-checking your current project scope.
05—07
3 capabilities in this set.
Part of 10 available through Hive AI.
- 05 Capability
Get async task status
Check if a background moderation task is still running or finished. Provide the unique task ID to see current progress.
- 06 Capability
List available models
See which Hive AI models are active for your project. This helps you pick the right model for different content types.
- 07 Capability
Moderate audio async
Start a moderation task for an audio file and get a task ID back. This handles long files without blocking your agent.
08—10
3 capabilities in this set.
Part of 10 available through Hive AI.
- 08 Capability
Moderate image
Perform real-time moderation on a public image URL. It checks for safety violations instantly.
- 09 Capability
Moderate text
Verify user-generated text for safety before it gets published. It checks for things like hate speech or violence.
- 10 Capability
Moderate video async
Submit a video for deep moderation and receive a task ID. Use this for content that requires more than a quick scan.
Set up in minutes
One URL. Then ask Hive AI to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Hive AI 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_67vdfEmExljNvTYJ0XEqiEcUEkFjgnhergEQzSF5/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 Hive AI, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Hive AI for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_67vdfEmExljNvTYJ0XEqiEcUEkFjgnhergEQzSF5/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 Hive AI URL.
- Step 03
Save and start
Save the connection and enable Hive AI in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"hive-ai": {
"url": "https://edge.vinkius.com/vk_preview_67vdfEmExljNvTYJ0XEqiEcUEkFjgnhergEQzSF5/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 Hive AI
Open Agent mode in chat and ask: "Using Hive AI, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"hive-ai": {
"url": "https://edge.vinkius.com/vk_preview_67vdfEmExljNvTYJ0XEqiEcUEkFjgnhergEQzSF5/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 Hive AI
Ask Copilot: "Using Hive AI, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"hive-ai": {
"url": "https://edge.vinkius.com/vk_preview_67vdfEmExljNvTYJ0XEqiEcUEkFjgnhergEQzSF5/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 Hive AI
Open Cascade and ask: "Using Hive AI, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"hive-ai": {
"url": "https://edge.vinkius.com/vk_preview_67vdfEmExljNvTYJ0XEqiEcUEkFjgnhergEQzSF5/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 Hive AI
Ask Cline: "Using Hive AI, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add hive-ai --transport http "https://edge.vinkius.com/vk_preview_67vdfEmExljNvTYJ0XEqiEcUEkFjgnhergEQzSF5/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 Hive AI
Ask Claude: "Using Hive AI, show me...". 10 tools are ready
Where the request belongs
Work Hive AI can move forward.
Trust & Safety leads who are drowning in manual reviews and community managers trying to keep chat feeds clean from trolls and bot spam.
Trust & Safety Specialist
Reviewing flagged content and pulling safety scores for weekly compliance reports.
Community Manager
Monitoring live chat feeds and image uploads to maintain community standards.
Platform Developer
Building automated safety checks into the app's data flow to block bad content.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsShumei Anti-Fraud
Bring Shumei's top-tier Anti-Fraud and Risk Control to your AI. Analyze text, images, and devices for malicious activity instantly.
Tuputech Moderation
Bring Tuputech's Advanced Anti-Spam and AI Evaluation endpoints to your server. Scan text, images, and audio automatically via AI.
Keepcon
Automate content moderation and semantic analysis via Keepcon.
Winston AI
Detect AI-generated content in essays, articles, and documents with high accuracy for educational institutions and publishers.
GPTZero
Detect AI-generated text with confidence scores and highlight exactly which passages were likely written by a language model.
Pangea (Security APIs)
Secure your AI applications with Pangea's comprehensive security APIs. scan for PII, redact sensitive data, audit logs, and check for embargoed IPs.
Bring your own AI
Change the model, client or framework. Keep Hive AI 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 Hive AI.
The practical details behind the request, access and result.
Can Hive AI moderate my community's chat?
Yes, it can. Your AI agent can scan every message for hate speech or violence and flag violations automatically before they reach other users.
How does Hive AI detect if someone used Midjourney?
It uses specialized detection models to analyze images and return a probability score of whether the content was generated by AI.
Can I use Hive AI to moderate videos?
Yes, it supports asynchronous video moderation. This allows your agent to submit a video for deep analysis and check back later for the results.
Does Hive AI provide safety scores for my reports?
It provides detailed safety scores and categories, making it easy to generate compliance reports for your stakeholders or advertisers.
Can I see which Hive AI models are available?
Yes, your agent can list all the Hive AI models currently available for your specific project so you can choose the best fit for your content.
How do I handle long moderation tasks with Hive AI?
For long files like audio or video, the Connector provides a task ID. Your agent can use this ID to check the status and retrieve results once finished.
How do I find my Hive AI API Keys?
Log in to your Hive AI dashboard, select a project (e.g., a Visual or Text project), and navigate to the Settings or API section. Note that each project type requires its own unique API key.
What is the difference between Synchronous and Asynchronous moderation?
Synchronous moderation (moderate_text, moderate_image) returns results instantly and is best for real-time interactions. Asynchronous moderation (moderate_video_async) is used for larger files and requires polling the task status or using a callback.
Can this integration detect deepfakes or AI-generated voices?
Yes! Hive AI provides specialized models for detecting AI-generated content across text, images, video, and audio. Use the detect_ai_generated_text and detect_ai_generated_image capabilities for these checks.
Is the integration secure for sensitive content?
Absolutely. The integration uses official Hive AI Token authentication over HTTPS. Your credentials and analyzed content are encrypted and stored securely within the Vinkius Cloud infrastructure.
One connection away
Give your agent a direct line to Hive AI.
Connect Hive AI once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available