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

How to Use the Aporia MCP in CrewAI

Deploy autonomous security teams in CrewAI. Equip your moderator agents with Aporia tools to police other agents in real-time.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Aporia MCP to CrewAI

Create your Vinkius account to connect Aporia 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

Inter-Agent Safety Checks

`validate_guardrails` gives your moderator agent the ability to inspect outputs generated by your research agents. You pass the conversation history to the Aporia MCP server, and it flags off-topic tangents or toxic language before the final report compiles. The crew polices itself. If the guardrail trips, the moderator agent rejects the draft and forces the writer agent to revise the content. You build a self-correcting loop that requires zero human intervention.

CrewAI Fleet Observability

`list_models` and `list_monitors` allow a dedicated audit agent to map your entire observability coverage. The agent queries the workspace to verify that every active model has a corresponding safety rule attached. Missing monitors get caught immediately. The audit agent can cross-reference the active configurations and alert your SRE team if a new model deploys without proper guardrails in place.

Trigger Diagnostics on Demand

`trigger_monitor` and `get_metrics` let your diagnostic agents investigate performance degradation mid-task. When a worker agent experiences high latency, the diagnostic agent pulls the drift metrics to find the bottleneck. You stop relying on passive dashboards. The crew actively queries the MCP Server for real-time telemetry, adjusting their own execution hierarchies based on the live health of the underlying LLMs.

Setup guide

Set up Aporia 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 Aporia tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent Aporia 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 Aporia MCP in CrewAI

Pass the endpoint URL directly into the `mcps` array when defining your Agent. For more granular control over which agent gets which tool from the Aporia MCP server, import `MCPServerHTTP` and apply a `tool_filter`.
Yes. You assign the validation tools exclusively to a moderator role. The writer passes its output to the moderator, who executes the check before handing the data back to the manager.
You configure your specific rules inside the workspace first. The agents then evaluate their messages against those predefined boundaries, ensuring corporate compliance across the entire crew.
Assign the metrics tools to an analyst agent. That agent requests the performance data, interprets the drift values, and writes a summary report detailing the health of your infrastructure.
The server receives the system prompts and agent responses solely for boundary testing. Aporia scans the conversation array for toxicity or PII, returns the pass/fail boolean, and immediately flushes the memory. The internal logic remains completely secure.

Start using the Aporia MCP today

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

Built & Managed by Vinkius 30s setup 7 tools

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

No hosting. No infrastructure. No complex setup.
All 7 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.