Skip to content
Cursor

ARES (Czech business registry) for Cursor

io.github.milos106/ares-mcp

MCP for ARES, the Czech business registry: lookup, due diligence, insolvency, signed provenance

client:Cursor transport:stdio runtime:npm

Install ARES (Czech business registry) in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ares-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@milos106/ares-mcp"
      ],
      "env": {
        "ARES_PROVENANCE_PRIVATE_KEY": "<ARES_PROVENANCE_PRIVATE_KEY>",
        "ARES_PROVENANCE_KEY_ID": "<ARES_PROVENANCE_KEY_ID>",
        "ARES_BASE_URL": "<ARES_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ARES (Czech business registry) in other clients