← Back to Plugins
MCP Server MCP

io.github.makosdDavid/package-risk

github By github 👁 1 views ▲ 0 votes

Package risk checks: maintenance, licence, advisories. Paid per call in USDC, no signup.

Homepage Verified source GitHub

Install

npx -y @makosdav/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@makosdav/package-risk-mcp",
      "version": "1.0.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Private key of an EVM wallet holding a small amount of USDC on Base mainnet. Each tool call spends $0.005-$0.01 from it. Use a lightly funded key dedicated to this agent, never a main wallet.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "EVM_PRIVATE_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...