Typed Node SDK + `paybox` CLI for the Paybox agent API. Mirrors the MCP tool surface (list_credentials, request_payment, request_wallet_sign, request_secret, request_swap, get_portfolio, get_request) …
{
"mcpServers": {
"paybox-shsdk": {
"command": "npx",
"args": [
"-y",
"@paybox-sh/sdk"
]
}
}
}