@czagents/cnb
by Various
Open-source Model Context Protocol servers for Czech government & business data: ARES, ČNB, EU+OFAC sanctions, ISIR insolvency, and a unified due-diligence aggregator.
MCP
@czagents/cnb
Added 1 June 2026
Overview
Open-source Model Context Protocol servers that provide access to Czech government and business data sources including ARES, ČNB exchange rates, EU/OFAC sanctions, and ISIR insolvency records. Also includes a unified aggregator for due diligence checks. Built in TypeScript.
Best for
Best for
Developers building MCP-based tools for Czech due diligence or compliance automation
Use cases
- Retrieve Czech company registry data from ARES
- Check EU and OFAC sanctions lists
- Aggregate due diligence information from multiple Czech data sources
How to use
Tools exposed
@czagents/ares@czagents/cnb@czagents/sanctions@czagents/isir@czagents/adis@czagents/dd@czagents/eu-registry@czagents/payqr
Tested with
Claude Desktop, Cursor
Example client config
{\n "mcpServers": {\n "ares": { "command": "npx", "args": ["-y", "@czagents/ares"] },\n "cnb": { "command": "npx", "args": ["-y", "@czagents/cnb"] },\n "sanctions": { "command": "npx", "args": ["-y", "@czagents/sanctions"], "env": { "SANCTIONS_DB": "/path/to/sanctions.db" } },\n "isir": { "command": "npx", "args": ["-y", "@czagents/isir"], "env": { "ISIR_SOAP_ENABLED": "1" } },\n "adis": { "command": "npx", "args": ["-y", "@czagents/adis"], "env": { "ADIS_SOAP_ENABLED": "1" } },\n "dd": { "command": "npx", "args": ["-y", "@czagents/dd"], "env": { "SANCTIONS_DB": "/path/to/sanctions.db", "ADIS_SOAP_ENABLED": "1" } },\n "eu-registry": { "command": "npx", "args": ["-y", "@czagents/eu-registry"] },\n "payqr": { "command": "npx", "args": ["-y", "@czagents/payqr"] }\n }\n} Notes
Open-source Model Context Protocol servers that provide access to Czech government and business data sources including ARES, ČNB exchange rates, EU/OFAC sanctions, and ISIR insolvency records. Also includes a unified aggregator for due diligence checks. Built in TypeScript.
2 stars on GitHub. Last updated 2026-06-01. Licensed MIT.
Use cases
- Retrieve Czech company registry data from ARES
- Check EU and OFAC sanctions lists
- Aggregate due diligence information from multiple Czech data sources
Pros
- Free and open-source with no vendor lock-in
- Covers multiple Czech official data sources in one tool
- TypeScript codebase easy to integrate with modern stacks
Cons
- Limited to Czech-specific data (not useful outside that domain)
- Low GitHub popularity (2 stars) suggests minimal community or maintenance
- Requires self-hosting MCP infrastructure
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Free and open-source with no vendor lock-in
- Covers multiple Czech official data sources in one tool
- TypeScript codebase easy to integrate with modern stacks
Cons
- Limited to Czech-specific data (not useful outside that domain)
- Low GitHub popularity (2 stars) suggests minimal community or maintenance
- Requires self-hosting MCP infrastructure
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.