mcpbeat Sign in

Agentwallet MCP Server

local only

Agentwallet runs on your own machine — the client starts it, so there is no endpoint to ping. 161 installs a week from npm. Last commit 9 Sep 2026.

Wallet infrastructure for Ai agents. EVM + Solana. x402 payments. No KYC.

Installs per day peak 267 · avg 35 · +1069% w/w
a month agotoday
161
Installs / week
npm · agentwallet-mcp
3
Stars
8 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: AGENTWALLET_API_KEY (Your AgentWallet API key from hifriendbot.com/wallet/). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agentwallet

same job, measured the same way
Xpay
by xona-labs

Xona Wallet: agent wallet for AI agents. x402 payments, AgenC hires, 20k+ services

335 installs/wk local only
Spraay Solana Gateway
by plagtech

Batch send SOL or any SPL token to 1000+ wallets via x402. AI agent payments on Solana.

4 tools answering
Wisely x402 Agent-Payment Infrastructure
by wiselyenterprisesllc

Self-facilitated x402/MCP payments for hosted endpoints, rail proofs, receipts, and agents.

65 tools answering
HTTPayer
by httpayer

x402 micropayments for AI agents — credits-based, no wallets, no blockchain.

58 installs/wk local only
Agentpay
by up2itnow0822

Non-custodial x402 payment MCP server for AI agents. Wallets and payments on 17 chains.

121 installs/wk local only
Amrood — INR Payments for AI Agents
by saurabh-karn

KYC-verified INR wallets for AI agents in India. Payments, escrow, and settlements.

99 installs/wk local only
XDC AI
by 0xbeny

Wallet and payments for AI agents: auto-pay x402 APIs in USDC on XDC, within on-chain limits.

answering
Agent Bank
by wirternow

Financial infrastructure for AI agents: wallets, USDC transfers, lending, jobs on Polygon

30 installs/wk 43 tools answering

Agentwallet — questions

Answers built from our own checks of this server.

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