ComplyAdvantage
Screen people and businesses for sanctions, PEP, adverse media, and manage compliance cases.
Tools
| Name | Description |
|---|---|
create_searchScreen a person, company, organization, vessel, or aircraft for sanctions, PEP, warnings, and adverse media. | Screen a person, company, organization, vessel, or aircraft for sanctions, PEP, warnings, and adverse media. |
get_searchRetrieve a screening search and its matches by ID. | Retrieve a screening search and its matches by ID. |
update_searchUpdate screening search fields such as tags, assignee, or match status using official ComplyAdvantage fields. | Update screening search fields such as tags, assignee, or match status using official ComplyAdvantage fields. |
list_casesList compliance cases with optional narrow filters. | List compliance cases with optional narrow filters. |
get_caseRetrieve a specific compliance case by ID. | Retrieve a specific compliance case by ID. |
update_caseUpdate or transition a compliance case using official case fields. | Update or transition a compliance case using official case fields. |
Triggers
| Name | Description |
|---|---|
webhook_eventReceive ComplyAdvantage search and monitored-search webhook events configured in ComplyAdvantage. | Receive ComplyAdvantage search and monitored-search webhook events configured in ComplyAdvantage. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('complyadvantage', 'create_search', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'complyadvantage',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect ComplyAdvantage to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does ComplyAdvantage support?
ComplyAdvantage supports 6 tools including Create Screening Search, Get Search, Update Search, List Cases, Get Case, and more.
Can I use ComplyAdvantage with AI agents?
Yes. Add ComplyAdvantage to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can ComplyAdvantage be used in stateful agent workflows?
Yes. Agents can combine ComplyAdvantage tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does ComplyAdvantage use?
ComplyAdvantage uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the ComplyAdvantage integration cost?
The ComplyAdvantage integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does ComplyAdvantage support?
ComplyAdvantage supports 1 triggers including Webhook Event.
Connect ComplyAdvantage in minutes
Get 20,000 free action executions every month. No credit card required.