mcp.zensched.com publishes 26 machine-payable endpoints over the x402 protocol, priced from $0.01 to $5.0 per call. Each was probed directly; the response code below is what it returned.
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…
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_quality, IANA timezone and map links. Same r…
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-per-call $0.01 USDC; the paying wallet o…
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 first call). Catalog: https://mcp.zensc…
ZenSched `account_get` — Org profile: name, tier, object counts, payroll period, billing state. Requires a connected OAuth token or Bearer zsc_ key. Pay-per-call $0.01 USDC; the paying wallet owns the…
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 a…
ZenSched `account_set_payroll_period` — Set the org payroll period (vendor timesheet_period_definition). Required before mode=processed timesheet exports. Pass definition (0-11) or key (e.g. weekly_mo…
ZenSched `account_setup` — Cold-start snapshot of your org: account, brands, policies, webhooks, API keys (redacted). Use with account_activity to resume work in a fresh session. Pay-per-call $0.01 US…
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). Catalog: https://mcp.zensched.com/x40…
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-provisioned on first call). Catalog: https://mc…
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 paying wallet owns the org (auto-provis…
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 org (auto-provisioned on first call). Ca…
ZenSched `brand_create` — Create a brand — a section for unrelated lines of work (different clients/campaigns). Each brand points at a talent policy (geofencing, reminders, required forms). Optional c…
ZenSched `brand_list` — List brands with their policy and event counts. Pay-per-call $0.01 USDC; the paying wallet owns the org (auto-provisioned on first call). Catalog: https://mcp.zensched.com/x402…
ZenSched `event_list` — List events with optional filters: location_id, brand_id, date_from/date_to (YYYY-MM-DD), limit (max 500), offset. Returns total and has_more. Pay-per-call $0.01 USDC; the payi…
ZenSched `form_list` — List your forms with submission counts. Pay-per-call $0.01 USDC; the paying wallet owns the org (auto-provisioned on first call). Catalog: https://mcp.zensched.com/x402/tools
ZenSched `location_create` — Register a private work location. Provide street_address (Places establishment pin preferred over street-mailbox geocode; known ZenShows store pins reused by google_place_…
ZenSched `location_search` — Search YOUR org's locations by name/address; optional near_lat/near_lng + radius_km filter. Pay-per-call $0.01 USDC; the paying wallet owns the org (auto-provisioned on fi…
ZenSched `policy_archive` — Archive a policy (blocked while any active brand references it; policy 0 cannot be archived). Pay-per-call $0.01 USDC; the paying wallet owns the org (auto-provisioned on f…
ZenSched `report_summary` — Period summary: shifts scheduled/completed/missed, GPS verifications, form submissions, hours worked, spend. Optional brand_id filter. Pay-per-call $0.01 USDC; the paying w…
ZenSched `shift_list` — List shifts with filters: event_id, worker_id, brand_id, date_from/date_to (YYYY-MM-DD), status (scheduled/checked_in/checked_out/missed). Pay-per-call $0.01 USDC; the paying w…
ZenSched `timesheet_export` — Export timesheet data. mode: hours (default, naive in/out), raw (punch rows), processed (engine pairlines, metered — requires payroll period). period: YYYY-MM, YYYY-MM-DD…
ZenSched `timesheet_status` — Shift-pair timesheet status for a period: complete/open, hours, GPS, approval/lock flags, pending edits. period: YYYY-MM, YYYY-MM-DD:YYYY-MM-DD, current (payroll window),…
ZenSched `usage_get` — Meter usage + spend for a period (YYYY-MM; blank = current month). Pay-per-call $0.01 USDC; the paying wallet owns the org (auto-provisioned on first call). Catalog: https://mcp…
ZenSched `webhook_register` — Register an HTTPS webhook. events_json = JSON list from: ['worker.invited', 'worker.activated', 'shift.checkin', 'shift.checkout', 'shift.missed', 'form.submitted', 'time…