← Back to Plugins
MCP Server MCP

Prometiam Company Data

github By github 👁 1 views ▲ 0 votes

Company data for Spain, France, the UK, Ireland, Poland and Norway — registry, KYB and sanctions.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "prometiam-risk-mcp",
      "version": "0.2.8",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Prometiam Risk API key (rk_live_* or rk_test_*). Get a free key at https://www.prometiam.com/signup",
          "isRequired": true,
          "isSecret": true,
          "name": "PROMETIAM_API_KEY"
        },
        {
          "description": "Override the API base URL. Default: https://api.prometiam.com/functions/v1/risk-api",
          "name": "PROMETIAM_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...