MCP tool
unlock_franchise_lender_report
Unlock franchise lender report ($9)
Return payment options and unlock status for a $9 Full Franchise SBA Lender Report order. If unpaid, returns the Stripe Checkout URL and the agentic complete_checkout option. If paid, returns the report URL.
Input
| Field | Type | Notes |
|---|---|---|
| report_request_idrequired | string |
Example call
Is the report paid yet? If not, how to pay.
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "unlock_franchise_lender_report",
"arguments": {
"report_request_id": "fr_abc123"
}
}
}POST to https://www.capbench.com/api/mcp.
Output
Discovery/preview data plus a `$9` order with both payment options (Stripe Checkout URL and the agentic `complete_checkout` path), a `report_request_id`/`order_id`, and — once paid — the full report. Wrapped in the standard envelope below.
Example response
Every result is wrapped in the standard CapBench envelope — same canonical_url, data_freshness, methodology, source_summary, caveats, and citation as the REST API.
{
"ok": true,
"canonical_url": "https://www.capbench.com/franchises",
"data_freshness": {
"sba_records_through": "2026-05-31",
"fdic_records_through": "2026-03-31",
"dealroom_last_updated": "2026-06-17",
"timezone": "America/Chicago"
},
"source_summary": [
"Public SBA 7(a) loan records",
"FDIC institution data",
"CapBench lender and franchise enrichment"
],
"results": {
"status": "payment_required",
"report_request_id": "fr_abc123",
"order_id": "order_abc123",
"product": {
"product_code": "franchise_sba_lender_report",
"price_usd": 9,
"currency": "usd"
},
"payment_options": {
"stripe_checkout": {
"checkout_url": "https://www.capbench.com/checkout/franchise-report/fr_abc123"
},
"agentic_payment": {
"mcp_tool": "complete_checkout",
"requires_user_confirmation": true
}
}
},
"caveats": [
"CapBench data is market intelligence, not a credit decision or SBA eligibility determination."
],
"citation": {
"label": "CapBench SBA Intelligence",
"url": "https://www.capbench.com/franchises",
"source_type": "CapBench Data"
}
}Caveats
- The server sets the $9 price; the agent must not. CapBench never accepts raw card or bank credentials.
- Report content is market intelligence, not a credit decision or guarantee of financing.
Continuation URL
Returns a continuation URL to the CapBench report page and, for paid tools, a Stripe Checkout URL. The agentic path uses complete_checkout with a Shared Payment Granted Token.
Lead & consent
Anonymous until the user acts. Payment requires explicit user confirmation; CapBench never receives raw card or bank credentials (Stripe processes payment). No lender introduction happens without user consent.