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.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y agentwallet-mcpAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add agentwallet-mcpAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use hifriendbot/agentwallet-mcp directly without routing
npx -y agentwallet-mcpNew to Agent-CoreX? View setup guide →