PluginBench
MCP Server
Active
MIT

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • AGENT_PRIVATE_KEY
    required
    secret

    Agent EOA private key (0x + 64 hex). Used locally to sign only; never transmitted.

  • WALLET_ADDRESS
    required

    The BVCC Agent Wallet address this agent operates (0x...).

  • CHAIN_ID
    required

    Default 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_URL

    Optional 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_READONLY

    Set to 'true' to expose only read/simulate tools (no fund-moving writes).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →