MCP Server for Clawallex payment API
| Tool name | Description | Destructive? |
|---|---|---|
| create_card_order | ✓ no | |
| list_cards | ✓ no | |
| get_card_balance | ✓ no | |
| batch_card_balances | ✓ no | |
| update_card | ✓ no |
| get_card_details | ✓ no | |
| decrypt_card_data | ✓ no | |
| refill_card | ✓ no | |
| list_transactions | ✓ no | |
| clawallex_pay | ✓ no | |
| clawallex_subscribe | ✓ no | |
| clawallex_refill | ✓ no | |
| get_wallet | ✓ no | |
| get_x402_payee_address | ✓ no | |
| get_wallet_recharge_addresses | ✓ no | |
| clawallex_setup | ✓ no | |
| whoami | ✓ no | |
| bootstrap | ✓ no |
{
"mcpServers": {
"clawallexmcp": {
"command": "npx",
"args": [
"-y",
"@clawallex/mcp-server"
]
}
}
}