MCP Hub
Back to servers

ares

Czech Business Register (ARES): company lookup by IČO, full-text, transparent accounts

Registryglama
Updated
Apr 16, 2026

Quick Install

npx -y @czagents/ares

cz-agents-mcp

CI License: MIT

Model Context Protocol servers for Czech government & business data. Give your AI agent native access to ARES, ČNB, and more.

Landing page: cz-agents.dev

Available servers

PackageSourceStatus
@czagents/aresARES — Czech Business Register✅ live
@czagents/cnbČNB — daily FX rates✅ live
@czagents/isirISIR — Czech insolvency register🚧 future

Quick start

Claude Desktop / Cursor (stdio)

{
  "mcpServers": {
    "ares": { "command": "npx", "args": ["-y", "@czagents/ares"] },
    "cnb":  { "command": "npx", "args": ["-y", "@czagents/cnb"] }
  }
}

Remote / Streamable HTTP

{
  "mcpServers": {
    "ares": { "url": "https://ares.cz-agents.dev/mcp" },
    "cnb":  { "url": "https://cnb.cz-agents.dev/mcp" }
  }
}

Tools

@czagents/ares (9 tools)

  • lookup_by_ico({ ico }) — full company record
  • search_companies({ query, city, street, psc, nace, pocet }) — combined search
  • search_by_address({ street, city, psc }) — all companies at an address
  • search_by_nace({ nace, city }) — by CZ-NACE activity code
  • get_statutaries({ ico }) — current statutory body (for due diligence)
  • validate_dic({ dic }) — DIČ format + MOD11 checksum
  • check_vat_payer({ ico }) — VAT registration + transparent accounts
  • get_bank_accounts({ ico }) — DPH-published accounts
  • get_history({ ico }) — previous names, address changes

@czagents/cnb (3 tools)

  • get_rates({ date? }) — full daily FX sheet
  • convert({ amount, from, to, date? }) — CZK-crossed conversion
  • get_rate({ code, date? }) — single currency rate

Further reading

License

MIT © Martin Havel — see LICENSE

Reviews

No reviews yet

Sign in to write a review