# 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/cli@latest mcp add rsafaya/uk-aml-mcp

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

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

# Call a tool
npx -y @smithery/cli@latest 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/cli@latest tool get rsafaya/uk-aml-mcp <tool-name>
```
