4,500+ servers built on MCP Fusion
Vinkius
Keepcon logo
Vinkius
CrewAI logo

How to Use the Keepcon MCP in CrewAI

Deploy autonomous moderation teams in CrewAI powered by Keepcon semantic analysis.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Keepcon MCP on Cursor AI Code Editor MCP Client Keepcon MCP on Claude Desktop App MCP Integration Keepcon MCP on OpenAI Agents SDK MCP Compatible Keepcon MCP on Visual Studio Code MCP Extension Client Keepcon MCP on GitHub Copilot AI Agent MCP Integration Keepcon MCP on Google Gemini AI MCP Integration Keepcon MCP on Lovable AI Development MCP Client Keepcon MCP on Mistral AI Agents MCP Compatible Keepcon MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Keepcon MCP to CrewAI

Create your Vinkius account to connect Keepcon to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Assign Keepcon MCP Server tools to specific agents.

The `search_profiles` tool allows agents to hunt down bad actors based on specific filters. You assign this tool exclusively to a Researcher agent, keeping its context window focused on discovery. A separate Moderator agent takes the findings and runs `moderate_content` on the user's recent posts. This role-based separation prevents agents from hallucinating actions outside their assigned duties.

Manage high-volume batch processing.

The `import_batch` tool allows a dedicated data-entry agent to submit thousands of records at once. The agent receives an import ID from the MCP Server and passes it to a Monitor agent. The Monitor agent waits on a schedule, calling `export_results` until the batch finishes. It then triggers `acknowledge_results` to clear the queue and hands the data to a reporting agent.

Correct false positives autonomously.

The `submit_feedback` tool sends corrections back to the semantic engine to fix false positives. When a Senior Editor agent reviews a Junior agent's moderation logs and finds a mistake, it fires this tool immediately. You use `get_profile_by_social_id` to link the false positive back to the original Facebook or Twitter user. The team updates the user's standing and fixes the engine in one sequential process.

Setup guide

Set up Keepcon MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Keepcon tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Keepcon Analyst",
    goal="Access and analyze Keepcon data via MCP.",
    backstory="Expert analyst with direct Keepcon access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Keepcon transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Keepcon MCP in CrewAI

Pass the server URL directly into the `mcps` array in your agent definition. CrewAI automatically discovers and maps the tools.
Yes. Use `MCPServerHTTP` from `crewai.mcp` and apply a `tool_filter`. This lets you give profile access to one agent and moderation control to another.
Agents share memory during sequential execution. The agent that calls the import endpoint stores the ID, and the next agent retrieves it to check the status.
The MCP connection supports standard stdio, SSE, and Streamable HTTP. CrewAI handles the connection natively without extra dependencies.
The system reads moderation decisions and internal Keepcon IDs. Every connection requires a single endpoint token and runs in an isolated, ephemeral container that self-destructs after use.

Start using the Keepcon MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 9 tools

We've already built the connector for Keepcon. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 9 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.