# UK Sanctions Screening

Screen names against the UK HMT consolidated sanctions list to support AML and compliance workflows. Reduce regulatory risk with fast, reliable matches and clear results. Integrate checks into onboar…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add rsafaya/uk-aml-mcp

# Browse available tools
npx -y smithery tool list rsafaya/uk-aml-mcp

# Get full schema for a tool
npx -y smithery tool get rsafaya/uk-aml-mcp check_sanctions

# Call a tool
npx -y smithery tool call rsafaya/uk-aml-mcp check_sanctions '{}'
```

## Direct MCP Connection

Endpoint: `https://uk-aml-mcp--rsafaya.run.tools`

## Tools (1)

- `check_sanctions` — Screen a person or entity name against the UK HMT consolidated sanctions list

```bash
# Get full input/output schema for a tool
npx -y smithery tool get rsafaya/uk-aml-mcp <tool-name>
```
