mcpbeat Sign in

Bvcc Agent Wallet MCP Server

by blockventurechaincapital Your server? Claim it
local only

Bvcc Agent Wallet runs on your own machine — the client starts it, so there is no endpoint to ping. 124 installs a week from npm. Last commit 30 Jul 2026.

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

Installs per day peak 33 · avg 22 · +46% w/w
a month agotoday
124
Installs / week
npm · @bvcc/agent-mcp
2
Stars
0 open issues
30 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Bvcc Agent Wallet every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add bvcc-agent-wallet -- npx -y @bvcc/agent-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bvcc-agent-wallet": {
      "args": [
        "-y",
        "@bvcc/agent-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bvcc-agent-wallet]
command = "npx"
args = ["-y", "@bvcc/agent-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bvcc-agent-wallet": {
      "args": [
        "-y",
        "@bvcc/agent-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bvcc-agent-wallet": {
      "args": [
        "-y",
        "@bvcc/agent-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AGENT_PRIVATE_KEY (Agent EOA private key (0x + 64 hex). Used locally to sign only; never transmitted.), WALLET_ADDRESS (The BVCC Agent Wallet address this agent operates (0x...).), CHAIN_ID (Default chain id: 42161 Arbitrum, 56 BNB Chain, 1 Ethereum, 8453 Base, 137 Polygon, 421614 Arbitrum Sepolia. Every tool also accepts an optional per-call network.), RPC_URL (Optional custom RPC for the default chain (comma-separated list allowed for failover). Public default used otherwise. Per-chain override via RPC_URL_<chainId>.), BVCC_MCP_READONLY (Set to 'true' to expose only read/simulate tools (no fund-moving writes).), BVCC_MCP_MODULES (Comma-separated capability modules to expose: core, aave. Unset exposes all.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Bvcc Agent Wallet

same job, measured the same way
Agentpay
by up2itnow0822

Non-custodial x402 payment MCP server for AI agents. Wallets and payments on 17 chains.

121 installs/wk local only
IronWallet
by ironwallet

Non-custodial crypto wallet MCP: check balances, sign and send transfers, and swap tokens locally.

255 installs/wk local only
Monad MCP
by pareen

Monad blockchain gateway for AI agents: balances, transfers, swaps, DeFi, with Privy signing.

36 installs/wk local only
Clawpay
by up2itnow0822

Non-custodial x402 payment MCP server for AI agents. Wallets, payments, and commerce on 17 chains.

local only
Payfetch
by forum-labs

x402 paying-fetch client for AI agents. Spending caps, approval, receipts. Non-custodial.

33 installs/wk local only
Aeron Wallet
by aeronlabs

Non-custodial agent wallet for Robinhood Chain. Pays x402 requests in USDG.

58 installs/wk local only
Trade Router MCP
by traderouter

Non-custodial Solana swap & limit order engine for AI agents.

118 installs/wk local only
Trade Router MCP
by traderouter

Non-custodial Solana swap & limit order engine for AI agents.

local only

Bvcc Agent Wallet — questions

Answers built from our own checks of this server.

Why is there no uptime for Bvcc Agent Wallet?
Bvcc Agent Wallet runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @bvcc/agent-mcp was installed 124 times last week.
How do I connect Bvcc Agent Wallet?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @bvcc/agent-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Bvcc Agent Wallet?
The npm package @bvcc/agent-mcp was installed 124 times in the last week. Week over week that is +46%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bvcc Agent Wallet open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.