CZ Agents
Rank #53,645pulsemcp/gh-martinhavel-cz-agents
Provides access to Czech government data including business register lookups and CNB currency exchange rates.
CZ Agents is a Model Context Protocol (MCP) server published by martinhavel. It ranks #53,645 of 115,460 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. CZ Agents is listed on PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on Apr 16, 2026.
Ranks ahead of 61,815 of 115,460 servers on MCP Toplist.
Use CZ Agents
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http gh-martinhavel-cz-agents https://dd.cz-agents.dev/mcp[mcp_servers.gh-martinhavel-cz-agents]
url = "https://dd.cz-agents.dev/mcp"Add to ~/.codex/config.toml.
https://dd.cz-agents.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"gh-martinhavel-cz-agents": {
"url": "https://dd.cz-agents.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"gh-martinhavel-cz-agents": {
"type": "http",
"url": "https://dd.cz-agents.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"gh-martinhavel-cz-agents": {
"serverUrl": "https://dd.cz-agents.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"gh-martinhavel-cz-agents": {
"url": "https://dd.cz-agents.dev/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/pulsemcp%2Fgh-martinhavel-cz-agents)<a href="https://mcptoplist.com/server/pulsemcp%2Fgh-martinhavel-cz-agents"><img src="https://mcptoplist.com/badge/pulsemcp%2Fgh-martinhavel-cz-agents.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
martinhavel
Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains CZ Agents?
- CZ Agents is maintained by martinhavel, which publishes 13 MCP servers (24 total versions) tracked on MCP Toplist.
- Is CZ Agents listed on the Official MCP Registry?
- CZ Agents is not on the Official MCP Registry. It is listed on PulseMCP.
- How many versions does CZ Agents have?
- CZ Agents ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for CZ Agents?
- The source code for CZ Agents is hosted at github.com/martinhavel/cz-agents-mcp.