MCP Server
MCP
io.github.Clawallex-Tech/clawallex-mcp
MCP Server for Clawallex payment API - Pay for anything with USDC virtual cards
Install
npx -y @clawallex/[email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment