Cz Agents MCP Server
Rank #30,552dev.cz-agents/dd
Czech & EU due diligence in one call — facts, insolvency, sanctions, VAT, risk score, UBO chain.
Cz Agents MCP Server is a Model Context Protocol (MCP) server published by martinhavel. It ranks #30,552 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 6 tracked versions. It was first listed on Apr 26, 2026 and most recently updated on Jun 2, 2026.
Ranks ahead of 84,908 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 dd https://dd.cz-agents.dev/mcpclaude mcp add dd -- npx -y @czagents/dd[mcp_servers.dd]
url = "https://dd.cz-agents.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.dd]
command = "npx"
args = ["-y", "@czagents/dd"]Add to ~/.codex/config.toml.
https://dd.cz-agents.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"dd": {
"command": "npx",
"args": [
"-y",
"@czagents/dd"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"dd": {
"url": "https://dd.cz-agents.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"dd": {
"command": "npx",
"args": [
"-y",
"@czagents/dd"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"dd": {
"type": "http",
"url": "https://dd.cz-agents.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"dd": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@czagents/dd"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"dd": {
"serverUrl": "https://dd.cz-agents.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dd": {
"command": "npx",
"args": [
"-y",
"@czagents/dd"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dd": {
"url": "https://dd.cz-agents.dev/mcp"
}
}
}{
"mcpServers": {
"dd": {
"command": "npx",
"args": [
"-y",
"@czagents/dd"
]
}
}
}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%2Fdd)<a href="https://mcptoplist.com/server/dev.cz-agents%2Fdd"><img src="https://mcptoplist.com/badge/dev.cz-agents%2Fdd.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 (6)
| Version | Published |
|---|---|
| 0.3.6 | Jun 2, 2026 |
| 0.2.1 | Apr 30, 2026 |
| 0.1.9 | Apr 26, 2026 |
| 0.1.6 | Apr 26, 2026 |
| 0.1.2 | Apr 26, 2026 |
| 0.1.0 | Apr 26, 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 6 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.