← Index

io.github.andrewszk/clawvault-mcp-server

io.github.andrewszk/clawvault-mcp-server·v0.1.1·Finance & Payments
Quality Score
78
/100

AI agent payment security - spending limits, whitelists, and human approval.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "clawvault-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "clawvault-mcp-server"
      ],
      "env": {
        "CLAWVAULT_API_KEY": "<your-clawvault_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "clawvault-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "clawvault-mcp-server"
      ],
      "env": {
        "CLAWVAULT_API_KEY": "<your-clawvault_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y clawvault-mcp-server
§02  Environment variables
CLAWVAULT_API_KEY
requiredsecret

Your ClawVault API key from the dashboard

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Finance & Payments