Skip to main content
Glama

cz-agents-mcp

用于捷克政府和商业数据的模型上下文协议 (MCP) 服务器。 让您的 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