cz-agents — Czech & EU Due Diligence
About
Open-source Model Context Protocol servers for Czech government & business data: ARES, ČNB, EU+OFAC sanctions, ISIR insolvency, and a unified due-diligence aggregator.
Details
- Author
- martinhavel
- GitHub stars
- 3
- Downloads
- 298
- Categories
- Finance
Jump to
- Company verification by IČO (ověření firmy)
- AML company check (AML kontrola firmy)
- Sanctions list screening (kontrola sankčních seznamů)
- Company change monitoring (monitoring změn ve firmě)
- lookup_by_ico({ ico }) — full company record
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
cz-agents — Czech & EU Due DiligenceCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
The README includes setup instructions such as "ares": { "command": "npx", "args": ["-y", "@czagents/ares"] },.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"cz-agents \u2014 czech & eu due diligence": {
"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"
}
},
"isir": {
"command": "npx",
"args": [
"-y",
"@czagents/isir"
],
"env": {
"ISIR_SOAP_ENABLED": "1"
}
},
"adis": {
"command": "npx",
"args": [
"-y",
"@czagents/adis"
],
"env": {
"ADIS_SOAP_ENABLED": "1"
}
},
"dd": {
"command": "npx",
"args": [
"-y",
"@czagents/dd"
],
"env": {
"SANCTIONS_DB": "/path/to/sanctions.db",
"ADIS_SOAP_ENABLED": "1"
}
},
"eu-registry": {
"command": "npx",
"args": [
"-y",
"@czagents/eu-registry"
]
},
"payqr": {
"command": "npx",
"args": [
"-y",
"@czagents/payqr"
]
}
}
}
}
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"
}
},
"isir": {
"command": "npx",
"args": [
"-y",
"@czagents/isir"
],
"env": {
"ISIR_SOAP_ENABLED": "1"
}
},
"adis": {
"command": "npx",
"args": [
"-y",
"@czagents/adis"
],
"env": {
"ADIS_SOAP_ENABLED": "1"
}
},
"dd": {
"command": "npx",
"args": [
"-y",
"@czagents/dd"
],
"env": {
"SANCTIONS_DB": "/path/to/sanctions.db",
"ADIS_SOAP_ENABLED": "1"
}
},
"eu-registry": {
"command": "npx",
"args": [
"-y",
"@czagents/eu-registry"
]
},
"payqr": {
"command": "npx",
"args": [
"-y",
"@czagents/payqr"
]
}
}
@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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
