
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
clawvault-mcp-server
Advanced tools
MCP (Model Context Protocol) server for ClawVault - AI agent payment security layer with GOAT SDK integration.
npm install -g clawvault-mcp-server
Or use directly with npx (no install needed):
npx clawvault-mcp-server
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.
cv_live_...)ClawVault uses two separate Solana wallets:
Swaps use the main vault. Predictions use the payment wallet. They must be funded separately. Set up the payment wallet at the /predictions page in your dashboard.
| Tool | Description |
|---|---|
request_payment | Request a payment through ClawVault with rules evaluation |
check_limits | Check if a payment would be allowed before making it |
get_payment_status | Check the status of a pending payment by ID |
list_transactions | List recent payment transactions with pagination |
| Tool | Description |
|---|---|
get_vault | Get vault status — wallet address, balances, spending limits |
| Tool | Description |
|---|---|
freeze_agent | Emergency freeze an agent to block all payment requests |
| Tool | Description |
|---|---|
swap_tokens | Execute token swaps on Solana via dFlow |
get_swap_quote | Get a price quote for a swap without executing |
| Tool | Description |
|---|---|
list_prediction_markets | List available Kalshi prediction markets |
get_market | Get details for a specific prediction market |
buy_prediction | Buy a YES or NO outcome on a prediction market |
sell_prediction | Sell (close/reduce) a prediction position |
redeem_prediction | Redeem winning tokens on a settled market |
get_prediction_positions | View current prediction market positions |
get_prediction_wallet | Get payment wallet address and KYC status |
| Tool | Description |
|---|---|
card_purchase | Make a purchase using the agent's card |
card_balance | Check agent card balance |
card_check | Check if a purchase would be allowed |
| Tool | Description |
|---|---|
get_rules | Get current security rules and usage stats |
| Tool | Description |
|---|---|
commerce_search | Search for products on Amazon, Shopify, and 300+ stores |
commerce_order | Place an order with shipping details and payment |
commerce_order_status | Check the status of a commerce order |
commerce_list_orders | List past commerce orders with pagination |
commerce_tracking | Get delivery tracking info for an order |
commerce_refund | Request a refund for an order |
| Tool | Description |
|---|---|
enable_credit | Register with ACE and enable credit line |
disable_credit | Disable credit (keeps registration) |
get_credit_status | Check current credit status and active loans |
request_credit | Request a USDC credit loan |
get_credit_history | List credit transaction history |
| Tool | Description |
|---|---|
x402_fetch | Fetch a URL that requires x402 payment, auto-paying with USDC |
| Tool | Description |
|---|---|
get_payment_wallet_balance | Check payment wallet USDC balance |
fund_payment_wallet | Fund payment wallet from main vault |
withdraw_payment_wallet | Withdraw from payment wallet to destination |
| Tool | Description |
|---|---|
goat_list_actions | List all available GOAT SDK actions (dFlow swaps, SPL transfers, Orca liquidity, ERC-20 token ops) |
goat_get_action_rules | Get rules configuration for a GOAT action category |
goat_execute_action | Execute a GOAT action with rules engine validation |
The GOAT SDK integration gives agents access to 250+ onchain actions across 40+ chains, all gated by ClawVault's rules engine. Live plugins: dFlow (swaps/predictions), SPL Token (transfers), Orca (liquidity), ERC-20 (token ops).
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/skill
This 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 start
MIT
FAQs
MCP server for ClawVault - AI agent payment security layer
The npm package clawvault-mcp-server receives a total of 30 weekly downloads. As such, clawvault-mcp-server popularity was classified as not popular.
We found that clawvault-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.