← Index

io.github.Clawallex-Tech/clawallex-mcp

io.github.Clawallex-Tech/clawallex-mcp·v1.0.9·Finance & Payments
Quality Score
85
/100

MCP Server for Clawallex payment API - Pay for anything with USDC virtual cards

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

Clawallex API Key

CLAWALLEX_API_SECRET
requiredsecret

Clawallex API Secret for HMAC-SHA256 signing

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