Cz Agents MCP Server
Rank #39,597dev.cz-agents/payqr
European payment QR — SPAYD (CZ/SK) & EPC/GiroCode (SEPA), plus text/WiFi/vCard. Local, free.
Cz Agents MCP Server is a Model Context Protocol (MCP) server published by martinhavel. It ranks #39,597 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 1 tracked version. It was first listed on Apr 30, 2026 and most recently updated on Jun 2, 2026.
Ranks ahead of 75,863 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 payqr https://payqr.cz-agents.dev/mcpclaude mcp add payqr -- npx -y @czagents/payqr[mcp_servers.payqr]
url = "https://payqr.cz-agents.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.payqr]
command = "npx"
args = ["-y", "@czagents/payqr"]Add to ~/.codex/config.toml.
https://payqr.cz-agents.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"payqr": {
"command": "npx",
"args": [
"-y",
"@czagents/payqr"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"payqr": {
"url": "https://payqr.cz-agents.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"payqr": {
"command": "npx",
"args": [
"-y",
"@czagents/payqr"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"payqr": {
"type": "http",
"url": "https://payqr.cz-agents.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"payqr": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@czagents/payqr"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"payqr": {
"serverUrl": "https://payqr.cz-agents.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"payqr": {
"command": "npx",
"args": [
"-y",
"@czagents/payqr"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"payqr": {
"url": "https://payqr.cz-agents.dev/mcp"
}
}
}{
"mcpServers": {
"payqr": {
"command": "npx",
"args": [
"-y",
"@czagents/payqr"
]
}
}
}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%2Fpayqr)<a href="https://mcptoplist.com/server/dev.cz-agents%2Fpayqr"><img src="https://mcptoplist.com/badge/dev.cz-agents%2Fpayqr.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 (1)
| Version | Published |
|---|---|
| 0.1.11 | Jun 2, 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 1 version 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.