onyx_capability_bundle
InactiveTool of onyx-paid-mcp
Bundle 3-5 Onyx tools into one paid call at a discount. Atomic delivery (all-or-none), one AR-1 receipt for the whole chain, single x402 settlement vs N separate. Predefined bundles for proven workflows: safety_check_base (verify + risk_scan + audit), tx_full_inspect (explainer + simulator + decode), swap_prep (risk + dex_pair + quote), cross_chain (swap + bridge + chain_picker), agent_kyc (id + kya + oai). (price: $0.02 USDC, tier: metered)
Parameters schema
{
"type": "object",
"required": [
"bundle",
"args"
],
"properties": {
"args": {
"type": "object",
"description": "Shared input args for all tools in the bundle. Required keys per bundle: safety_check_base=[address], tx_full_inspect=[tx_hash], swap_prep=[token_in,token_out,amount_in], cross_chain=[token_in,token_out,amount_in,to_chain_id], agent_kyc=[wallet_or_did]."
},
"bundle": {
"enum": [
"safety_check_base",
"tx_full_inspect",
"swap_prep",
"cross_chain",
"agent_kyc"
],
"type": "string",
"description": "Which predefined bundle to execute."
},
"stop_on_error": {
"type": "boolean",
"default": true,
"description": "If true, halts on first tool error and returns partial results. If false, continues all tools."
}
}
}Parent server
onyx-paid-mcp
https://github.com/dimitrilaouanis-tech/onyx-mcp
2/7 registries