← Back to Plugins
MCP Server MCP

io.github.CallMarcus/securityscorecard-mcp

github By github 👁 1 views ▲ 0 votes

Community-built, comprehensive MCP server for the SecurityScorecard API (unofficial).

Homepage Verified source GitHub

Install

npx -y @callmarcus/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@callmarcus/securityscorecard-mcp",
      "version": "1.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "SecurityScorecard API token (get one from your SecurityScorecard dashboard).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SECURITY_SCORECARD_API_TOKEN"
        },
        {
          "description": "Optional default company domain for queries (e.g. example.com).",
          "format": "string",
          "name": "COMPANY_DOMAIN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...