Financial Crime Screening
@apifyforge
About Financial Crime Screening
Financial crime screening MCP server that connects your AI agent or compliance workflow to 13 live data sources for AML/CFT due diligence. Give it an entity name and it returns a structured AML Risk Tier — LOW, MEDIUM, HIGH, or PROHIBITED — with dimensional scores, SAR filing rec
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"financial-crime-screening-mcp": {
"url": "https://ryanclinton--financial-crime-screening-mcp.apify.actor/mcp"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Financial Crime Screening?
Financial Crime Screening is an MCP server that connects your AI agent or compliance workflow to 13 live data sources for AML/CFT due diligence. It screens an entity name and returns a structured AML Risk Tier (LOW, MEDIUM, HIGH, or PROHIBITED) with dimensional scores, SAR filing recommendations, and supporting evidence. The server is built for banks, crypto exchanges, money service businesses, and compliance teams needing audit‑ready risk classifications on demand.
How to use Financial Crime Screening?
Add the server URL https://ryanclinton--financial-crime-screening-mcp.apify.actor/mcp to your MCP client (Claude Desktop, Cursor, Windsurf) under a JSON configuration key. Then call any of the eight MCP tools — for example comprehensive_entity_screen with an entity_name parameter — to screen an individual or company. The server dispatches up to thirteen parallel actor calls and returns results within 30–90 seconds.
Key features of Financial Crime Screening
- Eight focused MCP tools covering the full AML screening workflow
- 13 live data sources queried in real time — no cached copies
- Five‑dimensional AML scoring engine (Sanctions, Transparency, PEP, Regulatory, Proximity)
- Automatic PROHIBITED escalation on direct sanctions match (confidence ≥ 0.95)
- Fuzzy name matching separates exact hits from near‑matches for review queues
- Shell company detection using seven textual indicators across OpenCorporates
- Proximity‑to‑crime convergence scoring for multi‑signal escalation
Use cases of Financial Crime Screening
- Bank customer onboarding and KYC — check new applicants against OFAC, OpenSanctions, Interpol, and FBI simultaneously
- Crypto exchange AML and FinCEN compliance — use
aml_risk_classificationbefore enabling withdrawals - Correspondent banking due diligence — cross‑check FDIC insurance, corporate registration, and CFPB complaints
- Transaction monitoring and SAR investigation — triage alerts via
proximity_to_crime_scoreconvergence levels - PEP screening for high‑value accounts — check FARA registrations and FEC contribution totals
FAQ from Financial Crime Screening
What eight tools does the server expose?
The server exposes comprehensive_entity_screen, sanctions_deep_check, criminal_watchlist_scan, pep_influence_analysis, corporate_shell_detection, financial_institution_verify, proximity_to_crime_score, and aml_risk_classification.
How is the AML Risk Tier determined?
A five‑dimensional scoring engine allocates points across Sanctions (0–35), Corporate Transparency (0–25), Political Exposure (0–20), Financial Regulatory Standing (0–10), and Proximity to Crime (0–10), producing a total score of 0–100. Direct sanctions match (confidence ≥ 0.95) triggers PROHIBITED tier regardless of the composite score.
What transport does the server use?
It uses a stateless Streamable HTTP transport. Each POST to /mcp instantiates a fresh McpServer with no session state, enabling horizontal scaling.
Is there a spending limit or subscription required?
Every tool enforces a spending limit via Actor.charge() before execution. There are no subscriptions or monthly minimums — you pay per tool call. No pricing details are given in the README.
Can I schedule recurring screenings?
Yes. Apify’s built‑in scheduler can run periodic re‑screening on watchlist changes or a compliance calendar. Results can be sent to Slack, email, or connected to case management systems via webhooks.
More Finance & Commerce MCP servers
AI看线 - A股技术分析与AI预测工具
QuantML-GithubPython-based stock analysis tool that combines traditional technical analysis with AI prediction capabilities. Providing comprehensive stock analysis and forecasting using K-line charts, technical indicators, financial data, and news data. With CMD/WEB/MCP supported.
中国股票数据
elsejj这是一个为大模型提供 A 股数据的的 MCP(Model Content Protocol) 服务。
Yahoo Finance MCP Server
Alex2Yang97This is a Model Context Protocol (MCP) server that provides comprehensive financial data from Yahoo Finance. It allows you to retrieve detailed information about stocks, including historical prices, company information, financial statements, options data, and market news.
Yahoo Finance MCP Server
narumirunakospi-kosdaq-stock-server
dragon1086An MCP server that provides KOSPI/KOSDAQ stock data using FastMCP
Comments