loading…
Search for a command to run...
loading…
MCP servers for Czech government & business data: ARES (Business Register) + ČNB (FX rates). Native AI access to company lookups, VAT status, bank accounts, cur
MCP servers for Czech government & business data: ARES (Business Register) + ČNB (FX rates). Native AI access to company lookups, VAT status, bank accounts, currency conversion.
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
| Package | Source | Status |
|---|---|---|
| @czagents/ares | ARES — Czech Business Register | ✅ live |
| @czagents/cnb | ČNB — daily FX rates | ✅ live |
| @czagents/sanctions | EU + OFAC sanctions screening (KYC/AML) | 🧪 beta |
| @czagents/dd | Due-diligence aggregator (ARES + sanctions + ISIR) | 🧪 beta |
@czagents/isir |
ISIR — Czech insolvency register | 🚧 future |
{
"mcpServers": {
"ares": { "command": "npx", "args": ["-y", "@czagents/ares"] },
"cnb": { "command": "npx", "args": ["-y", "@czagents/cnb"] },
"sanctions": { "command": "npx", "args": ["-y", "@czagents/sanctions"], "env": { "SANCTIONS_DB": "/path/to/sanctions.db" } },
"dd": { "command": "npx", "args": ["-y", "@czagents/dd"], "env": { "SANCTIONS_DB": "/path/to/sanctions.db" } }
}
}
{
"mcpServers": {
"ares": { "url": "https://ares.cz-agents.dev/mcp" },
"cnb": { "url": "https://cnb.cz-agents.dev/mcp" },
"sanctions": { "url": "https://sanctions.cz-agents.dev/mcp" },
"dd": { "url": "https://dd.cz-agents.dev/mcp" }
}
}
@czagents/ares (9 tools)lookup_by_ico({ ico }) — full company recordsearch_companies({ query, city, street, psc, nace, pocet }) — combined searchsearch_by_address({ street, city, psc }) — all companies at an addresssearch_by_nace({ nace, city }) — by CZ-NACE activity codeget_statutaries({ ico }) — current statutory body (for due diligence)validate_dic({ dic }) — DIČ format + MOD11 checksumcheck_vat_payer({ ico }) — VAT registration + transparent accountsget_bank_accounts({ ico }) — DPH-published accountsget_history({ ico }) — previous names, address changes@czagents/cnb (3 tools)get_rates({ date? }) — full daily FX sheetconvert({ amount, from, to, date? }) — CZK-crossed conversionget_rate({ code, date? }) — single currency rate@czagents/sanctions (5 tools)search_person({ name, dob?, nationality?, threshold? }) — fuzzy KYC screen against EU + OFACsearch_entity({ name, country?, threshold? }) — entity / company screencheck_ico({ ico, name? }) — direct lookup of a Czech IČO on sanctions listsget_listing({ id }) — full record by ${source}:${id}list_recent_updates({ since, source? }) — daily monitoring (added/removed/modified)@czagents/dd (3 tools)get_dd_report({ ico, depth }) — unified ARES + sanctions + ISIR report with risk scoreget_risk_score({ ico }) — fast 0–100 score + top red flagsget_statutory_chain({ ico, max_depth }) — UBO / shell-company tree walkMIT © Martin Havel — see LICENSE
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"cz-agents-mcp": {
"command": "npx",
"args": []
}
}
}