Vibe Wallet MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Vibe Wallet MCP Servershow my ETH balance"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Vibe Wallet MCP Server
The protocol layer of the Vibe Stack. This server bridges AI agents (Claude, OpenCode) with the Vibe Wallet browser extension using Model Context Protocol (MCP).
🛡️ Zero-Config Isolation
This server implements Smart IP Pairing. It automatically identifies and pairs AI clients with browser extensions based on their public IP address. This ensures a private, isolated session for every user without requiring manual keys or registration.
Related MCP server: Armor Crypto MCP
🚀 Architecture
AI Agent (Claude/OpenCode) ──SSE──▶ Server (IP Pairing) ──WebSocket──▶ Extension ──RPC──▶ Blockchain🌐 Cloud Deployment
The server is optimized for Fly.io but can run on any Docker-compatible platform.
# Deploy to Fly.io
cd mcp-wallet/server
fly deploy🛠️ AI Configuration
Add this to your claude_desktop_config.json or OpenCode settings:
{
"mcpServers": {
"vibe-wallet": {
"url": "https://vibe-wallet-mcp.fly.dev/sse"
}
}
}📦 Available Tools
Connectivity:
wallet_listInstances,wallet_selectInstance,wallet_getStatusAccount:
wallet_listAccounts,wallet_selectAccount,wallet_createAccount,wallet_importAccount,wallet_deleteAccountAssets:
wallet_getAddress,wallet_getBalance,wallet_getTokenBalance,wallet_sendTransaction,wallet_sendToken,wallet_approveTokenBlockchain:
wallet_getNetwork,wallet_switchNetwork,wallet_getBlockNumber,wallet_getGasPriceAdvanced:
wallet_callContract,wallet_estimateGas,wallet_signMessage
📜 License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vibe-wallet/vibe-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server