mcpbeat Sign in

Base Security Scanner MCP Server

local only

Base Security Scanner MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 255 installs a week from npm.

MCP server to scan smart contracts on Base for honeypots, rug pulls, and vulnerabilities.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 13 · avg 6 · -55% w/w
a month agotoday
255
Installs / week
npm · base-security-scanner-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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

This one needs environment variables set before it will start: RPC_URL (Base mainnet RPC URL (defaults to https://mainnet.base.org)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Base Security Scanner MCP

same job, measured the same way
Bawbel Scanner
by bawbel

Scan MCP servers and skill files for AVE vulnerabilities. Conformance scoring and threat intel.

79 installs/wk local only
Contract Scanner
by lordbasilaiassistant-sudo

Smart contract security scanner — vulnerabilities, risk scores, and calldata decoding

25 installs/wk local only
Bawbel Scanner
by bawbel

Security scanner for MCP servers and skill files. Detects AVE vulnerabilities before production.

176 installs/wk local only
Bawbel Scanner
by bawbel

Security scanner for MCP servers and skill files. Detects AVE vulnerabilities before production.

local only
ContractOracle-Sentinel
by evozim

DeFi smart contract forensic auditor and vulnerability scanner.

answering
GhostFree
by shane-js

MCP server that scans your repo's dependencies for security vulnerabilities based on published CVEs.

31 installs/wk local only
Vulnicheck
by andrasfe

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

local only
Inkog
by inkog-io

Security co-pilot for AI agents. Scan for vulnerabilities, audit MCP servers, verify governance.

228 installs/wk local only

Base Security Scanner MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Base Security Scanner MCP?
Base Security Scanner 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 base-security-scanner-mcp was installed 255 times last week.
Is Base Security Scanner MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Base Security Scanner 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 base-security-scanner-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Base Security Scanner MCP?
The npm package base-security-scanner-mcp was installed 255 times in the last week. Week over week that is -55%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.