Skowron Compliance Gateway
dev.workers.mattskowronis.skowron-compliance-gateway/complianceOFAC, LEI, EU VAT, AI Act, and company compliance preflight for agents.
Tools · 5
LEI lookup API / legal entity verification against GLEIF. Counterparty screening for onboarding and KYC workflows.
OFAC sanctions screening API / OFAC sanctions check. Returns NO_POTENTIAL_MATCH or potential matches. Not a legal clearance.
VAT validation API / VIES API. Official European Commission EU VAT check.
EU AI Act compliance / AI Act applicability screen from official Regulation 2024/1689. Not legal advice.
Company compliance API / regulatory applicability / compliance preflight. Informational screening, not legal advice.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"skowron_compliance_gateway": {
"url": "https://skowron-compliance-gateway.mattskowronis.workers.dev/mcp",
"transport": "streamable-http"
}
}
}