INDIVIDUAL MCP TOOL
get_owners
Look up direct and upstream Czech VR owners for a company by real active shareholding roles (spolecnik/akcionar) and company-to-company member_ico edges.
LIVE ENDPOINT
https://dd.cz-agents.dev/mcp
Connect to this endpoint to inspect the live schema for get_owners and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cz-agents-dd]
url = "https://dd.cz-agents.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cz-agents-dd": {
"type": "http",
"url": "https://dd.cz-agents.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cz-agents-dd
Remote MCP URL: https://dd.cz-agents.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cz-agents-dd": {
"url": "https://dd.cz-agents.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cz-agents-dd": {
"type": "http",
"url": "https://dd.cz-agents.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cz-agents-dd",
"transport": "streamable-http",
"url": "https://dd.cz-agents.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
person_companies— Look up Czech VR companies connected to a person by exact registry person_id -> roles -> companies joins.get_dd_report— Generate a complete due-diligence report for a Czech IČO.watch_entity— Start onboarding for free monitoring of one Czech company by IČO.get_risk_score— Lightweight version of get_dd_report — returns just the numeric score (0-100), risk level, and top triggered red flags.get_statutory_chain— Surname-based heuristic walk through statutory bodies of related Czech companies.detect_nominee_director— Detect "white horse" / nominee director patterns — 3 surface indicators (age outlier, multi-board membership, recent appointment) computable from ARES data alone.detect_phoenix— Detect phoenix company pattern — 3 surface indicators (surname match with prior insolvent director, founding proximity < 12 months to insolvency, NACE sector presence) computable from ARES + ISIR data alone.get_risk_timeline— Build a chronologically sorted lifecycle timeline for a Czech company — basic events include company formation, statutory appointments, active insolvency, sanctions matches, VAT reliability flips.