cz-agents-mcp
by martinhavel
cz-agents-mcp
Model Context Protocol servers for Czech government & business data. Give your AI agent native access to ARES, ČNB, ISIR, and more.
Available servers
Package | Source | Status |
ARES — Czech Business Register (company lookup by IČO) | ✅ v0.1.0 | |
| ČNB — daily FX rates | 🚧 planned |
| ISIR — Czech insolvency register | 🚧 planned |
Quick start
Claude Desktop / Cursor (stdio)
{
"mcpServers": {
"ares": {
"command": "npx",
"args": ["-y", "@czagents/ares"]
}
}
}Remote / Streamable HTTP
{
"mcpServers": {
"ares": { "url": "https://ares.cz-agents.dev/mcp" }
}
}Example tools (ARES)
lookup_by_ico({ ico: "27074358" })— full company recordsearch_companies({ query: "Tech", city: "Praha", pocet: 20 })get_bank_accounts({ ico: "27074358" })— DPH-published accountsget_history({ ico: "27074358" })— previous names, address changes
License
MIT © Martin Havel
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/martinhavel/cz-agents-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server