mcpbeat Sign in

CertScore MCP Server

local only

CertScore MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 384 installs a week from npm. Last commit 18 Sep 2026.

CertScore website risk-signal tools for scans, findings, evidence, and latest-domain lookups.

Installs per day peak 173 · avg 45 · +253% w/w
a month agotoday
384
Installs / week
npm · @certscore/mcp
0
Stars
2 open issues
18 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        "https://ad.doubleclick.net/activity;src=4448269;type=bbycom;cat=BBY-S0;rcb=2;ord=4654468581826;npa=0;auiddc=1743222283.1777067241;u3=not_provided;u5=null;u6=anonymous;u7=en-US;u14=undefined;u15=undefined;u16=not_provided;u18=not_provided;u19=not_provided;u20=not_provided…
COPY .npmrc package.json pnpm-lock.yaml pnpm-workspace.yaml turbo.json tsconfig.base.json ./
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

      - name: Create or update GitHub release
        env:
          GH_TOKEN: ${{ github.token }}
    return json.loads(subprocess.check_output(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 mcp -- npx -y @certscore/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@certscore/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@certscore/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@certscore/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@certscore/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CERTSCORE_API_KEY (CertScore API key with scan:read, scan:create, and mcp scopes.), CERTSCORE_BASE_URL (Optional CertScore API base URL. Defaults to https://certscore.ai.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to CertScore MCP

same job, measured the same way
MCP Server Scf
by scfcontrolsplatform

MCP server for the SCF Controls Platform — 187 tools for controls, evidence, risk, and TPRM.

1 611 installs/wk local only
Signal Ledger Financial Intelligence
by blf2097

Paid bilingual MCP tools for evidence-linked SEC filing risk and finance-author track records.

2 tools answering
Cernion Energy Tools MCP
by cernion

Energy-domain MCP tools for Cernion context, evidence and guarded process preparation

answering
Pentest Tools
by pentest-tools

MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.

answering
Dr.Deploy
by dr-deploy

MCP tools for drdeploy: scan deployed sites, list, get findings, check status.

42 installs/wk local only
Whoisgenius
by basicscandal

Domain attribution and correlation for AI agents, with confidence and per-signal evidence.

2 tools answering
CertScore.ai MCP Light
by certscore

Free website privacy scanner for pre-consent cookies, trackers, consent, policy, and HTTPS/TLS.

4 tools answering
Finance MCP
by blahaj-gif

Market data, SEC filings and risk tools for Webull, Saxo and IBKR. Only you can send an order.

164 installs/wk local only

CertScore MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for CertScore MCP?
CertScore 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 @certscore/mcp was installed 384 times last week.
How do I connect CertScore 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 @certscore/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use CertScore MCP?
The npm package @certscore/mcp was installed 384 times in the last week. Week over week that is +253%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is CertScore MCP open source?
We cannot say either way: written in TypeScript, 0 stars on GitHub and 2 open issues, but we could not determine the licence, and without one the code is not open source by default.