– · Generated from 15 commits · Last updated
CompliAPI adds PEP screening and real-time rate limit visibility, while OFAC country designations now stay current automatically — giving compliance teams more coverage with less manual overhead.
NewPEP Screening Now Available via API and MCP#
You can now screen individuals against the global Politically Exposed Persons dataset using GET /screen/pep, with the same straightforward token-based access you use for OFAC sanctions checks. The endpoint is also available as a tool in the CompliAPI MCP server, so AI agents can run PEP checks alongside sanctions screening in a single workflow.
NewRate Limit Headers on Every API Response#
All metered CompliAPI responses now include standard RateLimit-Limit, RateLimit-Remaining, RateLimit-Reset, and RateLimit-Policy headers so you can monitor your quota in real time without logging into the dashboard. Monthly quota 429 responses also include a Retry-After header pointing to your next billing period reset.
ImprovedOFAC Country Designations Stay Current Automatically#
OFAC-sanctioned country data previously required a manual step after each deploy to take effect in production — that gap is now closed. CompliAPI syncs country designations automatically on startup and on a daily schedule, so your country-based screening always reflects the latest OFAC program coverage without any intervention.
ImprovedUpdated OFAC Country Coverage: Afghanistan, Mali, Somalia, South Sudan, and Syria (PAARSS)#
The curated OFAC country program data has been refreshed against the live OFAC program index as of August 22, 2026 — adding Afghanistan, Mali, Somalia, and South Sudan, and updating Syria to reflect the successor PAARSS program. CompliAPI's /screen/country endpoint now returns accurate designations across all 40 covered countries and territories.
NewAPI Versioning and Deprecation Policy Now Published#
CompliAPI now has a formal, documented versioning and deprecation policy: URL-versioned endpoints, additive-only changes within a version, and a guaranteed 90-day notice period with Sunset and Deprecation headers before any breaking change takes effect. You can plan integrations with confidence knowing exactly how and when the API will evolve.
ImprovedMCP Server Resources Now Advertise Available Sanctions Lists and Usage Guide#
The CompliAPI MCP server now exposes two built-in resources — a sanctions lists reference and a usage guide — so AI agent clients receive a populated resources list immediately without needing an authenticated session. This improves out-of-the-box discoverability for teams integrating CompliAPI into agentic compliance workflows.