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 keyOperator
~$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.
SubscribeMCP 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 MCPTools on the MCP surface
Names match GET /api/mcp. The tier is relative API cost — not legal weight.
Clock & sweep
run_daily_sweepReadDue, overdue, and blocked units in one pass.
get_unit_compliance_clockReadPer-unit deadline, blockers, and pack version.
list_units_due_for_noticeReadNotice queue with statutory deadlines.
list_missing_proofsReadProof gaps before sale or overlock.
list_unitsReadFilter delinquent, in-lien, or auction-ready units.
list_facilitiesReadFacilities visible to the API key.
Notices & proof
generate_lien_noticeWriteDry-run notice draft; confirm-gated persist.
send_noticeVendor / pass-throughConfirm-gated vendor send (pass-through mail).
mark_notice_deliveredWriteDelivery artifact on the clock.
attach_proofWriteVault mail receipts, photos, affidavits.
log_contact_attemptWriteNon-statutory diligence log only.
set_overlock_statusWriteConfirm-gated overlock event.
Auction & SCRA
schedule_auction_ad_checklistWriteSchedule newspaper or online ad checklist items.
list_auction_checklistReadSale checklist and renotice flags.
reschedule_auctionWriteSets renotice_required — sale blocked.
stop_sale_on_payWriteFull pay cancels auction pipeline.
mark_auction_completeWriteBlocked when SCRA or renotice open.
check_scra_statusVendor / pass-throughFails closed to unchecked without stored artifact.
cancel_lien_processWriteOperator cancel or CA opposition path.
State packs & sync
get_state_packReadOperational pack metadata (attestation required for live).
list_pack_changelogReadPack version history.
sync_fms_delinquenciesWritePull delinquencies from your FMS ledger; confirm-gated.
record_payment_eventWritePayment events on the clock.
apply_partial_payment_policyWritePartial-pay policy application.
Exports & product
export_audit_trailReadDefense packet job (PDF/ZIP).
create_defense_packetReadCounsel-ready export bundle.
submit_feature_askWriteAsk → build intake from an agent.
list_feature_asksReadOpen asks on the board.
ping_ask_shippedWriteMark shipped; confirm-gated.
Auth & safety
- Org API keys are stored hashed. The sandbox bearer is
uc_demo_public_sandbox(orGET /api/mcp/demo-key). A missing key is 401. - Mutating tools require
confirm: trueor 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.