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