clawvault
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., "@clawvaultrequest a payment of 50 USDC to 0xRecipient on base for subscription"
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.
clawvault-mcp-server
MCP (Model Context Protocol) server for ClawVault - AI agent payment security layer.
Installation
npm install -g clawvault-mcp-serverOr use directly with npx (no install needed):
npx clawvault-mcp-serverRelated MCP server: Aurey Wallet MCP
Usage with Claude Desktop
Add to your Claude Desktop config:
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"clawvault": {
"command": "npx",
"args": ["clawvault-mcp-server"],
"env": {
"CLAWVAULT_API_KEY": "cv_live_your_api_key_here"
}
}
}
}Restart Claude Desktop after saving.
Getting Your API Key
Go to clawvault.cc and sign up
Navigate to the Agents page
Create a new agent or use an existing one
Copy the API key (format:
cv_live_...)
Available Tools
Once connected, Claude has access to these tools:
request_payment
Request a payment through ClawVault. The payment will be evaluated against your security rules.
Amount: "10.00"
Token: "USDC"
Recipient: "0x..."
Chain: "base"
Reason: "API credits" (optional)check_limits
Check if a payment would be allowed before making it. Returns whether it would auto-approve or need manual approval.
get_payment_status
Check the status of a pending payment by ID.
list_transactions
List recent payment transactions with pagination.
get_vault
Get vault status including wallet address, balances, and current spending limits.
freeze_agent
Emergency freeze an agent to block all its payment requests.
How It Works
You ask Claude to pay for something
Claude uses
request_paymenttoolClawVault checks your rules:
Within rules → auto-approved, payment executes
Outside rules → pending, you get a Telegram/dashboard notification
You approve or deny from Telegram or the web dashboard
Claude gets the result
Environment Variables
Variable | Required | Default | Description |
| Yes | - | Your ClawVault API key |
| No |
| API base URL |
For Other AI Agents
Not using Claude Desktop? Any AI agent can use ClawVault by reading the skill documentation:
https://api.clawvault.cc/skillThis returns plain text that teaches the agent how to use the ClawVault API.
Development
# Clone the repo
git clone https://github.com/clawvault/mcp-server
# Install dependencies
npm install
# Build
npm run build
# Run locally
CLAWVAULT_API_KEY=cv_live_xxx npm startLinks
Website: clawvault.cc
Docs: clawvault.cc/docs
API: api.clawvault.cc
Skill docs: api.clawvault.cc/skill
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.
Related MCP Servers
- Alicense-qualityCmaintenanceMCP server for AgentPay — the payment gateway for autonomous AI agents. Fund a wallet once, give your agent the key, and it discovers, provisions, and pays for tool APIs on its own. One key, every tool.1121MIT
- Alicense-qualityAmaintenanceSelf-hosted MCP server enabling AI agents to manage EVM wallets, check balances, swap tokens, and securely execute transactions via 1Claw Intents without exposing private keys.MIT
- AlicenseAqualityDmaintenanceMCP server for Claude Code to interact with OpenClaw AI agents (Daemon, Soren, Ash, etc.) via the gateway API, providing tools to ask agents, list them, and check their status.3217MIT
- Alicense-qualityCmaintenanceMCP server that enables AI agents to request human approval before spending money, check approval status, verify signed tokens, and manage API keys.16MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
A paid remote MCP for ClawManager, built to return verdicts, receipts, usage logs, and audit-ready J
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
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/andrewszk/clawvault-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server