Serversdev.cz-agents/sanctions
S

dev.cz-agents/sanctions

dev.cz-agents/sanctions · v0.1.3
▦ npm
v0.1.3npm npm: @czagents/sanctions🌐 https://sanctions.cz-agents.dev/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "name": "dev.cz-agents/sanctions",
  "description": "Sanctions screening (EU + OFAC) for KYC/AML — fuzzy person/entity match, IČO check",
  "repository": {
    "url": "https://github.com/martinhavel/cz-agents-mcp",
    "source": "github",
    "subfolder": "packages/sanctions"
  },
  "version": "0.1.3",
  "websiteUrl": "https://cz-agents.dev",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@czagents/sanctions",
      "version": "0.1.3",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      }
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://sanctions.cz-agents.dev/mcp"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}