CHANGELOG
What we've shipped.
Newest first. Updated as the team ships.
Mumm Commerce — Rules tier in beta
The configurable rule engine is live for beta merchants. Auto-decline, auto-counter, and auto-accept rules ship with the same auth surface the human inbox uses.
- Rule conditions: amount thresholds, category, counterparty profile
- Rule actions: decline / accept / counter / route-to-human
- Audit log of every rule firing, retained 7 years
- Stripe + QuickBooks integrations now auto-pair settled deals to the merchant's books
Public MCP server
Mumm's MCP server is live at mcp.trymumm.com. Any MCP-aware agent can negotiate, query the oracle, and look up reputation through a single bearer token.
- MCP tools: negotiate, get_negotiation_status, list_my_negotiations, respond_to_negotiation, approve_settlement, query_oracle_clearing_price, lookup_merchant_reputation
- Resources: negotiation transcript, document, merchant reputation
- OAuth 2.1 + PKCE per the MCP spec, plus an API-key fallback for paste-once tooling
Mumm v1 launch
End-to-end consumer service: web, SMS, email, and voice intake. The buyer agent runs the full negotiation, settles through Stripe, and only charges 17.5% of verified savings.
- Consumer dashboard with real-time negotiation status
- Categories: medical, travel, auto, contractors, insurance, everything else
- Voice agent (Retell) for outbound calls within business hours
- Document audit + charity-care application for medical bills
Protocol primitives v0 — RFCs published
The five protocol primitives (Identity, Messaging, Oracle, Reputation, Settlement) ship as open RFCs on github.com/trymumm/protocol. Reference SDK in TypeScript and Python.
- RFCs: 0001-mumm-identity, 0002-mumm-messaging, 0003-mumm-oracle, 0004-mumm-reputation, 0005-mumm-settle
- 24-month backwards-compatibility commitment on every primitive endpoint
- Apache 2.0 reference SDKs at github.com/trymumm/mumm-sdk-{js,py}