Odel
security scorecard mcp

security scorecard mcp

Local
@callmarcusTypeScriptUpdated Today

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@callmarcus/securityscorecard-mcpv1.2.0

Run

npx -y @callmarcus/securityscorecard-mcp

MCP client config

{
  "mcpServers": {
    "security-scorecard-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@callmarcus/securityscorecard-mcp"
      ]
    }
  }
}