Skip to main content
Glama

cz-agents-mcp

チェコ政府およびビジネスデータ用のModel Context Protocolサーバー。 AIエージェントにARES、ČNB、ISIRなどへのネイティブアクセスを提供します。

利用可能なサーバー

パッケージ

ソース

ステータス

@czagents/ares

ARES — チェコ法人登記(IČOによる企業検索)

✅ v0.1.0

@czagents/cnb

ČNB — 日次為替レート

🚧 計画中

@czagents/isir

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

-
security - not tested
F
license - not found
-
quality - not tested

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