# Skowron Compliance Gateway (remote · skowron-compliance-gateway.mattskowronis.workers.dev)

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

- Trust score: 62/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- remote · `skowron-compliance-gateway.mattskowronis.workers.dev`: 62/100 (this document), [markdown](https://verifymcp.io/servers/dev-workers-mattskowronis-skowron-compliance-gateway-compliance/skowron-compliance-gateway.md), [page](https://verifymcp.io/servers/dev-workers-mattskowronis-skowron-compliance-gateway-compliance/skowron-compliance-gateway)

## Channel facts

- Endpoint: `https://skowron-compliance-gateway.mattskowronis.workers.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-20.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS enforcement could not be verified: the plaintext port answered with HTTP 405, which proves neither a plaintext path nor enforcement.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 67/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 497 tokens (~99/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 82/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 36% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http dev-workers-mattskowronis-skowron-compliance-gat https://skowron-compliance-gateway.mattskowronis.workers.dev/mcp
```

### Codex

```toml
[mcp_servers.dev-workers-mattskowronis-skowron-compliance-gat]
url = "https://skowron-compliance-gateway.mattskowronis.workers.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dev-workers-mattskowronis-skowron-compliance-gat": {
      "type": "remote",
      "url": "https://skowron-compliance-gateway.mattskowronis.workers.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add dev-workers-mattskowronis-skowron-compliance-gat --url https://skowron-compliance-gateway.mattskowronis.workers.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  dev-workers-mattskowronis-skowron-compliance-gat:
    url: "https://skowron-compliance-gateway.mattskowronis.workers.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "dev-workers-mattskowronis-skowron-compliance-gat": {
      "type": "http",
      "url": "https://skowron-compliance-gateway.mattskowronis.workers.dev/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-20 (score 62, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-19 (score 62)

First indexed and scored.

## MCP tools (5)

### `verify_legal_entity` (~71 tokens)

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

Input parameters:

- `company_name` (string): Legal name if LEI is unknown.
- `country` (string): Optional ISO country filter.
- `lei` (string): 20-character LEI.

### `screen_ofac` (~82 tokens)

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

Input parameters:

- `country` (string): Optional country.
- `date_of_birth` (string): Optional date of birth.
- `entity_type` (string): Optional individual or entity.
- `name` (string, required): Person or entity name to screen.

### `validate_eu_vat` (~58 tokens)

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

Input parameters:

- `country_code` (string, required): EU member state code, e.g. DE.
- `vat_number` (string, required): VAT number without or with country prefix.

### `check_ai_act_applicability` (~129 tokens)

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

Input parameters:

- `biometric` (boolean)
- `creditworthiness` (boolean)
- `critical_infrastructure` (boolean)
- `education` (boolean)
- `employment` (boolean)
- `established_in_eu` (boolean)
- `general_purpose_model` (boolean)
- `output_used_in_eu` (boolean)
- `provider_role` (string): provider, deployer, importer, or distributor.
- `system_use` (string)

### `company_compliance_preflight` (~109 tokens)

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

Input parameters:

- `ai_use_cases` (array)
- `annual_revenue_usd` (number)
- `country` (string)
- `employee_count` (number)
- `offers_crypto_services` (boolean)
- `processes_personal_data` (boolean)
- `sector` (string)
- `takes_card_payments` (boolean)
- `uses_ai` (boolean)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/dev-workers-mattskowronis-skowron-compliance-gateway-compliance/skowron-compliance-gateway#diagnostics

## Score history

- 2026-08-20: 62
- 2026-08-19: 62

## Links

- Remote endpoint: https://skowron-compliance-gateway.mattskowronis.workers.dev/mcp
- Website: https://skowronworks.com/agent-tools/skowron-compliance-gateway/
- Changelog RSS feed: https://verifymcp.io/servers/dev-workers-mattskowronis-skowron-compliance-gateway-compliance/skowron-compliance-gateway.xml
- Changelog JSON feed: https://verifymcp.io/servers/dev-workers-mattskowronis-skowron-compliance-gateway-compliance/skowron-compliance-gateway.json
- HTML version of this page: https://verifymcp.io/servers/dev-workers-mattskowronis-skowron-compliance-gateway-compliance/skowron-compliance-gateway
