bvcc agent wallet for Claude Code
com.blockventurechaincapital/bvcc-agent-wallet
Non-custodial BVCC Agent Wallet on-chain for AI agents: balances, transfers, approvals, swaps.
client:Claude Code
transport:stdio
runtime:npm
Install bvcc agent wallet in Claude Code
run in your project directory
claude mcp add bvcc-agent-wallet -e AGENT_PRIVATE_KEY=<AGENT_PRIVATE_KEY> -e WALLET_ADDRESS=<WALLET_ADDRESS> -e CHAIN_ID=<CHAIN_ID> -e RPC_URL=<RPC_URL> -e BVCC_MCP_READONLY=<BVCC_MCP_READONLY> -e BVCC_MCP_MODULES=<BVCC_MCP_MODULES> -- npx -y @bvcc/agent-mcp
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs