taskfuel
Specialist tools for any job — a lead, an image, a song, live data, and more.
What it can do
- Discover: Find a paid endpoint. Keyword search is the fastest path from a task to an endpoint: pass `query`. No results is a real answer — nothing offers that term. Pass `domain` to list one service's
- Call: Call one of the discovered endpoints and pay for it from the user's balance. Set `dry_run: true` first to read the real price off the endpoint's HTTP-402 challenge without paying — that is the a
- Balance: The connected account's remaining prepaid balance in USD, and what it has spent so far.
What data it sees
Do you need an account
No: the server works without sign-in
Specialist tools for any job — a lead, an image, a song, live data, and more.
Give your agent a prepaid balance and one connection to hundreds of paid APIs — a lead, an image, a song, live data, and more. No per-tool signups, no API keys, no subscriptions. Your agent discovers an endpoint, pays cents for the call, and gets the result — every call itemized against one balance you cap. TaskFuel handles the payment layer (x402, L402, MPP) behind the scenes, so your agent never holds a card or manages credentials.
Tools
- discover — Find an endpoint by keyword, list a service's endpoints, or fetch one endpoint's full docs and schema. Takes an agent from task to callable endpoint in one step.
- call — Call an endpoint and pay from the balance. Set dry_run: true to read the exact price before paying, then repeat to execute. No auth headers — TaskFuel handles payment and credentials.
- balance — Check remaining balance and total spent.
Spend controls Calls above $10 are refused by default; max_amount_usd tightens the ceiling per call, so a runaway loop hits the wall instead of your balance. Prices come from a real dry-run against the live endpoint, so your agent knows the true cost before it commits. Browse the catalog and price any call for free — you only pay when your agent executes. Every endpoint is tested and priced before listing; dead ones get pulled.
Server tool list (3)
Raw names from tools/list. Only developers need these.
| discover | Find a paid endpoint. Keyword search is the fastest path from a task to an endpoint: pass `query`. No results is a real answer — nothing offers that term. Pass `domain` to list one service's endpoints, `url` + `method` together for one endpoint's full docs (parameters, request-body schema), or no arguments at all for the allowed service domains. |
| call | Call one of the discovered endpoints and pay for it from the user's balance. Set `dry_run: true` first to read the real price off the endpoint's HTTP-402 challenge without paying — that is the authoritative price for that exact payload, not an estimate (a free endpoint never issues a 402, so its dry run executes and returns the response at $0). Repeat the identical call without `dry_run` to execute it. Calls above $10 are refused; `max_amount_usd` can tighten that ceiling further. |
| balance | The connected account's remaining prepaid balance in USD, and what it has spent so far. |