Cz Agents MCP Server
Rank #45,242dev.cz-agents/eu-registry
EU business registry lookup via GLEIF/LEI & national registries — cross-border due diligence & KYC.
Cz Agents MCP Server is a Model Context Protocol (MCP) server published by martinhavel. It ranks #45,242 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 2 tracked versions. It was first listed on Apr 30, 2026 and most recently updated on Jun 2, 2026.
Ranks ahead of 70,218 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 eu-registry https://eu-registry.cz-agents.dev/mcpclaude mcp add eu-registry -- npx -y @czagents/eu-registry[mcp_servers.eu-registry]
url = "https://eu-registry.cz-agents.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.eu-registry]
command = "npx"
args = ["-y", "@czagents/eu-registry"]Add to ~/.codex/config.toml.
https://eu-registry.cz-agents.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"eu-registry": {
"command": "npx",
"args": [
"-y",
"@czagents/eu-registry"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"eu-registry": {
"url": "https://eu-registry.cz-agents.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"eu-registry": {
"command": "npx",
"args": [
"-y",
"@czagents/eu-registry"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"eu-registry": {
"type": "http",
"url": "https://eu-registry.cz-agents.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"eu-registry": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@czagents/eu-registry"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"eu-registry": {
"serverUrl": "https://eu-registry.cz-agents.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"eu-registry": {
"command": "npx",
"args": [
"-y",
"@czagents/eu-registry"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"eu-registry": {
"url": "https://eu-registry.cz-agents.dev/mcp"
}
}
}{
"mcpServers": {
"eu-registry": {
"command": "npx",
"args": [
"-y",
"@czagents/eu-registry"
]
}
}
}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%2Feu-registry)<a href="https://mcptoplist.com/server/dev.cz-agents%2Feu-registry"><img src="https://mcptoplist.com/badge/dev.cz-agents%2Feu-registry.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 (2)
| Version | Published |
|---|---|
| 0.1.3 | Jun 2, 2026 |
| 0.1.1 | May 20, 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 2 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.