← cz-agents.dev

INDIVIDUAL MCP TOOL

watch_entity

Start onboarding for free monitoring of one Czech company by IČO.

cz-agents.devnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for watch_entity 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-ares]
url = "https://ares.cz-agents.dev/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • lookup_by_ico — Get a single Czech company record by its IČO (8-digit Business ID).
  • search_companies — Search ARES by company name, city, street, PSČ, or NACE code.
  • search_by_address — Find all companies registered at a given Czech address.
  • search_by_nace — Find Czech companies by CZ-NACE activity code (economic sector classification).
  • get_bank_accounts — Get transparent bank accounts published for this company (only available for VAT-registered subjects).
  • get_statutaries — Get current statutory body (jednatelé, představenstvo, etc.
  • validate_dic — Validate a Czech DIČ (VAT ID).
  • check_vat_payer — Check whether a Czech company is a registered VAT payer (plátce DPH).