mcpbeat Sign in

Defi Guard MCP Server

local only

Defi Guard MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 8 Jul 2026.

DeFi safety checks on Base before you sign: honeypot, owner-power scan, approval risk, Aave health.

Installs per day peak 14 · avg 7 · +100% w/w
a month agotoday
44
Installs / week
npm · @iniit/defi-guard-mcp
0
Stars
0 open issues
8 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Defi Guard 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 defi-guard-mcp -- npx -y @iniit/defi-guard-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "defi-guard-mcp": {
      "args": [
        "-y",
        "@iniit/defi-guard-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.defi-guard-mcp]
command = "npx"
args = ["-y", "@iniit/defi-guard-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "defi-guard-mcp": {
      "args": [
        "-y",
        "@iniit/defi-guard-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "defi-guard-mcp": {
      "args": [
        "-y",
        "@iniit/defi-guard-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BASE_RPC_URL (Optional Base RPC endpoint; defaults to public fallback pool). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Defi Guard MCP

same job, measured the same way
FabTally Safe
by zvmzaretsky

Read-only crypto safety: token honeypot checks, EIP-712 signature decode, approval scans.

8 tools answering
Vetagent
by vetagent

Pre-trade safety check for AI agents: honeypot, tax, liquidity and rug risk before you buy.

3 tools answering
Cyberwarex Defi Oracle
by cyberpunk11147

Token safety oracle (Base & BSC): honeypot/tax sim, contract powers, A-F risk grade.

local only
D
Solidus
by fly-solidus-x402

Solana pre-trade safety for agents: rug check, honeypot sell-sim, drainer scan, tx preflight.

3 tools answering
Logi Approval
by 1pass

logi Agent Approval Gate — human approval on the phone before high-risk agent actions.

25 installs/wk local only
Chainverdict
by chainverdict

Pay-per-call x402 checks before an agent moves money: token safety, wallet risk, identifiers.

20 tools answering
Token risk x402
by ogenalabs

Pre-trade token safety checks for AI agents on Solana and Base. x402 USDC per call, no key.

2 tools answering
O
Sentinel
by 448c

Pay-per-call safety checks for AI agents: screen a crypto address or URL before you transact.

2 tools answering

Defi Guard MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Defi Guard MCP?
Defi Guard 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 @iniit/defi-guard-mcp was installed 44 times last week.
How do I connect Defi Guard 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 @iniit/defi-guard-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Defi Guard MCP?
The npm package @iniit/defi-guard-mcp was installed 44 times in the last week. Week over week that is +100%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Defi Guard MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.