ows-mcp-wallet
Click 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., "@ows-mcp-walletWhat's my wallet 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.
π OWS MCP Wallet - Agent Treasury with Spending Limits
MCP server that exposes OpenWallet Standard to Claude with built-in policy engine and spending limits.
Hackathon Tracks: #05 (Agent Treasury) + #06 (MCP Wallet Server)
π― What It Does
Allows AI agents (like Claude) to:
β Check wallet balances across multiple chains
β Send transactions with policy enforcement
β Automatic spending limit protection
β Multi-chain support (Ethereum, Solana, Base)
β Session-scoped security
Demo: Agent can't overspend even if instructed to!
Related MCP server: Privy MCP Server
π Quick Start (15 Minutes!)
New: Auto-generate test wallets! No need for MetaMask/Phantom.
# 1. Install dependencies
cd ~/ows-mcp-wallet
npm install
# 2. Generate test wallet (creates addresses + private keys)
npm run generate
# 3. Copy output to .env file
# (Script tells you exactly what to copy)
# 4. Get testnet tokens
# Visit faucets (links in output)
# 5. Test it works
npm test
npm run cli balance
# 6. Send real testnet transaction!
npm run cli send ethereum-sepolia 0x000... 0.01π Full walkthrough: See QUICKSTART.md for detailed 15-min guide
π Documentation
QUICKSTART.md β - 15-minute setup guide (start here!)
SETUP-GUIDE.md - Detailed step-by-step setup
ENV-VARIABLES.md - Complete environment variable reference
MOBILE-PLAN.md - Mobile-friendly hackathon guide
GETTING-STARTED.md - Friday build schedule
π§ New Commands
npm run generate # Generate test wallet
npm run test # Verify configuration
npm run cli balance # Check balances
npm run cli policy # View spending limits
npm run cli send # Send test transaction
npm run build # Build for production
npm run dev # Run in watch modeπ§ Configure Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on Mac):
{
"mcpServers": {
"ows-wallet": {
"command": "node",
"args": ["/path/to/ows-mcp-wallet/dist/mcp-server.js"],
"env": {
"ETH_ADDRESS": "0xYourAddress",
"SOL_ADDRESS": "YourSolanaAddress"
}
}
}
}Restart Claude Desktop.
π¬ Demo Script
Test 1: Check Balance
You: "What's my wallet balance?"
Claude: *calls get_balance tool*
Response: Shows balances across all chainsTest 2: Send Transaction (Allowed)
You: "Send 0.01 ETH to 0x123... on Sepolia"
Claude: *calls send_transaction*
Response: β
Transaction approved and preparedTest 3: Overspending (Blocked)
You: "Send 100 ETH to 0x456..."
Claude: *calls send_transaction*
Response: β DENIED - Exceeds $50 per-transaction limitTest 4: Check Policy
You: "What are my spending limits?"
Claude: *calls check_policy*
Response: Shows daily limit, spent amount, remaining allowanceπ Policy Engine
Default limits (configurable):
Daily limit: $100 USD
Per-transaction limit: $50 USD
Allowed chains: Sepolia, Devnet, Base Sepolia
Optional: Address whitelist
ποΈ Architecture
Claude (AI Agent)
β
MCP Protocol
β
OWS MCP Server
β
Policy Engine (checks limits)
β
Wallet Manager (prepares transaction)
β
OWS (signs & broadcasts)
β
Blockchainπ Project Structure
ows-mcp-wallet/
βββ mcp-server.ts # MCP server implementation
βββ wallet-manager.ts # Multi-chain wallet interface
βββ policy-engine.ts # Spending limits & policy
βββ package.json
βββ tsconfig.json
βββ .env.example
βββ testnet-setup.md # Testnet token guide
βββ README.mdπ¨ Development Checklist
Morning (Setup - 1-2 hours)
Project structure created
Dependencies installed
Get testnet tokens (ETH, SOL, Base)
Create OWS wallet
Update .env with addresses
Build project
Afternoon (Core Features - 3-4 hours)
Wallet Manager implemented
Policy Engine implemented
MCP Server implemented
Test with real testnet addresses
Verify policy enforcement works
Test all 3 tools with Claude
Evening (Demo & Polish - 2-3 hours)
Record 2-min demo video
Create submission materials
Deploy to GitHub
Write clear documentation
Submit to hackathon
π₯ Demo Video Outline
2-Minute Demo:
0:00 - Introduction
"AI agents need wallets. But they also need guardrails."
0:20 - Show the problem
"Without limits, an agent could drain your wallet"
0:40 - Show the solution
Live demo of Claude checking balance
Claude sending small transaction (approved)
Claude trying to overspend (blocked)
1:30 - Show the tech
Quick code walkthrough
Policy engine enforcement
Multi-chain support
1:50 - Call to action
"Built on OWS. Local-first. Self-custody."
GitHub link
π Production Roadmap
If this wins/scales:
Phase 1: Polish MVP
Add actual OWS integration
Broadcast to real testnets
Transaction history tracking
Phase 2: Enhanced Features
Custom policy templates
Multi-user support
Audit logging dashboard
Phase 3: Monetization
Free tier: Personal use
Pro ($49/mo): Team policies
Enterprise: White-label solution
π€ Contributing
Built for the OpenWallet Standard Hackathon - April 3, 2026
π License
MIT
π Links
OpenWallet Standard: https://openwallet.sh/
Hackathon: https://hackathon.openwallet.sh/
MCP Docs: https://modelcontextprotocol.io/
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.
Related MCP Servers
- AlicenseCqualityDmaintenanceEnables AI agents to interact with cryptocurrency ecosystems through wallet management, trading operations (swaps, DCA, limit orders), staking, and multi-chain support starting with Solana.Last updated37GPL 3.0

Privy MCP Serverofficial
AlicenseBqualityDmaintenanceEnables AI agents to create wallets, sign transactions, and manage blockchain operations across multiple chains like Ethereum, Solana, and more via Privy.Last updated242MIT- Flicense-qualityDmaintenanceEnable AI agents to manage Safe multisig wallets across multiple blockchains.Last updated
- Alicense-qualityCmaintenanceEnables AI agents to analyze Ethereum wallets, simulate transactions, and draft transfers with deterministic policy and risk scoring, requiring human approval before on-chain execution.Last updated2ISC
Related MCP Connectors
Provide AI agents and automation tools with contextual access to blockchain data including balanceβ¦
Connect AI agents to bank accounts, transactions, balances, and investments.
Agent payments, API key vaulting, and governed mandates. Agents spend within user-defined limits.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/Danmwihoti/ows-mcp-wallet'
If you have feedback or need assistance with the MCP directory API, please join our Discord server