← cz-agents.dev

INDIVIDUAL MCP TOOL

list_recent_updates

List sanctions added/removed/modified since a given date.

cz-agents.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://sanctions.cz-agents.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_recent_updates and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

cz-agents.dev

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.cz-agents-sanctions]
url = "https://sanctions.cz-agents.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cz-agents-sanctions": {
      "type": "http",
      "url": "https://sanctions.cz-agents.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cz-agents-sanctions
Remote MCP URL: https://sanctions.cz-agents.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": {
    "cz-agents-sanctions": {
      "url": "https://sanctions.cz-agents.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cz-agents-sanctions": {
      "type": "http",
      "url": "https://sanctions.cz-agents.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cz-agents-sanctions",
  "transport": "streamable-http",
  "url": "https://sanctions.cz-agents.dev/mcp"
}
MCP Inspector

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

Related tools

  • search_person — Fuzzy-search a sanctioned person by name across all loaded lists.
  • search_entity — Fuzzy-search a sanctioned entity (company, organization) by name.
  • check_ico — Check whether a Czech IČO (or any company by IČO) appears on sanctions lists.
  • get_listing — Retrieve the full record for a single sanctions listing by its ID (format: `${source}:${source_list_id}`, e.
  • rescreen_portfolio — PAID.