Server data from the Official MCP Registry
MCP Server for Clawallex payment API - Pay for anything with USDC virtual cards
MCP Server for Clawallex payment API - Pay for anything with USDC virtual cards
Set these up before or after installing:
Environment variable: CLAWALLEX_API_KEY
Environment variable: CLAWALLEX_API_SECRET
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-clawallex-tech-clawallex-mcp": {
"env": {
"CLAWALLEX_API_KEY": "your-clawallex-api-key-here",
"CLAWALLEX_API_SECRET": "your-clawallex-api-secret-here"
},
"args": [
"-y",
"@clawallex/mcp-server"
],
"command": "npx"
}
}
}This is a well-structured financial MCP server for Clawallex payment API with proper authentication, secure credential handling, and appropriate permissions for its payment processing purpose. The code demonstrates good security practices with HMAC-SHA256 request signing, AES-256-GCM encryption for sensitive card data, and proper token storage via environment variables. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 7 files · 7 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!