What is the ARES (Czech business registry) MCP server?
MCP for ARES, the Czech business registry: lookup, due diligence, insolvency, signed provenance
How to install ARES (Czech business registry)
Copy-paste configuration for popular MCP clients.
ARES_PROVENANCE_PRIVATE_KEYsecretOptional Ed25519 private key (base64 PKCS#8 DER) to enable signed provenance envelopes. Omit to run unsigned.
ARES_PROVENANCE_KEY_IDOptional key id advertised in signed envelopes and the JWKS. Defaults to a thumbprint of the public key.
ARES_BASE_URLOptional override of the ARES REST base URL (defaults to the public ares.gov.cz endpoint).
{
"mcpServers": {
"ares-mcp": {
"command": "npx",
"args": [
"-y",
"@milos106/ares-mcp"
],
"env": {
"ARES_PROVENANCE_PRIVATE_KEY": "<YOUR_ARES_PROVENANCE_PRIVATE_KEY>",
"ARES_PROVENANCE_KEY_ID": "<YOUR_ARES_PROVENANCE_KEY_ID>",
"ARES_BASE_URL": "<YOUR_ARES_BASE_URL>"
}
}
}
}{
"mcpServers": {
"ares-mcp": {
"command": "npx",
"args": [
"-y",
"@milos106/ares-mcp"
],
"env": {
"ARES_PROVENANCE_PRIVATE_KEY": "<YOUR_ARES_PROVENANCE_PRIVATE_KEY>",
"ARES_PROVENANCE_KEY_ID": "<YOUR_ARES_PROVENANCE_KEY_ID>",
"ARES_BASE_URL": "<YOUR_ARES_BASE_URL>"
}
}
}
}{
"mcpServers": {
"ares-mcp": {
"command": "npx",
"args": [
"-y",
"@milos106/ares-mcp"
],
"env": {
"ARES_PROVENANCE_PRIVATE_KEY": "<YOUR_ARES_PROVENANCE_PRIVATE_KEY>",
"ARES_PROVENANCE_KEY_ID": "<YOUR_ARES_PROVENANCE_KEY_ID>",
"ARES_BASE_URL": "<YOUR_ARES_BASE_URL>"
}
}
}
}{
"servers": {
"ares-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@milos106/ares-mcp"
],
"env": {
"ARES_PROVENANCE_PRIVATE_KEY": "<YOUR_ARES_PROVENANCE_PRIVATE_KEY>",
"ARES_PROVENANCE_KEY_ID": "<YOUR_ARES_PROVENANCE_KEY_ID>",
"ARES_BASE_URL": "<YOUR_ARES_BASE_URL>"
}
}
}
}claude mcp add ares-mcp --env ARES_PROVENANCE_PRIVATE_KEY=<YOUR_ARES_PROVENANCE_PRIVATE_KEY> --env ARES_PROVENANCE_KEY_ID=<YOUR_ARES_PROVENANCE_KEY_ID> --env ARES_BASE_URL=<YOUR_ARES_BASE_URL> -- npx -y @milos106/ares-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.