Skip to main content

MCP tool

search_public_funded_deals

Search funded SBA acquisitions

Search CapBench's record of SBA-financed business acquisitions (built from public SBA 7(a) loan data). Returns comparable funded deals — business type, location, and funding signals — to benchmark a target acquisition against what lenders have actually financed. Use to compare a deal to similar funded SBA loans.

Input

FieldTypeNotes
querystringBusiness type or keyword, e.g. 'HVAC', 'landscaping', 'restaurant'.
statestringTwo-letter US state code to focus on, e.g. 'TX'.
limitintegerMax results (default 25, max 100).

Example call

Funded SBA acquisitions of HVAC businesses in Texas.

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "search_public_funded_deals",
    "arguments": {
      "query": "HVAC",
      "state": "TX"
    }
  }
}

POST to https://www.capbench.com/api/mcp.

Output

A JSON array or object of records (the same shape as the matching public REST endpoint), wrapped in the standard envelope below with canonical_url, data_freshness, methodology, source_summary, caveats, and citation.

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/businesses-for-sale",
  "data_freshness": {
    "sba_records_through": "2026-05-31",
    "fdic_records_through": "2026-03-31",
    "dealroom_last_updated": "2026-06-22",
    "timezone": "America/Chicago"
  },
  "methodology": {
    "label": "Search funded SBA acquisitions methodology",
    "url": "https://www.capbench.com/methodology/lender-rankings"
  },
  "source_summary": [
    "Public SBA 7(a) loan records",
    "FDIC institution data",
    "CapBench lender and franchise enrichment"
  ],
  "results": null,
  "caveats": [
    "CapBench data is market intelligence, not a credit decision or SBA eligibility determination."
  ],
  "citation": {
    "label": "CapBench SBA Intelligence",
    "url": "https://www.capbench.com/businesses-for-sale",
    "source_type": "CapBench Data"
  }
}

Caveats

  • Figures are estimates computed from public records — verify before relying on them in a transaction.
  • Rankings and rates follow the linked methodology; small samples are flagged or excluded.

Continuation URL

No continuation by default. If you pass an `intent` plus deal/buyer/franchise context, the result adds a deal-aware preview and a continuation URL into the matching CapBench flow.

Lead & consent

Read-only and anonymous. No PII is collected and no lead is created. An MCP call is never automatically a lead.

Scroll