VOOZH about

URL: https://apify.com/andrew_avina/sba-loans-mcp

โ‡ฑ SBA Loan Intelligence MCP ยท Apify


Pricing

$3.00 / 1,000 result item returneds

Go to Apify Store

SBA Loan Intelligence MCP

An Apify MCP actor that queries the U.S. Small Business Administration's public loan guarantee database via the Socrata open data API at data.sba.gov. Returns structured records for SBA 7(a) and 504 loan programs covering borrower details, lender identity, NAICS industry class...

Pricing

$3.00 / 1,000 result item returneds

Rating

0.0

(0)

Developer

๐Ÿ‘ Andrew Avina

Andrew Avina

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

22 days ago

Last modified

Share

SBA Loan Intelligence MCP โ€” 7(a) & 504 Business Loan Guarantees

An Apify MCP actor that queries the U.S. Small Business Administration's public loan guarantee database via the Socrata open data API at data.sba.gov. Returns structured records for SBA 7(a) and 504 loan programs covering borrower details, lender identity, NAICS industry classification, loan amounts, and approval dates.

What This Actor Does

  • Queries data.sba.gov for SBA 7(a) loan records (endpoint: t4nb-5ku7) and 504 loan records (endpoint: quze-kivu)
  • Supports filtering by state, approval year, keyword, and loan type
  • Normalizes raw API fields into a consistent output schema
  • Falls back to 20 curated real SBA loan records if the API is unreachable
  • Can run as an MCP server (HTTP) for integration with LLM tool-use pipelines

Output Fields

FieldDescription
borrower_nameName of the business that received the loan
borrower_stateTwo-letter state abbreviation
borrower_cityCity of borrower
loan_amountGross loan approval amount in USD
loan_type7a or 504
naics_codeNorth American Industry Classification System code
naics_descriptionHuman-readable industry description
lenderBank or lending institution name
approval_dateDate the SBA approved the loan
loan_statusCurrent loan status (e.g. Disbursed Current, Charged Off)
sourceData source identifier

Input Parameters

ParameterTypeDefaultDescription
loanTypestring7aSBA loan program: 7a or 504
statestring(all)Two-letter state filter (e.g. CA, TX)
keywordstring(none)Full-text keyword search
yearinteger(none)Filter by approval year (e.g. 2023)
limitinteger50Max records returned (up to 1000)
serveMcpbooleanfalseStart HTTP MCP server instead of writing dataset

MCP Server Mode

Set serveMcp: true to run this actor as an HTTP MCP server. The server exposes:

  • GET / โ€” Health check
  • GET /mcp/tools โ€” Lists available tools
  • POST / โ€” Invoke a tool with {"tool": "search_sba_loans", "arguments": {...}}

Data Source

SBA Loan Programs Overview

7(a) Loans: The SBA's flagship program. Loan guarantees up to $5M for working capital, equipment, real estate, and business acquisitions. Delivered through commercial lenders.

504 Loans: Long-term, fixed-rate financing for major fixed assets (real estate and equipment). Involves a Certified Development Company (CDC) and a third-party lender.

Use Cases

  • Competitive intelligence: find SBA-backed competitors in a market
  • Lender analysis: identify which banks are most active in SBA lending by state
  • Industry research: filter by NAICS code to analyze loan activity in a sector
  • Market sizing: aggregate loan volume by state, year, or industry
  • Due diligence: verify SBA loan history for a business entity

Categories

MCP_SERVERS ยท BUSINESS

You might also like

SBA 7(a) Rural Loan Leads โ€” Demand

belcaidsaad/sba-rural-loans

Pulls SBA 7(a) loan data, finds rural borrowers, ranks the best leads, and shows where the opportunities are.

68

5.0

Sba Finder

obicodes/sba-finder

This actor calls the official SBA Small Business website and saves the returned businesses to the default dataset.

SBA Crawler

jungle_synthesizer/sba-crawler

Scrape 450k+ verified business listings from the SBA Dynamic Small Business Search (DSBS) database. Includes contact details, certifications, NAICS codes, and addresses across all 50 U.S. states.

๐Ÿ‘ User avatar

BowTiedRaccoon

80

SBA.GOV Scraper | $5 / 1k | US Small Business Directory

fatihtahta/sba-gov-scraper

Scrape verified U.S. small-business data from SBA.gov including company names, certifications, NAICS, contacts, and capability statements. Perfect for vendor vetting, compliance sourcing, and lead generation. $5 per 1000 results.

SBA API - Small Business Size Standards & Eligibility

alizarin_refrigerator-owner/sba-api---small-business-size-standards-eligibility

Access SBA (Small Business Administration) data including size standards by NAICS code, small business eligibility determination, contracting thresholds, loan programs, and federal set-aside requirements. Essential for government contractors, small business certification, and federal procurement.

USAspending Loans Scraper | Federal Loan Programs Data

parseforge/usaspending-loans-scraper

Export federal loan and loan guarantee awards from USAspending.gov: recipient, awarding agency, loan value, subsidy cost, CFDA number, issued date and description. Filter by recipient name, fiscal year and agency. CSV, Excel, JSON or XML for credit research, compliance and policy work.

Related articles

How to use MCP with Apify Actors
Read more
Build and deploy MCP servers in minutes with a TypeScript template
Read more
What is MCP? Insights from the Developers Summit
Read more