Z

ZenSched · Fund

by ZenSched

GETBase

$5

per call · USD Coin on Base

Fund a ZenSched org's prepaid balance with USDC. ZenSched schedules field workers, verifies GPS check-ins, collects form data and exports timesheets through an MCP server (https://mcp.zensched.com/mcp). Pay here, then call the MCP tools with your zsc_ API key — the balance covers metered tools: verification $0.10, geocode $0.03, pin_refine $0.10, form_basic $0.05, form_media $0.15, worker_invite $0.25, timesheet_processed $0.10. Default $5 activation deposit; set amount_usd (1–500) to top up.

Endpoint

GET https://mcp.zensched.com/x402/fund

2

Calls / 30d

2

Unique payers / 30d

Sep 10

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://mcp.zensched.com/x402/fund", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://mcp.zensched.com/x402/fund?amount_usd=5&org_id=0" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "amount_cents": 500,
  "amount_usd": "$5.00",
  "balance_cents": 500,
  "network": "eip155:8453",
  "next": "Call MCP tools at https://mcp.zensched.com/mcp with Authorization: Bearer zsc_…",
  "org_id": 12345,
  "status": "credited",
  "transaction": "0x…"
}

Payment details

Pay to0x081d7f97ca4478dac465569e1fe3f5846ad598dd
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from ZenSched & similar services