Bvcc Agent Wallet

Created By
blockventurechaincapital-crypto21 days ago
Non-custodial BVCC Agent Wallet MCP server. Let an AI agent check balances, send native/ERC-20, approve, and swap on Uniswap v3/v4 across Ethereum, BNB Chain, Arbitrum, Base and Polygon — every spend/recipient/token limit enforced on-chain by the wallet contract. First create a wallet and authorize your agent at https://bvccwallet.blockventurechaincapital.com
Overview

BVCC Agent Wallet — MCP Server

Operate a non-custodial BVCC Agent Wallet on-chain from an AI agent. Tools are generated from the @bvcc/agent-sdk capability catalog and every limit (spend caps, allowed tokens/recipients, expiry) is enforced on-chain by the wallet contract — a blocked action reverts.

Capabilities

  • Balances: native + ERC-20
  • Send native / ERC-20
  • Approve & swap on Uniswap v3/v4
  • On-chain simulation (dry-runs) before any write
  • Read/simulate tools plus opt-in writes (BVCC_MCP_READONLY=true to hard-lock read-only)

Networks

Ethereum, BNB Chain, Arbitrum, Base, Polygon (multi-network — optional network per call).

Setup

  1. Create a BVCC Agent Wallet and authorize your agent at https://bvccwallet.blockventurechaincapital.com
  2. Configure AGENT_PRIVATE_KEY, WALLET_ADDRESS, CHAIN_ID
  3. Run: npx -y @bvcc/agent-mcp

The agent private key signs locally and is never transmitted. BVCC does not custody keys or funds.

Server Config

{
  "mcpServers": {
    "bvcc-agent-wallet": {
      "command": "npx",
      "args": [
        "-y",
        "@bvcc/agent-mcp"
      ],
      "env": {
        "AGENT_PRIVATE_KEY": "<YOUR_AGENT_PRIVATE_KEY>",
        "WALLET_ADDRESS": "<YOUR_BVCC_AGENT_WALLET_ADDRESS>",
        "CHAIN_ID": "42161"
      }
    }
  }
}
Project Info
Created At
21 days ago
Updated At
20 days ago
Author Name
blockventurechaincapital-crypto
Star
-
Language
-
License
-
Category

Recommend Servers

View All