Clawvault Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Clawvault Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP (Model Context Protocol) server for ClawVault - AI agent payment security layer.
npm install -g clawvault-mcp-serverOr use directly with npx (no install needed):
npx clawvault-mcp-serverAdd 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.
cv_live_...)Once connected, Claude has access to these tools:
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 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:
https://api.clawvault.cc/skillThis returns plain text that teaches the agent how to use the ClawVault API.
# 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 startMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.