aml
AML Watcher MCP Server gives AI agents direct, real-time access to AML Watcher's proprietary sanctions, watchlist, and PEP databases. Connect your agentic workflows to 215+ sanctions regimes, 2.6M+ PEP profiles, and coverage across 235+ countries, no complex integrations required.
This README provides detailed documentation for the AML Watcher MCP server configuration, focusing on the environment arguments used in the claude_desktop_config.json file. It explains each argument, how to set or modify its values, and how to add new arguments if needed.
Overview
The MCP server is configured to run a Docker container for AML (Anti-Money Laundering) screening. The configuration is defined in the claude_desktop_config.json file, which specifies the Docker command, arguments, and environment variables. The environment variables (env) control the behavior of the AML screening process, such as search parameters, filtering options, and monitoring settings.
βοΈ Configuration
π Sign Up
- If you already have an account, Visit the AML Watcher Developer Portal.
- If you donβt have an account, please click here to contact us.
π How to Generate Your API Key
- Navigate to the AML Watcher Developer Portal.
- Click on βAPI Keyβ and copy it.
π₯οΈ Usage with Claude Desktop
Add this to your claude_desktop_config.json:
π³ Docker
{
"mcpServers": {
"aml": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e", "API_KEY",
"-e", "PER_PAGE",
"-e", "MATCH_SCORE",
"-e", "CATEGORIES",
"-e", "ALIAS_SEARCH",
"-e", "RCA_SEARCH",
"-e", "COUNTRIES",
"techamlw/aml-watcher"
],
"env": {
"API_KEY": "api_key",
"PER_PAGE": "1"
}
}
}
}
- After this integration, the user has to provide a username.
π Environment Arguments
Below is a detailed explanation of each environment argument specified in the env section of the claude_desktop_config.json. Each argument includes its purpose, type, default value, constraints, and instructions for setting or modifying its value.
| Argument | Type | Required | Default Value | Description |
|---|---|---|---|---|
API_KEY | String | Yes | N/A | The API key for authentication. |
COUNTRIES | Array | No | N/A | Array of countries to filter reports. Note: ISO 3166-1 alpha-2 country codes are supported. Example: [\"CA\", \"IN\"]. See supported countries |
PER_PAGE | Integer | No | 5 | The maximum number of results to return. |
MATCH_SCORE | Integer | No | 80 | Match accuracy level (0β100). |
CATEGORIES | Array | Yes | N/A | Filters reports by categories (e.g., [\"SIP\", \"PEP Level 1\"]). See available categories |
RCA_SEARCH | Boolean | No | True | Whether to search within Relatives and Close Associates (RCA). |
ALIAS_SEARCH | Boolean | No | True | Whether to search within aliases. |
You can define custom parameters inside the env section of your configuration file. These parameters are passed to the Docker container as environment variables.
π οΈ How to Add Environment Variables
Each variable listed in the args array using -e must have a matching key in the env section.
If a variable is not defined in the env block, the system may use a default value.
For example, if your args list contains:
"args": [
"-e", "PER_PAGE",
"-e", "MATCH_SCORE"
]
Then your env should include:
"env": {
"PER_PAGE": "1",
"MATCH_SCORE": "80"
}
π‘Tip : If you want to manually set the value of a variable, make sure to use the exact same name as listed in the args section. Variable names must match exactly, otherwise the Docker container won't receive the value correctly.
Related Servers
FinBrain MCP
Access institutional-grade alternative financial data directly in your LLM workflows.
MCP Football Server
Provides football (soccer) data using the API-Football service.
CData Raiser's Edge NXT
A read-only MCP server by CData that enables LLMs to query live data from Raiser's Edge NXT.
openGauss
An MCP server for interacting with the openGauss database.
SQL Server MCP
A read-only Model Context Protocol (MCP) server for Microsoft SQL Server, enabling safe metadata discovery and parameterized SELECT queries.
PubChem-MCP
Access PubChem's database for chemical compounds, substances, and bioassays.
claude-memory-fts
Long-term memory mcp server with sqlite fts5 full-text search, bm25 ranking, and access tracking. zero config via npx.com
MCP SQLite Server
A Node.js MCP server for interacting with local SQLite databases, runnable via npx.
AlibabaCloud DMS MCP Server
An AI-powered gateway for managing over 40 data sources like Alibaba Cloud and mainstream databases, featuring NL2SQL, code generation, and data migration.
MCP Vertica
A server for managing and querying Vertica databases, including connection, schema, and security management.