← Back to browse

bvcc-agent-wallet

About

Non-custodial BVCC Agent Wallet on-chain for AI agents: balances, transfers, approvals, swaps.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsAGENT_PRIVATE_KEY WALLET_ADDRESS CHAIN_ID RPC_URL BVCC_MCP_READONLY
Claude Code
claude mcp add --env AGENT_PRIVATE_KEY= --env WALLET_ADDRESS= --env CHAIN_ID= --env RPC_URL= --env BVCC_MCP_READONLY= bvcc-agent-wallet -- npx @bvcc/agent-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"bvcc-agent-wallet","command":"npx","args":["@bvcc/agent-mcp"],"env":{"AGENT_PRIVATE_KEY":"","WALLET_ADDRESS":"","CHAIN_ID":"","RPC_URL":"","BVCC_MCP_READONLY":""}}'
JSON
{
  "mcpServers": {
    "bvcc-agent-wallet": {
      "command": "npx",
      "args": [
        "@bvcc/agent-mcp"
      ],
      "env": {
        "AGENT_PRIVATE_KEY": "",
        "WALLET_ADDRESS": "",
        "CHAIN_ID": "",
        "RPC_URL": "",
        "BVCC_MCP_READONLY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.