← tooloracle.io

INDIVIDUAL MCP TOOL

watchlist_update

Check watchlist freshness and reload from OpenSanctions.

tooloracle.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://tooloracle.io/aml/mcp

No auth detected

Connect to this endpoint to inspect the live schema for watchlist_update and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

tooloracle.io

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.amloracle]
url = "https://tooloracle.io/aml/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "amloracle": {
      "type": "http",
      "url": "https://tooloracle.io/aml/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: amloracle
Remote MCP URL: https://tooloracle.io/aml/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "amloracle": {
      "url": "https://tooloracle.io/aml/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "amloracle": {
      "type": "http",
      "url": "https://tooloracle.io/aml/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "amloracle",
  "transport": "streamable-http",
  "url": "https://tooloracle.io/aml/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • sanctions_screen — Screen any name against EU FSF (14k), OFAC SDN (69k), UN SC (3k), Interpol (13k) watchlists.
  • sanctions_detail — Full entity record for sanctions hit.
  • pep_check — PEP (Politically Exposed Person) check via Wikidata.
  • adverse_media — Negative news screening: fraud, money laundering, corruption, sanctions.
  • country_risk — Country risk assessment: FATF Blacklist, Greylist, EU High-Risk.
  • ubo_lookup — Ultimate Beneficial Owner (UBO) identification via GLEIF LEI ownership register.
  • kyc_bundle — Full KYC in one call: Sanctions + PEP + Adverse Media + Country Risk.
  • transaction_risk — AML transaction risk scoring: amount, corridor, sender screening.