Loading MCP server directory, please wait...
Give an AI agent its own blockchain wallet: balances, USDC transfers, x402 payments under policy.
npx @getmcp/cli add io.keyban.prod.mcp/agent-walletRequires Node.js 18+. Community-contributed server. Review source before installing.
KEYBAN_API_KEYKeyban API key of the application the wallet belongs to. Never exposed to the model.
KEYBAN_APP_IDIdentifier of the Keyban application.
KEYBAN_INVITE_KEYOne-shot ECDSA private key (0x + 64 hex) authorizing the first-boot registration of this client as a FROST signer of the wallet.
KEYBAN_WALLET_ADDRESSAddress of the deployed SchnorrAccount this server drives (0x + 40 hex).
KEYBAN_NETWORKBlockchain network the wallet operates on, for example base or xdc.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.keyban.prod.mcp/agent-wallet": {
"command": "npx",
"args": [
"-y",
"@keyban/agent-wallet-mcp"
],
"env": {
"KEYBAN_API_KEY": "",
"KEYBAN_APP_ID": "",
"KEYBAN_INVITE_KEY": "",
"KEYBAN_WALLET_ADDRESS": "",
"KEYBAN_NETWORK": "",
"KEYBAN_BASE_URL": "https://api.prod.keyban.io",
"KEYBAN_DKG_BLOB": "",
"MCP_LOG_FILE": "",
"MCP_LOG_LEVEL": "info"
}
}
}
}