cz-agents-mcp
cz-agents-mcp
Model Context Protocol-Server für tschechische Regierungs- und Unternehmensdaten. Geben Sie Ihrem KI-Agenten nativen Zugriff auf ARES, ČNB, ISIR und mehr.
Verfügbare Server
Paket | Quelle | Status |
ARES — Tschechisches Unternehmensregister (Unternehmenssuche nach IČO) | ✅ v0.1.0 | |
| ČNB — tägliche Wechselkurse | 🚧 geplant |
| ISIR — Tschechisches Insolvenzregister | 🚧 geplant |
Schnellstart
Claude Desktop / Cursor (stdio)
{
"mcpServers": {
"ares": {
"command": "npx",
"args": ["-y", "@czagents/ares"]
}
}
}Remote / Streamable HTTP
{
"mcpServers": {
"ares": { "url": "https://ares.cz-agents.dev/mcp" }
}
}Beispiel-Tools (ARES)
lookup_by_ico({ ico: "27074358" })— vollständiger Unternehmensdatensatzsearch_companies({ query: "Tech", city: "Praha", pocet: 20 })get_bank_accounts({ ico: "27074358" })— MwSt.-veröffentlichte Kontenget_history({ ico: "27074358" })— frühere Namen, Adressänderungen
Lizenz
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