Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Skowron Compliance Gateway

dev.workers.mattskowronis.skowron-compliance-gateway/compliance

OFAC, LEI, EU VAT, AI Act, and company compliance preflight for agents.

Uptime
100.0%
3 direct probes · 30d
Response
123ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

verify_legal_entity

LEI lookup API / legal entity verification against GLEIF. Counterparty screening for onboarding and KYC workflows.

screen_ofac

OFAC sanctions screening API / OFAC sanctions check. Returns NO_POTENTIAL_MATCH or potential matches. Not a legal clearance.

validate_eu_vat

VAT validation API / VIES API. Official European Commission EU VAT check.

check_ai_act_applicability

EU AI Act compliance / AI Act applicability screen from official Regulation 2024/1689. Not legal advice.

company_compliance_preflight

Company compliance API / regulatory applicability / compliance preflight. Informational screening, not legal advice.

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"
    }
  }
}