← Deal market · API and MCP

For brokers and dealers

Two things you can do here. Post the offers you can actually deliver into a market that ranks them by true cost, where a real deal beats a padded headline. And answer people who have posted what they want, in your states, with their budget already stated.

What you get

Ranked on the number that sells a good deal
Offers are ordered by true monthly cost as a share of MSRP, with your fee included. If your deals are genuinely good, this is the ranking you want; the dealer with the $199 headline and $6,000 due at signing sorts below you.
Requests with the qualifying already done
A consumer who posts a request has told you their state, target true cost, term, mileage, credit band and the vehicles they would consider. You respond with a concrete offer; they see your name, company and contact, and they reach out to you. You never see their contact until they choose to use it, and neither does anyone else.
Free, for now
There is no listing fee and no per-lead charge while the market is growing. When that changes it will be a flat subscription announced well in advance, never a hidden cut of your deal.
Reviewed accounts
Every broker account is looked at by a person before it can see requests. Registering with a license number and a real company makes that quick. Consumers are told their requests are only visible to reviewed accounts, and that promise is the thing that makes them post.

Register

Shown to consumers you respond to

Posting an offer

One request per offer. Everything after dueAtSigning is optional, but disclosing the selling price, residual and money factor is what earns trust: the quote checker shows them to consumers as an example of what a transparent deal looks like.

curl -X POST https://lease.brelsfordsoftware.com/api/v1/offers \
  -H "Authorization: Bearer lb_YOUR_KEY" -H "Content-Type: application/json" \
  -d '{"make":"Honda","model":"CR-V","trim":"EX-L","modelYear":2026,"termMonths":36,
       "annualMileage":10000,"msrp":36850,"monthlyPayment":389,"dueAtSigning":2499,
       "sellingPrice":34200,"residualPct":0.61,"moneyFactor":0.00190,
       "states":["CA","NV"],"sourceName":"Your Brokerage","expiresAt":"2026-10-31"}'

Open requests: GET /api/v1/requests with your key. Respond: POST /api/v1/requests/:id/respond. Full reference at /agents and https://lease.brelsfordsoftware.com/openapi.json. If you use an AI assistant to run your desk, point it at the MCP endpoint and it can do all of this for you.