Skip to main content
Glama

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

@czagents/ares

ARES — Tschechisches Unternehmensregister (Unternehmenssuche nach IČO)

✅ v0.1.0

@czagents/cnb

ČNB — tägliche Wechselkurse

🚧 geplant

@czagents/isir

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 Unternehmensdatensatz

  • search_companies({ query: "Tech", city: "Praha", pocet: 20 })

  • get_bank_accounts({ ico: "27074358" }) — MwSt.-veröffentlichte Konten

  • get_history({ ico: "27074358" }) — frühere Namen, Adressänderungen

Lizenz

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