Bvcc Agent Wallet MCP Server

Model Context Protocol server for a BVCC Agent Wallet. It lets MCP-speaking AI runtimes - Claude Code, Cursor, the Claude desktop app - operate a BVCC Agent Wallet on-chain: check balances and limits, plan and simulate swaps, send tokens, swap on Uniswap v3/v4 (including to and from native ETH), provide liquidity on Uniswap v3/v4 (including native-ETH pools), and lend, borrow and unwind positions on Aave v3…

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-30 · ★ 2 · #227 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Bvcc Agent Wallet

before you install - you'll need

Set BVCC_ENV_FILE, AGENT_PRIVATE_KEY, WALLET_ADDRESS, BVCC_MCP_MODULES, BVCC_MCP_READONLY before connecting. CHAIN_ID is optional or environment-specific per the README.

Claude Code

claude mcp add blockventurechaincapital-crypto-bvcc-age -- npx -y @bvcc/agent-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "blockventurechaincapital-crypto-bvcc-age": {
      "command": "npx",
      "args": [
        "-y",
        "@bvcc/agent-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @bvcc/agent-mcp - the @bvcc scope differs from the repo owner (blockventurechaincapital-crypto); confirm it's the project's official package

registry vendor namespace com.blockventurechaincapital - domain-verified with the official MCP registry

03 · What Bvcc Agent Wallet can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.2.2 · 2026-07-30

A version-hygiene release. No tool signatures changed and no behaviour changed - but two version numbers were wrong, and one of them mattered. · The server reported the wrong version · serverInfo.version in the MCP…

v0.2.1 · 2026-07-28

Wallet V4 support. Published as @bvcc/[email protected]. · Changed · Bundles @bvcc/agent-sdk 0.2.1, which brings wallet V4 support: getCapabilities reports walletVersion: "v4", the call-policy checks apply to V4 wallets…

v0.2.0 · 2026-07-28

Aave v3 lending tools, native ETH swaps and wallet V3 support. Published as @bvcc/[email protected]. · Aave v3 lending (Arbitrum) · getAavePositions, getAaveMarket, aaveSupply, aaveWithdraw, aaveBorrow, aaveRepay…

04 · Who maintains Bvcc Agent Wallet

bvcc-agent-wallet is maintained by blockventurechaincapital-crypto. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
other - ranked #227 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-07-30)
registry
com.blockventurechaincapital/bvcc-agent-wallet (active, first published 2026-06-28 · 4 versions)
packages
npm:@bvcc/agent-mcp

06 · Bvcc Agent Wallet FAQ

What is Bvcc Agent Wallet?

Model Context Protocol server for a BVCC Agent Wallet. It lets MCP-speaking AI runtimes - Claude Code, Cursor, the Claude desktop app - operate a BVCC Agent Wallet on-chain: check balances and limits, plan and simulate swaps, send tokens, swap on Uniswap v3/v4 (including to and from native ETH), provide liquidity on Uniswap v3/v4 (including native-ETH pools), and lend, borrow and unwind positions on Aave v3…

Is Bvcc Agent Wallet still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-30 and it shipped 3 releases in the last 90 days. We re-verify nightly.

How do I install Bvcc Agent Wallet?

Run `npx -y @bvcc/agent-mcp`. The README documents 6 environment variables (BVCC_ENV_FILE, AGENT_PRIVATE_KEY, WALLET_ADDRESS…) to set first. Set BVCC_ENV_FILE, AGENT_PRIVATE_KEY, WALLET_ADDRESS, BVCC_MCP_MODULES, BVCC_MCP_READONLY before connecting. CHAIN_ID is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Bvcc Agent Wallet run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Bvcc Agent Wallet

More MCP servers to compare · Bloomfilter · Kontra MCP · FreeCAD MCP · Gridbert · Affiliate Networks MCP

More TypeScript MCP servers · Open Brain · Crazy SEO · see all