MCP server for ARES, the official Czech business registry — live against ares.gov.cz. 14 tools: company lookup, full due diligence, statutory bodies, insolvency, VAT-payer & trade-license checks, address search, and cross-company person graphs.
Optional Ed25519-signed provenance (source + date + signature, verifiable offline). Experimental / beta.
Server Config
{
"mcpServers": {
"ares-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/milos106/ares-mcp:0.1.0"
]
}
}
}