The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Clawvault MCP Server listing page.
MCP (Model Context Protocol) server for ClawVault - AI agent payment security layer.
Or use directly with npx (no install needed):
Add to your Claude Desktop config:
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Restart Claude Desktop after saving.
cv_live_...)Once connected, Claude has access to these tools:
Request a payment through ClawVault. The payment will be evaluated against your security rules.
Check if a payment would be allowed before making it. Returns whether it would auto-approve or need manual approval.
Check the status of a pending payment by ID.
List recent payment transactions with pagination.
Get vault status including wallet address, balances, and current spending limits.
Emergency freeze an agent to block all its payment requests.
request_payment tool| Variable | Required | Default | Description |
|---|---|---|---|
CLAWVAULT_API_KEY | Yes | - | Your ClawVault API key |
CLAWVAULT_API_URL | No | https://api.clawvault.cc | API base URL |
Not using Claude Desktop? Any AI agent can use ClawVault by reading the skill documentation:
This returns plain text that teaches the agent how to use the ClawVault API.
MIT