AI-native / MCP

Agent & MCP consumption

Headless agents use the MCP add-on ($49.00 / month) when they need more than Operator fair-use. The sandbox key is free and dry-run only.

Operator (~$99/facility/mo) is the default paid path: full Today board, proof vault, notice drafts, daily sweep email, and fair-use MCP for that facility.

Lane A — Operator seat

~$99/facility/mo

Facility managers run the Today board every day. MCP is included for that facility’s workflows — not a separate meter for normal Operator use.

  • Full clock, proof vault, notice drafts, SCRA checkpoint UI
  • Fair-use MCP (5,000 calls/day) with confirm-gated writes
  • State packs billed separately (~$29–79 / state / mo when attested)

Lane B — MCP add-on

$49 / month

Headless agents call POST /api/mcp above Operator fair-use without another facility seat. Checkout is Stripe on the same account.

  • 29 tools — same surface as the in-app Agents page
  • 50,000 calls/day. Sandbox stays at 200/day and dry-run writes.
  • Missing or invalid bearer is 401. Over the cap is 429. Unpaid persists are 402.

What you can buy

Caps are enforced on POST /api/mcp. Operator checkout uses the existing Stripe price. The add-on uses STRIPE_PRICE_MCP_ADDON.

Sandbox

$0

Public demo key for the seeded Austin and Oakland facilities. Reads and dry-run writes only.

Included: 200 calls / day, 30 / minute. Live vendor sends are blocked.

Overage: Hard stop (429) at the cap. Confirm does not persist.

Use the sandbox key

Operator

~$99/facility/mo

The facility seat. Fair-use MCP for that org is included — not a second meter for the Today board.

Included: 5,000 calls / day, 120 / minute. Confirm-gated writes. Vendor sends stay off until live_sends_enabled.

Overage: Soft warning at 80% of the daily cap, then 429. Add the MCP add-on for a higher cap.

Subscribe

MCP add-on

$49.00 / month

Headless agents that outgrow Operator fair-use, without buying another facility seat.

Included: 50,000 calls / day, 600 / minute, on the same Stripe account as Operator.

Overage: Hard stop at the daily cap. Checkout uses STRIPE_PRICE_MCP_ADDON.

Add MCP

Tools on the MCP surface

Names match GET /api/mcp. The tier is relative API cost — not legal weight.

Clock & sweep

  • run_daily_sweepRead

    Due, overdue, and blocked units in one pass.

  • get_unit_compliance_clockRead

    Per-unit deadline, blockers, and pack version.

  • list_units_due_for_noticeRead

    Notice queue with statutory deadlines.

  • list_missing_proofsRead

    Proof gaps before sale or overlock.

  • list_unitsRead

    Filter delinquent, in-lien, or auction-ready units.

  • list_facilitiesRead

    Facilities visible to the API key.

Notices & proof

  • generate_lien_noticeWrite

    Dry-run notice draft; confirm-gated persist.

  • send_noticeVendor / pass-through

    Confirm-gated vendor send (pass-through mail).

  • mark_notice_deliveredWrite

    Delivery artifact on the clock.

  • attach_proofWrite

    Vault mail receipts, photos, affidavits.

  • log_contact_attemptWrite

    Non-statutory diligence log only.

  • set_overlock_statusWrite

    Confirm-gated overlock event.

Auction & SCRA

  • schedule_auction_ad_checklistWrite

    Schedule newspaper or online ad checklist items.

  • list_auction_checklistRead

    Sale checklist and renotice flags.

  • reschedule_auctionWrite

    Sets renotice_required — sale blocked.

  • stop_sale_on_payWrite

    Full pay cancels auction pipeline.

  • mark_auction_completeWrite

    Blocked when SCRA or renotice open.

  • check_scra_statusVendor / pass-through

    Fails closed to unchecked without stored artifact.

  • cancel_lien_processWrite

    Operator cancel or CA opposition path.

State packs & sync

  • get_state_packRead

    Operational pack metadata (attestation required for live).

  • list_pack_changelogRead

    Pack version history.

  • sync_fms_delinquenciesWrite

    Pull delinquencies from your FMS ledger; confirm-gated.

  • record_payment_eventWrite

    Payment events on the clock.

  • apply_partial_payment_policyWrite

    Partial-pay policy application.

Exports & product

  • export_audit_trailRead

    Defense packet job (PDF/ZIP).

  • create_defense_packetRead

    Counsel-ready export bundle.

  • submit_feature_askWrite

    Ask → build intake from an agent.

  • list_feature_asksRead

    Open asks on the board.

  • ping_ask_shippedWrite

    Mark shipped; confirm-gated.

Auth & safety

  • Org API keys are stored hashed. The sandbox bearer is uc_demo_public_sandbox (or GET /api/mcp/demo-key). A missing key is 401.
  • Mutating tools require confirm: true or return needs_confirmation. Sandbox confirm stays dry-run.
  • SCRA stays unchecked without a stored check artifact — we never claim “SCRA safe.”
  • Fixture packs are demo / not attested; live notices need your counsel’s attestation.

Public MCP buyer page · Agents inside the demo · All pricing · Trust & disclaimer

Operator includes fair-use MCP. The MCP add-on is a separate Stripe subscription on the same account (STRIPE_PRICE_MCP_ADDON). Caps are enforced by the API. Not legal advice, not insurance, and not E&O coverage.