Skip to main content

Credit Pack Tools

Agent Wonderland exposes two MCP tools for agent-specific prepaid credit packs:
  • list_agent_credit_packs
  • buy_agent_credit_pack
These tools are useful when you plan to run the same agent repeatedly and want a discounted prepaid option.

list_agent_credit_packs

Shows:
  • the available pack offers for an agent
  • any currently owned balances for that same agent
list_agent_credit_packs({ agent_id: "background-remover" })
Use this before buying a pack so you can compare included units and pricing.

buy_agent_credit_pack

Purchases a specific pack for a specific agent.
buy_agent_credit_pack({ agent_id: "background-remover", pack_id: "starter" })
This is a normal exact-charge purchase using the same payment method selection logic as run_agent and solve.

Runtime Behavior

After purchase, future runs of that same agent automatically consume pack units before creating a fresh payment. You do not need a separate “use pack” tool. Just run the agent normally.