mcpbeat Sign in

Soldefi MCP Server

local only

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

Solana DeFi risk intel over x402: rug/honeypot scans, pool analysis, wash-filtered pools.

Installs per day peak 207 · avg 27 · +188% w/w
a month agotoday
69
Installs / week
npm · soldefi-mcp
0
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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

This one needs environment variables set before it will start: SOLANA_PRIVATE_KEY (base58 or JSON-array secret key of a DEDICATED Solana wallet holding USDC (pays per call). Configure this and/or EVM_PRIVATE_KEY; the x402 layer settles on whichever rail the 402 advertises. Paid tools return 402 without one; the free validate_mint tool still works.), EVM_PRIVATE_KEY (0x private key of a DEDICATED wallet holding USDC on Base (pays per call). Configure this and/or SOLANA_PRIVATE_KEY; the x402 layer settles on whichever rail the 402 advertises. Paid tools return 402 without one; the free validate_mint tool still works.), SOLANA_RPC_URL (Optional Solana RPC override used to build the payment (e.g. a Helius URL). Only read when SOLANA_PRIVATE_KEY is set.), SOLDEFI_BASE_URL (Base URL of a soldefi Worker. Defaults to the hosted production API (https://soldefi.thomenz.me).), X402_NETWORK (Set to 'base-sepolia' to pay on testnet, which switches BOTH rails (Solana devnet + Base Sepolia). Any other value, including unset, pays on mainnet.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Soldefi MCP

same job, measured the same way
Solmachina X402
by imnotamob

Solana & Base DeFi intelligence for AI agents over x402: decisions, risk, signed receipts.

74 installs/wk 25 tools answering
X402watch
by printmoneylab

Wash-filtered intelligence for x402: categories, services, wash analysis, trends.

5 tools answering
Drainbrain
by meltingpixelsai

AI-powered Solana token rug pull detection with ML ensemble scoring and honeypot detection.

local only
Crypto MCP
by htsapp

Crypto rug/scam-risk scans + wallet snapshots (EVM + Solana), paid per call via x402.

3 tools answering
Reputa
by 0xthaner

Reputa: wallet risk & security plus DeFi cover (insurance) analyses, paid via x402.

92 installs/wk local only
Cambrian API
by cambriannetwork

Cambrian API MCP: Solana and EVM DeFi data, Deep42 social intelligence, and perpetual risk analysis.

231 installs/wk answering
I
Guava Wallet Intelligence
by guava-research

Crypto security, honeypot detection, wallet analysis, and token risk scoring across 31 blockchains.

659 installs/wk answering
Rug Munch MCP
by amarodeabreu

Crypto risk intelligence: 19 tools for rug pull detection, AI forensics, and token analysis.

58 installs/wk local only

Soldefi MCP — questions

Answers built from our own checks of this server.

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