MCP tool
Preview franchise SBA fit (creates $9 order)
Create a free SBA-fit preview for a proposed franchise acquisition and a $9 Full Franchise SBA Lender Report order. Returns report_request_id, order_id, both payment options (Stripe Checkout URL + agentic complete_checkout), and a continuation URL. The server sets the $9 price; the agent must not.
| Field | Type | Notes |
|---|---|---|
| franchise_brandrequired | string | |
| state | string | |
| city | string | |
| purchase_price | number | |
| sde | number | |
| ebitda | number | |
| buyer_cash_available | number | |
| buyer_experience | string | |
| credit_band | string | |
| new_unit_or_resale | new_unit | resale | |
| real_estate_included | boolean | |
| seller_note_amount | number | |
| working_capital_needed | number | |
| timeline | string | |
| agent_platform | string | e.g. 'ChatGPT', 'Claude'. |
Preview + create the $9 report order.
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "preview_franchise_sba_fit",
"arguments": {
"franchise_brand": "The UPS Store",
"state": "FL",
"purchase_price": 900000,
"sde": 225000,
"buyer_cash_available": 150000,
"new_unit_or_resale": "resale"
}
}
}POST to https://dealroom.so/api/mcp. Results carry a canonical_url, data_freshness, and citation.