mcpbeat Sign in

WalletTriage MCP Server

by wallettriage Your server? Claim it
local only

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

Real-time exploit-exposure risk check for EVM wallets, paid per query via x402 (USDC on Base).

Installs per day peak 831 · avg 39 · -51% w/w
a month agotoday
58
Installs / week
npm · wallettriage-mcp
0
Stars
0 open issues
8 Jul 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

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

This one needs environment variables set before it will start: EVM_PRIVATE_KEY (Private key (0x + 64 hex) of a dedicated low-balance session wallet that signs gasless x402 USDC payments on Base. Never use your main key.), GATEWAY_URL (WalletTriage API base URL. Defaults to the public production gateway; set to http://localhost:4021 for local development.), MAX_PAYMENT_ATOMIC (Safety cap: refuse any x402 payment requirement above this many atomic USDC units (6 decimals). Default 100000 = US$0.10.), DEFAULT_SCAN_CHAIN (Default chain when the caller omits one: eth, base, polygon, arbitrum, optimism, bsc.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to WalletTriage

same job, measured the same way
Orchard Data MCP
by letom1176-spec

Pay-per-call market data for AI agents via x402 (USDC on Base): regime, track record, catalysts.

47 installs/wk local only
X402 API
by fernsugi

DeFi data API for AI agents — pay-per-call via x402/USDC on Base

41 installs/wk local only
Agentreader MCP
by ajanani1

11 pay-per-call web tools for AI agents, auto-paid in USDC on Base via x402. No API keys.

24 installs/wk local only
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
TenderFit
by spiritpath

UK public-procurement qualification for agents, paid via x402 USDC on Base.

3 tools answering
RegimeShift
by regimeshift

Paid MCP for AI agents: vol risk premium, Agent-SOFR, max-LTV. $0.001 USDC on Base via x402.

4 tools answering
systemprompt.io reports
by systemprompt

Paid EU AI Act compliance reports for agents. $1.50 per call via x402 (USDC on Base) or Stripe.

2 tools answering
S
PageProof
by chatgpt-alert-crab-1890-pageproof

PDF text by page with hashes. 0.005 USDC/Base via x402. No OCR. Check /health for readiness.

1 tools answering

WalletTriage — questions

Answers built from our own checks of this server.

Why is there no uptime for WalletTriage?
WalletTriage 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 wallettriage-mcp was installed 58 times last week.
How do I connect WalletTriage?
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 wallettriage-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use WalletTriage?
The npm package wallettriage-mcp was installed 58 times in the last week. Week over week that is -51%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is WalletTriage open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.