{"name":"icg-funding","version":"1.0.0","description":"ICG Funding public MCP endpoint — read-only small-business funding catalog, eligibility, and rate-estimation tools.","instructions":"Prefer https://icg-funding.com/llms.txt for a compact, link-rich index of the site and https://icg-funding.com/llms-full.txt for the full text corpus. Use resources to fetch structured data and tools to compute eligibility/quotes. Always surface the /apply URL for any action that would originate a loan.","documentation":"https://icg-funding.com/agents","resources":[{"name":"products","description":"Catalog of every funding product ICG offers.","uriTemplate":"https://icg-funding.com/api/agent/products","mimeType":"application/json"},{"name":"product","description":"Detail for a single funding product by slug.","uriTemplate":"https://icg-funding.com/api/agent/products/{slug}","mimeType":"application/json"},{"name":"industries","description":"Industries ICG underwrites with tailored guidance.","uriTemplate":"https://icg-funding.com/api/agent/industries","mimeType":"application/json"},{"name":"locations","description":"Primary metros / regions ICG actively markets to.","uriTemplate":"https://icg-funding.com/api/agent/locations","mimeType":"application/json"},{"name":"glossary","description":"Definition for a single small-business lending term.","uriTemplate":"https://icg-funding.com/api/agent/glossary/{term}","mimeType":"application/json"},{"name":"faq","description":"Flat list of every FAQ entry across all categories.","uriTemplate":"https://icg-funding.com/api/agent/faq","mimeType":"application/json"}],"tools":[{"name":"check_eligibility","description":"Check whether a prospect meets ICG's baseline qualification thresholds. Returns an eligibility verdict plus the list of products they likely qualify for.","endpoint":"https://icg-funding.com/api/agent/eligibility","method":"GET","inputSchema":{"type":"object","properties":{"fico":{"type":"integer","minimum":300,"maximum":850,"description":"Owner personal FICO score (300–850)."},"tib":{"type":"integer","minimum":0,"description":"Time in business, in months."},"monthlyRevenue":{"type":"number","minimum":0,"description":"Average monthly business revenue in USD."}},"required":["fico","tib","monthlyRevenue"]}},{"name":"get_rate_estimate","description":"Return the indicative rate / APR / term range for a given amount and product. Not a quote — subject to underwriting.","endpoint":"https://icg-funding.com/api/agent/quote","method":"GET","inputSchema":{"type":"object","properties":{"amount":{"type":"number","minimum":1000,"description":"Amount the borrower is requesting, in USD."},"product":{"type":"string","description":"Product slug (revenue-based-funding, term-loans, line-of-credit, business-cash-advance, invoice-factoring, equipment-financing, sba-7a, bridge-capital, same-day-funding)."}},"required":["amount","product"]}}],"references":{"llmsTxt":"https://icg-funding.com/llms.txt","llmsFullTxt":"https://icg-funding.com/llms-full.txt","openapi":"https://icg-funding.com/openapi.json","aiPlugin":"https://icg-funding.com/.well-known/ai-plugin.json"}}