onyx_agent_budget_tracker
InactiveTool of onyx-paid-mcp
Per-wallet USDC spend tracker. Given a wallet address and direction (outflows / inflows / both), scans USDC Transfer events on Base + Sepolia and returns: total volume, settlement count, top recipients with cumulative spend, hourly histogram of recent activity, average ticket size. Free tier — extension of onyx_agent_id. (price: $0 USDC, tier: free)
Parameters schema
{
"type": "object",
"required": [
"wallet_address"
],
"properties": {
"direction": {
"enum": [
"outflows",
"inflows",
"both"
],
"type": "string",
"default": "outflows",
"description": "outflows = wallet as sender, inflows = wallet as recipient, both = aggregated."
},
"wallet_address": {
"type": "string",
"description": "0x-prefixed EVM wallet to inspect."
},
"include_sepolia": {
"type": "boolean",
"default": true,
"description": "Include Base Sepolia testnet activity."
}
}
}Parent server
onyx-paid-mcp
https://github.com/dimitrilaouanis-tech/onyx-mcp
2/7 registries