← Back to browse

clawallex-mcp

Indexed by io.github.Clawallex-Tech

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsCLAWALLEX_API_KEY CLAWALLEX_API_SECRET
Claude Code
claude mcp add --env CLAWALLEX_API_KEY= --env CLAWALLEX_API_SECRET= clawallex-mcp -- npx @clawallex/mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"clawallex-mcp","command":"npx","args":["@clawallex/mcp-server"],"env":{"CLAWALLEX_API_KEY":"","CLAWALLEX_API_SECRET":""}}'
JSON
{
  "mcpServers": {
    "clawallex-mcp": {
      "command": "npx",
      "args": [
        "@clawallex/mcp-server"
      ],
      "env": {
        "CLAWALLEX_API_KEY": "",
        "CLAWALLEX_API_SECRET": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.