MCP server exposing 4 tools for sba-loans.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/sba-loans/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
sba_loan_lookup — Look up a small business's SBA 7(a) or 504 loan(s) by borrower name. Returns individual loan records: amounts, lender, approval date, status (P I F / PIF = paid in full, CHGOFF = charged off, CANCLD = cancelled, EXEMPT), and — for charged-off loans — the charge-off amount. Street addresses are never stored or returned (city/state/ZIP only). Scope to a state to disambiguate common business names.sba_largest_loans — Largest SBA 7(a)/504 loans, ranked by gross approval amount, filterable by program, NAICS code, borrower state, and/or lender name. Answers "what are the biggest SBA loans in NAICS X" or "largest SBA loans in Texas".sba_lender_league_table — Lender league table — ranks lenders by SBA loan count and total dollar volume. For 7(a) loans "lender" is the originating bank; for 504 loans it is the CDC (Certified Development Company) that books the debenture. Answers "which bank does the most SBA lending in NAICS Y" or "top SBA 504 lenders in California".sba_charge_off_aggregate — Charge-off rate and dollar amount, aggregated by NAICS code, state, lender, or program. Answers "which industries have the highest SBA loan charge-off rate" or "charge-off amount by state". charge_off_rate is charged-off loan COUNT divided by total loan count in that group (not dollar-weighted).Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/sba-loans/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io