Loading MCP server directory, please wait...
Non-custodial BVCC Agent Wallet on-chain for AI agents: balances, transfers, approvals, swaps.
npx @getmcp/cli add com.blockventurechaincapital/bvcc-agent-walletRequires Node.js 18+. Community-contributed server. Review source before installing.
AGENT_PRIVATE_KEYAgent EOA private key (0x + 64 hex). Used locally to sign only; never transmitted.
WALLET_ADDRESSThe BVCC Agent Wallet address this agent operates (0x...).
CHAIN_IDDefault chain id: 42161 Arbitrum, 56 BNB Chain, 1 Ethereum, 8453 Base, 421614 Arbitrum Sepolia. Every tool also accepts an optional per-call network.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.blockventurechaincapital/bvcc-agent-wallet": {
"command": "npx",
"args": [
"-y",
"@bvcc/agent-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "",
"WALLET_ADDRESS": "",
"CHAIN_ID": "42161",
"RPC_URL": "",
"BVCC_MCP_READONLY": ""
}
}
}
}