ZenSched `account_set_contact` — Attach a contact email to an email-less org (enables human recovery/sign-in). Two steps: 1) Call with email only to send OTP. 2) Call with email + code to verify and attach. Once attached, this email can be used for account_signin_start and account_recover_start. Pay-per-call $0.01 USDC; the paying wallet owns the org (auto-provisioned on first call). Catalog: https://mcp.zensched.com/x402/tools
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://mcp.zensched.com/x402/tools/account_set_contact' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://mcp.zensched.com/x402/tools/account_set_contact'
Endpoint: https://mcp.zensched.com/x402/tools/account_set_contact. Operated by mcp.zensched.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
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 …
Street address → GPS check-in pin. Geocodes the address, upgrades to the Google Places establishment pin when it is the same site, and returns lat/lng, pin_qual…
ZenSched `account_activity` — Audit log of every mutating call your org's keys have made. Filters: since (ISO date), tool_filter (tool name), limit/offset. Pay-…
ZenSched `account_export` — Full org data export (JSON download). Limited to 1/day. Pay-per-call $0.01 USDC; the paying wallet owns the org (auto-provisioned on…
ZenSched `account_get` — Org profile: name, tier, object counts, payroll period, billing state. Requires a connected OAuth token or Bearer zsc_ key. Pay-per-cal…
ZenSched `account_set_payroll_period` — Set the org payroll period (vendor timesheet_period_definition). Required before mode=processed timesheet exports. Pass …
ZenSched `account_setup` — Cold-start snapshot of your org: account, brands, policies, webhooks, API keys (redacted). Use with account_activity to resume work i…
ZenSched `api_key_list` — List active API keys (redacted prefixes only). Pay-per-call $0.01 USDC; the paying wallet owns the org (auto-provisioned on first call…
ZenSched `billing_portal_link` — Stripe Customer Portal link for human billing management. Pay-per-call $0.01 USDC; the paying wallet owns the org (auto-provisi…
ZenSched `billing_status` — Billing state: plan, prepaid balance, attached payment rails, meter prices, and the x402 funding offer. Pay-per-call $0.01 USDC; the…
ZenSched `brand_archive` — Archive a brand (blocked while future events exist; brand 0 cannot be archived). Pay-per-call $0.01 USDC; the paying wallet owns the …
ZenSched `brand_create` — Create a brand — a section for unrelated lines of work (different clients/campaigns). Each brand points at a talent policy (geofencing…