PluginBench
MCP Server

io.github.hifriendbot/agentwallet MCP Server

io.github.hifriendbot/agentwallet

What is the io.github.hifriendbot/agentwallet MCP server?

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

How to install io.github.hifriendbot/agentwallet

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • AGENTWALLET_API_KEY
    required
    secret

    Your AgentWallet API key from hifriendbot.com/wallet/

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentwallet": {
      "command": "npx",
      "args": [
        "-y",
        "agentwallet-mcp"
      ],
      "env": {
        "AGENTWALLET_API_KEY": "<YOUR_AGENTWALLET_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agentwallet": {
      "command": "npx",
      "args": [
        "-y",
        "agentwallet-mcp"
      ],
      "env": {
        "AGENTWALLET_API_KEY": "<YOUR_AGENTWALLET_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agentwallet": {
      "command": "npx",
      "args": [
        "-y",
        "agentwallet-mcp"
      ],
      "env": {
        "AGENTWALLET_API_KEY": "<YOUR_AGENTWALLET_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agentwallet": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentwallet-mcp"
      ],
      "env": {
        "AGENTWALLET_API_KEY": "<YOUR_AGENTWALLET_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add agentwallet --env AGENTWALLET_API_KEY=<YOUR_AGENTWALLET_API_KEY> -- npx -y agentwallet-mcp

Related MCP servers

MCP server for AiList — search and discover Ai projects from Claude Code

View repository →

95.10% LongMemEval (highest published). Encrypted persistent memory for Ai coding assistants.

View repository →