mcpbeat Sign in

Smartguard MCP Server

local only

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

SmartGuard MCP Server - AI-powered smart contract security audit tools for Claude Code, Cursor,...

Installs per day peak 9 · avg 3 · +65% w/w
a month agotoday
25
Installs / week
npm · smartguard-mcp
0
Stars
4 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 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.

            UPDATE insurance_fund
            SET total_balance = total_balance + $1,
            const ret = new Function(getStringFromWasm0(arg0, arg1));
            result = subprocess.run(cmd, shell=True, capture_output=True, text=True, cwd=self.project_root, timeout=120)
            result = subprocess.run(cmd, shell=True, capture_output=True, text=True, cwd=self.project_root, timeout=120)
Executes code built at runtime src/infra/agents/orchestrator.py:45
            module = __import__(module_name)
        "input": "0x6080346100b757601f610afb38819003918201601f19168301916001600160401b038311848410176100bb5780849260409485528339810103126100b757610052602061004b836100cf565b92016100cf565b6001600160a01b03918216919082156100a5571680156100a55760048054600380546001600160a01b031916909317…
                  placeholder="https://hooks.slack.com/services/..."
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.

CI pipeline leaks secrets outward .github/workflows/deploy-testnet.yml:126
            --rpc-url ${{ secrets.SEPOLIA_RPC_URL || 'https://rpc.sepolia.org' }} \

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

Alternatives to Smartguard MCP

same job, measured the same way
Gency MCP
by gency

Gency AI product image generation - MCP server for Claude, Codex, Cursor, VS Code

87 installs/wk local only
Coverctl
by felixgeelhaar

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Coverctl
by klarlabs-studio

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Gemini
by pavelguzenfeld

MCP server that exposes Google Gemini as tools for Claude Code

55 installs/wk local only
Selvage
by selvage-lab

An LLM-based code review MCP server with AST-powered smart context extraction

46 installs/wk local only
ContextStream MCP Server
by contextstreamio

ContextStream MCP server for code context, memory, search, and AI tools.

1 106 installs/wk local only
Code Lens
by j0hanz

Gemini-powered MCP server for code analysis.

80 installs/wk local only
Foxhound
by caleb-love

MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients

21 installs/wk local only

Smartguard MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Smartguard MCP?
Smartguard 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 smartguard-mcp was installed 25 times last week.
How do I connect Smartguard 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 smartguard-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Smartguard MCP?
The npm package smartguard-mcp was installed 25 times in the last week. Week over week that is +65%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Smartguard 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.