← Back to Plugins
MCP Server MCP

ARES (Czech business registry)

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @milos106/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@milos106/ares-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional Ed25519 private key (base64 PKCS#8 DER) to enable signed provenance envelopes. Omit to run unsigned.",
          "isSecret": true,
          "name": "ARES_PROVENANCE_PRIVATE_KEY"
        },
        {
          "description": "Optional key id advertised in signed envelopes and the JWKS. Defaults to a thumbprint of the public key.",
          "name": "ARES_PROVENANCE_KEY_ID"
        },
        {
          "description": "Optional override of the ARES REST base URL (defaults to the public ares.gov.cz endpoint).",
          "name": "ARES_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...