mcpbeat Sign in

Defiguard MCP Server

local only

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

DeFiGuard MCP Server - DeFi protocol risk analysis tools for AI coding agents. Analyze token co...

Installs per day peak 8 · avg 3 · +14% w/w
a month agotoday
33
Installs / week
npm · defiguard-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, 20 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 defiguard-mcp -- npx -y defiguard-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "defiguard-mcp": {
      "args": [
        "-y",
        "defiguard-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.defiguard-mcp]
command = "npx"
args = ["-y", "defiguard-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "defiguard-mcp": {
      "args": [
        "-y",
        "defiguard-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "defiguard-mcp": {
      "args": [
        "-y",
        "defiguard-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Defiguard MCP

same job, measured the same way
Vaultguard MCP
by kota1026

VaultGuard MCP Server - Yearn V3 / DeFi vault security and analysis tools for AI coding agents....

25 installs/wk local only
Instagit
by instagitai

MCP server for Instagit — AI-powered Git repository analysis for coding agents

38 installs/wk local only
Trello MCP Server
by billnobill

Trello Model Context Protocol (MCP) Server for AI Agents

40 installs/wk local only
Defenter Proxy
by defenter-ai

Real-time semantic security for AI coding agents and MCP tools

122 installs/wk local only
jPOS MCP Server
by mohisyed

MCP server for jPOS and ISO 8583. Deterministic payment protocol tools for AI agents.

74 installs/wk local only
Swotpal MCP Server
by aprilelevengo

MCP Server for SWOTPal — SWOT analysis tools for AI agents (Claude, Cursor, Windsurf)

23 installs/wk local only
Gitlab MCP Server
by dubuqingfeng

GitLab MCP (Model Context Protocol) server for AI agents

62 installs/wk local only
Bridgeguard MCP
by kota1026

BridgeGuard MCP Server - Cross-chain bridge security audit tools for AI coding agents. Scan bri...

54 installs/wk local only

Defiguard MCP — questions

Answers built from our own checks of this server.

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