Bvcc Agent Wallet
About
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
Details
- Author
- blockventurechaincapital-crypto
- Downloads
- 360
- Categories
- AI
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Bvcc Agent WalletCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
1. Create a BVCC Agent Wallet and authorize your agent at the BVCC website.
2. Configure AGENT_PRIVATE_KEY, WALLET_ADDRESS, and CHAIN_ID as environment variables.
3. Run npx -y @bvcc/agent-mcp to start the server. The agent private key signs locally and is never transmitted.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"bvcc agent wallet": {
"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"
}
}
}
}
}
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"
}
}
}
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.Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
