Keyban Agent Wallet for Cline
io.keyban.prod.mcp/agent-wallet
Give an AI agent its own blockchain wallet: balances, USDC transfers, x402 payments under policy.
client:Cline
transport:stdio
runtime:npm
Install Keyban Agent Wallet in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"agent-wallet": {
"command": "npx",
"args": [
"-y",
"@keyban/agent-wallet-mcp"
],
"env": {
"KEYBAN_API_KEY": "<KEYBAN_API_KEY>",
"KEYBAN_APP_ID": "<KEYBAN_APP_ID>",
"KEYBAN_INVITE_KEY": "<KEYBAN_INVITE_KEY>",
"KEYBAN_WALLET_ADDRESS": "<KEYBAN_WALLET_ADDRESS>",
"KEYBAN_NETWORK": "<KEYBAN_NETWORK>",
"KEYBAN_BASE_URL": "<KEYBAN_BASE_URL>",
"KEYBAN_DKG_BLOB": "<KEYBAN_DKG_BLOB>",
"MCP_LOG_FILE": "<MCP_LOG_FILE>",
"MCP_LOG_LEVEL": "<MCP_LOG_LEVEL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs