Server data from the Official MCP Registry
Non-custodial BVCC Agent Wallet on-chain for AI agents: balances, transfers, approvals, swaps.
Non-custodial BVCC Agent Wallet on-chain for AI agents: balances, transfers, approvals, swaps.
This MCP server for operating a BVCC Agent Wallet demonstrates solid security architecture with on-chain enforcement of all limits and proper private key handling. The codebase is clean with appropriate input validation, error handling, and credential management. Minor code quality issues around error handling breadth and logging do not materially impact security, and permissions align well with the server's purpose as a multi-network blockchain wallet interface. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
7 files analyzed · 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: AGENT_PRIVATE_KEY
Environment variable: WALLET_ADDRESS
Environment variable: CHAIN_ID
Environment variable: RPC_URL
Environment variable: BVCC_MCP_READONLY
Add this to your MCP configuration file:
{
"mcpServers": {
"com-blockventurechaincapital-bvcc-agent-wallet": {
"env": {
"RPC_URL": "your-rpc-url-here",
"CHAIN_ID": "your-chain-id-here",
"WALLET_ADDRESS": "your-wallet-address-here",
"AGENT_PRIVATE_KEY": "your-agent-private-key-here",
"BVCC_MCP_READONLY": "your-bvcc-mcp-readonly-here"
},
"args": [
"-y",
"@bvcc/agent-mcp"
],
"command": "npx"
}
}
}Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.
by mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally