# SBA Loan Eligibility Accelerator AI Agent Connect

> Analyze SBA loan eligibility and portfolio potential for small businesses.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_tHlx4noiw5NgLgVjqPviuCLW4VrYic8fw94IltQg/ai-agent-connect
- **Tags:** sba, loans, eligibility, portfolio, finance-tools

## Description

This MCP server provides tools to evaluate Small Business Administration (SBA) loan eligibility. It allows users to check if specific industries are permitted, evaluate individual company profiles against size and revenue standards, and aggregate data to assess the total loan potential across an entire portfolio. Use `check_industry_eligibility` to verify sector permissions, `evaluate_company_eligibility` for detailed company assessments, and `analyze_portfolio_potential` to summarize opportunities across multiple companies.

## Tools

### analyze_portfolio_potential
Analyze portfolio potential

### check_industry_eligibility
Check if industry is SBA eligible

### evaluate_company_eligibility
Evaluate company for SBA loan

## Prompt Examples

**Prompt:** 
```
Is the manufacturing industry eligible for SBA loans?
```

**Response:** 
```
Yes, manufacturing is a permitted industry for SBA financing.
```

**Prompt:** 
```
A company has $500,000 revenue, 10 employees, is in Retail, and needs $50,000 for Working Capital. Are they eligible?
```

**Response:** 
```
Yes, the company is eligible for an SBA loan with a maximum potential amount of $50,000.
```

**Prompt:** 
```
What is the total potential loan amount for a portfolio of 3 eligible companies with max amounts of $100k, $200k, and $150k?
```

**Response:** 
```
The total potential loan amount for the portfolio is $450,000.
```

## Frequently Asked Questions

**How do I check if my industry is eligible for an SBA loan?**
You can use the `check_industry_eligibility` tool to determine if your specific industry is permitted under SBA guidelines.

**Can I analyze multiple companies at once?**
Yes, the `analyze_portfolio_potential` tool is designed to aggregate data and provide a summary of eligibility and loan amounts for a group of companies.

**What factors determine a company's eligibility?**
Eligibility is determined by industry classification, annual revenue, employee count, and the intended purpose of the loan via the `evaluate_company_eligibility` tool.
