MCP Directory

hifriendbot/agentwallet-mcp

GitHub
Productivity

Permissionless wallet infrastructure for AI agents. 29 tools for wallet creation, transaction signing, token transfers, and x402 payments across all EVM chains and Solana. No KYC, no API keys — agents pay with USDC.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y agentwallet-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from hifriendbot/agentwallet-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route hifriendbot/agentwallet-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add agentwallet-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use hifriendbot/agentwallet-mcp directly without routing

npx -y agentwallet-mcp

New to Agent-CoreX? View setup guide →

hifriendbot/agentwallet-mcp MCP Server — Agent-CoreX