You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.0).

onyx_agent_budget_tracker

Inactive

Tool of onyx-paid-mcp

declared in 1.28.0

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."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

onyx-paid-mcp

https://github.com/dimitrilaouanis-tech/onyx-mcp

2/7 registries
View full server →