Serversio.github.Clawallex-Tech/clawallex-mcp
M

io.github.Clawallex-Tech/clawallex-mcp

io.github.Clawallex-Tech/clawallex-mcp · v1.0.9
▦ npm
v1.0.9npm npm: @clawallex/mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Clawallex-Tech/clawallex-mcp",
  "description": "MCP Server for Clawallex payment API - Pay for anything with USDC virtual cards",
  "repository": {
    "url": "https://github.com/clawallex/clawallex-mcp",
    "source": "github"
  },
  "version": "1.0.9",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@clawallex/mcp-server",
      "version": "1.0.9",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Clawallex API Key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CLAWALLEX_API_KEY"
        },
        {
          "description": "Clawallex API Secret for HMAC-SHA256 signing",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CLAWALLEX_API_SECRET"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}