mcpbeat Sign in

Securityscorecard MCP Server

by callmarcus Your server? Claim it
local only

Securityscorecard MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 12 Aug 2026.

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

Installs per day peak 30 · avg 14 · -4% w/w
a month agotoday
38
Installs / week
npm · @callmarcus/securityscorecard-mcp
0
Stars
4 open issues
12 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Securityscorecard MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add securityscorecard-mcp -- npx -y @callmarcus/securityscorecard-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "securityscorecard-mcp": {
      "args": [
        "-y",
        "@callmarcus/securityscorecard-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.securityscorecard-mcp]
command = "npx"
args = ["-y", "@callmarcus/securityscorecard-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "securityscorecard-mcp": {
      "args": [
        "-y",
        "@callmarcus/securityscorecard-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "securityscorecard-mcp": {
      "args": [
        "-y",
        "@callmarcus/securityscorecard-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SECURITY_SCORECARD_API_TOKEN (SecurityScorecard API token (get one from your SecurityScorecard dashboard).), COMPANY_DOMAIN (Optional default company domain for queries (e.g. example.com).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Securityscorecard MCP

same job, measured the same way
Virustotal
by burtthecoder

MCP server for querying VirusTotal API with comprehensive security analysis tools.

282 installs/wk local only
Vulnicheck
by andrasfe

HTTP MCP Server for comprehensive Python vulnerability scanning and security analysis.

local only
n8n MCP Community
by drzamarian

A security-focused MCP server for self-hosted n8n Community Edition.

68 installs/wk local only
DNSFilter
by wyre-ai

MCP server for DNSFilter's DNS security/filtering API.

local only
Security Mcp
by varvararatta

MCP server for Security

answering
I
Ghost MCP Server
by ghostsecurity

Minimal MCP server for Ghost Security API - compatible with all MCP clients

30 installs/wk local only
Telivy
by wyre-ai

MCP server for Telivy's security assessment API for MSPs.

local only
Fatsecret MCP
by fliptheweb

MCP server for FatSecret API - food search, nutrition, diary, recipes, weight tracking (unofficial)

56 installs/wk local only

Securityscorecard MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Securityscorecard MCP?
Securityscorecard MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @callmarcus/securityscorecard-mcp was installed 38 times last week.
How do I connect Securityscorecard MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @callmarcus/securityscorecard-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Securityscorecard MCP?
The npm package @callmarcus/securityscorecard-mcp was installed 38 times in the last week. Week over week that is -4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Securityscorecard MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.