Skip to content

securityscorecard mcp for Grok

io.github.callmarcus/securityscorecard-mcp

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

client:Grok transport:stdio runtime:npm

Install securityscorecard mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "securityscorecard-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@callmarcus/securityscorecard-mcp"
      ],
      "env": {
        "SECURITY_SCORECARD_API_TOKEN": "<SECURITY_SCORECARD_API_TOKEN>",
        "COMPANY_DOMAIN": "<COMPANY_DOMAIN>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

securityscorecard mcp in other clients