Loading MCP server directory, please wait...
MCP Server for Clawallex payment API - Pay for anything with USDC virtual cards
npx @getmcp/cli add io.github.Clawallex-Tech/clawallex-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
CLAWALLEX_API_KEYClawallex API Key
CLAWALLEX_API_SECRETClawallex API Secret for HMAC-SHA256 signing
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Clawallex-Tech/clawallex-mcp": {
"command": "npx",
"args": [
"-y",
"@clawallex/mcp-server"
],
"env": {
"CLAWALLEX_API_KEY": "",
"CLAWALLEX_API_SECRET": ""
}
}
}
}