Skip to main content

MCP tool

get_franchise_lender_report

Get the paid franchise lender report

Return the Full Franchise SBA Lender Report after payment is confirmed: ranked matched SBA lenders, similar public SBA records, loan-size benchmarks, risk context, buyer readiness checklist, and next steps. If unpaid, returns payment options.

Input

FieldTypeNotes
report_request_idrequiredstring
access_tokenstring

Example call

Fetch the paid report.

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_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": "ok",
    "paid": true,
    "report_request_id": "fr_abc123",
    "matched_lenders": [
      {
        "name": "Huntington National Bank",
        "why": "Top UPS Store lender by volume"
      }
    ],
    "buyer_readiness_checklist": [
      "Confirm store-level financials",
      "Confirm liquidity after closing"
    ]
  },
  "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.

Scroll