SBA Loan Intelligence MCP
Pricing
$3.00 / 1,000 result item returneds
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
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
1
Monthly active users
4 days ago
Last modified
Categories
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.govfor 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
| Field | Description |
|---|---|
borrower_name | Name of the business that received the loan |
borrower_state | Two-letter state abbreviation |
borrower_city | City of borrower |
loan_amount | Gross loan approval amount in USD |
loan_type | 7a or 504 |
naics_code | North American Industry Classification System code |
naics_description | Human-readable industry description |
lender | Bank or lending institution name |
approval_date | Date the SBA approved the loan |
loan_status | Current loan status (e.g. Disbursed Current, Charged Off) |
source | Data source identifier |
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
loanType | string | 7a | SBA loan program: 7a or 504 |
state | string | (all) | Two-letter state filter (e.g. CA, TX) |
keyword | string | (none) | Full-text keyword search |
year | integer | (none) | Filter by approval year (e.g. 2023) |
limit | integer | 50 | Max records returned (up to 1000) |
serveMcp | boolean | false | Start 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 checkGET /mcp/tools— Lists available toolsPOST /— Invoke a tool with{"tool": "search_sba_loans", "arguments": {...}}
Data Source
- SBA 7(a) Loans: https://data.sba.gov/resource/t4nb-5ku7.json
- SBA 504 Loans: https://data.sba.gov/resource/quze-kivu.json
- API is public and requires no authentication key
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