
Bvcc Agent Wallet
@blockventurechaincapital-crypto
About Bvcc Agent Wallet
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 w
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Bvcc Agent Wallet?
An MCP server that lets AI agents operate a non‑custodial BVCC Agent Wallet on‑chain. It integrates the @bvcc/agent-sdk capability catalog and enforces all limits (spend caps, allowed tokens/recipients, expiry) on‑chain via the wallet contract.
How to use Bvcc Agent Wallet?
- Create a BVCC Agent Wallet and authorize your agent at the BVCC website.
- Configure
AGENT_PRIVATE_KEY,WALLET_ADDRESS, andCHAIN_IDas environment variables. - Run
npx -y @bvcc/agent-mcpto start the server. The agent private key signs locally and is never transmitted.
Key features of Bvcc Agent Wallet
- Balances for native and ERC‑20 tokens
- Send native tokens and ERC‑20 tokens
- Approve and swap on Uniswap v3/v4
- On‑chain simulation (dry‑runs) before any write
- Opt‑in read‑only mode (
BVCC_MCP_READONLY=true) - Multi‑network support: Ethereum, BNB Chain, Arbitrum, Base, Polygon
Use cases of Bvcc Agent Wallet
- An AI agent manages DeFi positions with pre‑approved spending limits
- Automated cross‑chain payments with per‑call network selection
- AI‑driven token swaps via Uniswap with on‑chain enforcements
- Dry‑run any transaction to verify behaviour before sending
FAQ from Bvcc Agent Wallet
How does the wallet enforce limits?
All spend caps, allowed tokens/recipients, and expiry are enforced directly on‑chain — a blocked action reverts.
What networks are supported?
Ethereum, BNB Chain, Arbitrum, Base, and Polygon. The network can be passed as an optional parameter per call.
Is the private key ever sent to BVCC?
No. The agent private key signs locally on your machine and is never transmitted. BVCC does not custody keys or funds.
How do I run the server in read‑only mode?
Set the environment variable BVCC_MCP_READONLY=true before starting the server. This hard‑locks all write operations.
What configuration is required?
You must set AGENT_PRIVATE_KEY, WALLET_ADDRESS, and CHAIN_ID. A wallet must first be created and the agent authorized at the BVCC website.
Frequently asked questions
How does the wallet enforce limits?
All spend caps, allowed tokens/recipients, and expiry are enforced directly on‑chain — a blocked action reverts.
What networks are supported?
Ethereum, BNB Chain, Arbitrum, Base, and Polygon. The network can be passed as an optional parameter per call.
Is the private key ever sent to BVCC?
No. The agent private key signs locally on your machine and is never transmitted. BVCC does not custody keys or funds.
How do I run the server in read‑only mode?
Set the environment variable `BVCC_MCP_READONLY=true` before starting the server. This hard‑locks all write operations.
What configuration is required?
You must set `AGENT_PRIVATE_KEY`, `WALLET_ADDRESS`, and `CHAIN_ID`. A wallet must first be created and the agent authorized at the BVCC website.
Basic information
More AI & Agents MCP servers

Transform MCP
UnstructuredThe Unstructured Transform MCP Server connects your ADK agent to Unstructured, a document processing platform that turns raw files into structured, AI-ready data. This integration gives your agent the ability to parse PD
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
Comments