← Registry

Security & Testing

skowronworks.com

It provides regulatory compliance and legal entity verification, including OFAC sanctions screening, VAT validation, and EU AI Act applicability checks.

3 endpoints14 known toolsFirst detected August 20, 2026Last detected August 20, 2026

ENDPOINT 1

https://skowron-compliance-gateway.mattskowronis.workers.dev/mcp

No auth detected

MCP server metadata

Name
skowron-compliance-gateway
Version
1.0.0
Capabilities
tools
Server instructions

Paid compliance tools: verify_legal_entity, screen_ofac, validate_eu_vat, check_ai_act_applicability, company_compliance_preflight. Discovery is free. Operations require x402 USDC on Base.

Known tools 5

verify_legal_entity

LEI lookup API / legal entity verification against GLEIF.

Inferred read-only
screen_ofac

OFAC sanctions screening API / OFAC sanctions check.

Inferred read-only
validate_eu_vat

VAT validation API / VIES API.

Inferred read-only
check_ai_act_applicability

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

Inferred read-only
company_compliance_preflight

Company compliance API / regulatory applicability / compliance preflight.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.skowron-compliance-gateway]
url = "https://skowron-compliance-gateway.mattskowronis.workers.dev/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: skowron-compliance-gateway
Remote MCP URL: https://skowron-compliance-gateway.mattskowronis.workers.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "skowron-compliance-gateway": {
      "url": "https://skowron-compliance-gateway.mattskowronis.workers.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "skowron-compliance-gateway": {
      "type": "http",
      "url": "https://skowron-compliance-gateway.mattskowronis.workers.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "skowron-compliance-gateway",
  "transport": "streamable-http",
  "url": "https://skowron-compliance-gateway.mattskowronis.workers.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://agent-contract-proof.mattskowronis.workers.dev/mcp

No auth detected

MCP server metadata

Name
agent-contract-proof
Version
1.0.0
Capabilities
tools

Known tools 1

verify_agent_contract

Compare an advertised agent contract with its live x402 challenge.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agent-contract-proof]
url = "https://agent-contract-proof.mattskowronis.workers.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-contract-proof": {
      "type": "http",
      "url": "https://agent-contract-proof.mattskowronis.workers.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-contract-proof
Remote MCP URL: https://agent-contract-proof.mattskowronis.workers.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agent-contract-proof": {
      "url": "https://agent-contract-proof.mattskowronis.workers.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-contract-proof": {
      "type": "http",
      "url": "https://agent-contract-proof.mattskowronis.workers.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-contract-proof",
  "transport": "streamable-http",
  "url": "https://agent-contract-proof.mattskowronis.workers.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 3

https://web-access-gateway.mattskowronis.workers.dev/mcp

No auth detected

MCP server metadata

Name
web-access-gateway
Version
1.1.0
Capabilities
tools

Known tools 8

web_search

Return 5 current ranked web results with compact source excerpts in a fixed JSON schema.

Inferred read-only
read_url

Read one public URL and return clean bounded page content with a SHA-256 content hash.

Inferred read-only
search_and_read

Search the current web and return 5 ranked results with clean page content and content hashes.

Inferred read-only
news_search

Search recent public web coverage from the last seven days and return 5 ranked results.

Inferred read-only
company_search

Find 5 ranked company and corporate-web results for market research, vendor discovery, and diligence.

Inferred read-only
product_search

Find 5 ranked public-web product, price, specification, and review sources.

Inferred read-only
geographic_search

Find 5 ranked location, address, hours, and local-context sources using place terms in the query.

Inferred read-only
ma-government-snapshot

Massachusetts-only evidence-backed snapshot covering selected official state and selected municipal sources for at most seven days, with official evidence links.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.web-access-gateway]
url = "https://web-access-gateway.mattskowronis.workers.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "web-access-gateway": {
      "type": "http",
      "url": "https://web-access-gateway.mattskowronis.workers.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: web-access-gateway
Remote MCP URL: https://web-access-gateway.mattskowronis.workers.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "web-access-gateway": {
      "url": "https://web-access-gateway.mattskowronis.workers.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "web-access-gateway": {
      "type": "http",
      "url": "https://web-access-gateway.mattskowronis.workers.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "web-access-gateway",
  "transport": "streamable-http",
  "url": "https://web-access-gateway.mattskowronis.workers.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for workers.dev was fetched 2026-08-25T16:44:24.083Z.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.