cz-agents-mcp
by martinhavel
cz-agents-mcp
チェコ政府およびビジネスデータ用のModel Context Protocolサーバー。 AIエージェントにARES、ČNB、ISIRなどへのネイティブアクセスを提供します。
利用可能なサーバー
パッケージ | ソース | ステータス |
ARES — チェコ法人登記(IČOによる企業検索) | ✅ v0.1.0 | |
| ČNB — 日次為替レート | 🚧 計画中 |
| ISIR — チェコ破産登記 | 🚧 計画中 |
クイックスタート
Claude Desktop / Cursor (stdio)
{
"mcpServers": {
"ares": {
"command": "npx",
"args": ["-y", "@czagents/ares"]
}
}
}リモート / ストリーマブル HTTP
{
"mcpServers": {
"ares": { "url": "https://ares.cz-agents.dev/mcp" }
}
}ツール例 (ARES)
lookup_by_ico({ ico: "27074358" })— 完全な企業レコードsearch_companies({ query: "Tech", city: "Praha", pocet: 20 })get_bank_accounts({ ico: "27074358" })— DPH(付加価値税)公開口座get_history({ ico: "27074358" })— 過去の名称、住所変更履歴
ライセンス
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