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

How to Use the ComplyAdvantage MCP in CrewAI

Deploy a crew of autonomous agents to handle global AML monitoring and entity risk management with ComplyAdvantage.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect ComplyAdvantage MCP to CrewAI

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

Autonomous screening crews in CrewAI

Assign one agent to perform `create_search` while another reviews the output with `get_search_details`. This separation of duties mimics a real-world compliance department. The agents share memory to keep track of entity status. You define the hierarchy, and the crew handles the screening process from start to finish without human intervention.

Continuous risk monitoring

Set up a monitor agent to periodically run `get_search_monitors` for your active portfolio. It watches for changes and flags anything that requires your attention. When a change is detected, the agent uses `acknowledge_monitor` to clear the alert. This keeps your dashboard clean and ensures your team only looks at verified risk events.

Manage tags and comments

Organize your investigation history by using `create_comment` to document why an entity was cleared. You can also use `delete_search_tag` to update categories as entities evolve. This keeps your audit logs organized and searchable. Your agents handle the administrative work, so your compliance officers can focus on the edge cases that matter.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

You can use the tool_filter parameter in your agent configuration. This allows you to give a research agent access only to `list_searches` while restricting an action agent to `update_search`.
You define a process flow in your crew setup. For example, the first agent creates the search, and the second agent consumes the result to determine if further monitoring is needed.
Yes, agents can pass the results of their tool calls into the shared memory pool. This allows subsequent agents to use that data for their own tasks.
Absolutely. Since the MCP server supports SSE and HTTP, your headless agents can connect to it in any CI/CD or production server environment.
All search history data is restricted to your account's encrypted storage. The server environment is ephemeral, ensuring that sensitive entity records are never cached between sessions.

Start using the ComplyAdvantage MCP today

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

Built & Managed by Vinkius 30s setup 14 tools

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

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