com.blockventurechaincapital/bvcc-agent-wallet MCP Server
com.blockventurechaincapital/bvcc-agent-wallet
What is the com.blockventurechaincapital/bvcc-agent-wallet MCP server?
Non-custodial BVCC Agent Wallet on-chain for AI agents: balances, transfers, approvals, swaps.
How to install com.blockventurechaincapital/bvcc-agent-wallet
Copy-paste configuration for popular MCP clients.
AGENT_PRIVATE_KEYrequiredsecretAgent EOA private key (0x + 64 hex). Used locally to sign only; never transmitted.
WALLET_ADDRESSrequiredThe BVCC Agent Wallet address this agent operates (0x...).
CHAIN_IDrequiredDefault chain id: 42161 Arbitrum, 56 BNB Chain, 1 Ethereum, 8453 Base, 137 Polygon, 421614 Arbitrum Sepolia. Every tool also accepts an optional per-call network.
RPC_URLOptional custom RPC for the default chain (comma-separated list allowed for failover). Public default used otherwise. Per-chain override via RPC_URL_<chainId>.
BVCC_MCP_READONLYSet to 'true' to expose only read/simulate tools (no fund-moving writes).
{
"mcpServers": {
"bvcc-agent-wallet": {
"command": "npx",
"args": [
"-y",
"@bvcc/agent-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<YOUR_AGENT_PRIVATE_KEY>",
"WALLET_ADDRESS": "<YOUR_WALLET_ADDRESS>",
"CHAIN_ID": "<YOUR_CHAIN_ID>",
"RPC_URL": "<YOUR_RPC_URL>",
"BVCC_MCP_READONLY": "<YOUR_BVCC_MCP_READONLY>"
}
}
}
}{
"mcpServers": {
"bvcc-agent-wallet": {
"command": "npx",
"args": [
"-y",
"@bvcc/agent-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<YOUR_AGENT_PRIVATE_KEY>",
"WALLET_ADDRESS": "<YOUR_WALLET_ADDRESS>",
"CHAIN_ID": "<YOUR_CHAIN_ID>",
"RPC_URL": "<YOUR_RPC_URL>",
"BVCC_MCP_READONLY": "<YOUR_BVCC_MCP_READONLY>"
}
}
}
}{
"mcpServers": {
"bvcc-agent-wallet": {
"command": "npx",
"args": [
"-y",
"@bvcc/agent-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<YOUR_AGENT_PRIVATE_KEY>",
"WALLET_ADDRESS": "<YOUR_WALLET_ADDRESS>",
"CHAIN_ID": "<YOUR_CHAIN_ID>",
"RPC_URL": "<YOUR_RPC_URL>",
"BVCC_MCP_READONLY": "<YOUR_BVCC_MCP_READONLY>"
}
}
}
}{
"servers": {
"bvcc-agent-wallet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bvcc/agent-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<YOUR_AGENT_PRIVATE_KEY>",
"WALLET_ADDRESS": "<YOUR_WALLET_ADDRESS>",
"CHAIN_ID": "<YOUR_CHAIN_ID>",
"RPC_URL": "<YOUR_RPC_URL>",
"BVCC_MCP_READONLY": "<YOUR_BVCC_MCP_READONLY>"
}
}
}
}claude mcp add bvcc-agent-wallet --env AGENT_PRIVATE_KEY=<YOUR_AGENT_PRIVATE_KEY> --env WALLET_ADDRESS=<YOUR_WALLET_ADDRESS> --env CHAIN_ID=<YOUR_CHAIN_ID> --env RPC_URL=<YOUR_RPC_URL> --env BVCC_MCP_READONLY=<YOUR_BVCC_MCP_READONLY> -- npx -y @bvcc/agent-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.