Enables AI agents to directly operate ChainPay cryptocurrency payment system, including order creation, balance checks, and withdrawals.
| Tool name | Description | Destructive? |
|---|---|---|
| chainpay_get_supported_chains | ✓ no | |
| chainpay_create_order | ✓ no | |
| chainpay_get_order | ✓ no | |
| chainpay_list_orders | ✓ no | |
| chainpay_get_balance | ✓ no |
| chainpay_create_withdrawal | ✓ no |
{
"mcpServers": {
"chainpaytomcp": {
"command": "npx",
"args": [
"-y",
"@chainpayto/mcp-server"
]
}
}
}