Cz Agents MCP Server
Rank #28,910dev.cz-agents/cnb
Official ČNB exchange rates — daily & historical CZK vs EUR, USD, 30+ currencies. For accounting.
Cz Agents MCP Server is a Model Context Protocol (MCP) server published by martinhavel. It ranks #28,910 of 115,460 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Cz Agents MCP Server is listed on Official MCP, with 3 tracked versions. It was first listed on Apr 16, 2026 and most recently updated on Jun 2, 2026.
Ranks ahead of 86,550 of 115,460 servers on MCP Toplist.
Use Cz Agents MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http cnb https://cnb.cz-agents.dev/mcpclaude mcp add cnb -- npx -y @czagents/cnb[mcp_servers.cnb]
url = "https://cnb.cz-agents.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.cnb]
command = "npx"
args = ["-y", "@czagents/cnb"]Add to ~/.codex/config.toml.
https://cnb.cz-agents.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"cnb": {
"command": "npx",
"args": [
"-y",
"@czagents/cnb"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cnb": {
"url": "https://cnb.cz-agents.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"cnb": {
"command": "npx",
"args": [
"-y",
"@czagents/cnb"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cnb": {
"type": "http",
"url": "https://cnb.cz-agents.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"cnb": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@czagents/cnb"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cnb": {
"serverUrl": "https://cnb.cz-agents.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cnb": {
"command": "npx",
"args": [
"-y",
"@czagents/cnb"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cnb": {
"url": "https://cnb.cz-agents.dev/mcp"
}
}
}{
"mcpServers": {
"cnb": {
"command": "npx",
"args": [
"-y",
"@czagents/cnb"
]
}
}
}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/dev.cz-agents%2Fcnb)<a href="https://mcptoplist.com/server/dev.cz-agents%2Fcnb"><img src="https://mcptoplist.com/badge/dev.cz-agents%2Fcnb.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
Available versions (3)
| Version | Published |
|---|---|
| 0.1.7 | Jun 2, 2026 |
| 0.1.3 | Apr 16, 2026 |
| 0.1.2 | Apr 16, 2026 |
Frequently asked questions
- Who maintains Cz Agents MCP Server?
- Cz Agents MCP Server is maintained by martinhavel, which publishes 13 MCP servers (24 total versions) tracked on MCP Toplist.
- Is Cz Agents MCP Server listed on the Official MCP Registry?
- Yes — Cz Agents MCP Server is listed on the Official MCP Registry.
- How many versions does Cz Agents MCP Server have?
- MCP Toplist tracks 3 versions of Cz Agents MCP Server, most recently published on Jun 2, 2026.
- Where can I find the source code for Cz Agents MCP Server?
- The source code for Cz Agents MCP Server is hosted at github.com/martinhavel/cz-agents-mcp.