Agentwallet MCP Server

Permissionless wallet infrastructure for AI agents. Create wallets, sign transactions, and broadcast on-chain, on any EVM chain and Solana. Built-in guards. No KYC. The only AI agent wallet that accepts crypto for its own API fees. Its 31 documented tools cover wallet, paywall, token, balance. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-03 · ★ 3 · #69 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Agentwallet

before you install - you'll need

Set AGENTWALLET_PRIVATE_KEY, AGENTWALLET_RPC_8453, AGENTWALLET_MAX_TX_NATIVE, AGENTWALLET_SOLANA_KEY, AGENTWALLET_SOLANA_RPC, AGENTWALLET_MAX_TX_SOL, AGENTWALLET_USER, AGENTWALLET_PASS before connecting. AGENTWALLET_WALLET_ID is optional or environment-specific per the README.

Claude Code

claude mcp add hifriendbot-agentwallet-mcp -- npx -y agentwallet-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "hifriendbot-agentwallet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentwallet-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package agentwallet-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.hifriendbot is GitHub-verified and matches the repo owner

03 · What Agentwallet can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can create a new EVM or Solana wallet, list all your wallets, get wallet details by ID, and check native token balance on any chain.

Capability map

Tools grouped from the project's README - what Agentwallet lets an agent do.

Wallet

7 tools - e.g. Create a new EVM or Solana wallet; Get wallet details by ID; Report whether signing is local (self-custody) or hosted, and which address is in use

create_wallet · get_wallet · wallet_mode · export_wallet_key · pause_wallet · unpause_wallet…

read & search

7 tools - e.g. List all your wallets; Check native token balance on any chain; Check ERC-20 token allowance

list_wallets · get_balance · get_allowance · list_paywalls · get_x402_revenue · get_usage…

Paywall

5 tools - e.g. Create an x402 paywall to charge for a resource; Get paywall details by ID; Update paywall pricing, resource, or status

create_paywall · get_paywall · update_paywall · delete_paywall · get_paywall_payments

Token

4 tools - e.g. Check ERC-20 or SPL token balance; Get ERC-20 token name, symbol, and decimals; Send ERC-20 or SPL tokens (USDC, USDT, etc.)

get_token_balance · get_token_info · transfer_token · approve_token

run & execute

2 tools - e.g. Sign and broadcast a raw transaction; Read-only contract call (eth_call)

send_transaction · call_contract

Transfer

1 tool - e.g. Send native tokens (ETH, SOL, POL, BNB, etc.)

transfer

Sign

1 tool - e.g. Sign a transaction without broadcasting

sign_transaction

Wrap

1 tool - e.g. Wrap native tokens to WETH/WAVAX/etc.

wrap_eth

04 · Who maintains Agentwallet

agentwallet is maintained by hifriendbot. We track 3 MCP servers from hifriendbot - 3 actively maintained, 11 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from hifriendbot.

  1. cogmemai 95.10% LongMemEval (highest published). Encrypted persistent memory for Ai coding assistants. ★ 7

05 · Facts

category
finance - ranked #69 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.hifriendbot/agentwallet (active, first published 2026-03-11)
packages
npm:agentwallet-mcp

06 · Agentwallet FAQ

Is Agentwallet still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-03. We re-verify nightly.

What can Agentwallet do?

With this server connected, an agent can create a new EVM or Solana wallet, list all your wallets, get wallet details by ID, and check native token balance on any chain.

How do I install Agentwallet?

Run `npx -y agentwallet-mcp`. The README documents 9 environment variables (AGENTWALLET_PRIVATE_KEY, AGENTWALLET_RPC_8453, AGENTWALLET_MAX_TX_NATIVE…) to set first. Set AGENTWALLET_PRIVATE_KEY, AGENTWALLET_RPC_8453, AGENTWALLET_MAX_TX_NATIVE, AGENTWALLET_SOLANA_KEY, AGENTWALLET_SOLANA_RPC, AGENTWALLET_MAX_TX_SOL, AGENTWALLET_USER, AGENTWALLET_PASS before connecting. AGENTWALLET_WALLET_ID is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Agentwallet run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Agentwallet