Eligibility MCP
Deterministic eligibility checker for income-, age- and credit-based programs in Africa — well suited to loans, grants, and subsidy eligibility.
Что умеет
- Check Eligibility: Check whether an applicant meets the requirements for a grant, job, or scholarship. Returns a pass/fail decision.
- Score Eligibility: Score an applicant's fit for an opportunity on a 0-100 scale based on how well they match the criteria.
- Explain Eligibility: Return a plain-language explanation of why an applicant did or did not meet the eligibility criteria.
Какие данные видит
Нужен ли аккаунт
Нужен API-ключ из настроек сервиса
Deterministic eligibility checker for income-, age- and credit-based programs in Africa — well suited to loans, grants, and subsidy eligibility. Checks applicants against criteria like age range, country, annual income, household size, and credit score. Returns a 0-100 fit score, pass/fail decision, and plain-language explanation of exactly which requirements were met or missed.
3 tools: check_eligibility, score_eligibility, explain_eligibility
EXAMPLE — check_eligibility Input: { "applicant": { "age": 28, "country": "Uganda", "incomeAnnual": 4000000, "creditScore": 650 }, "criteria": { "minAge": 18, "maxAge": 35, "allowedCountries": ["Uganda","Kenya"], "minIncomeAnnual": 2000000, "minCreditScore": 600 } } Output: { "eligible": true, "score": 100, "summary": "Eligible with a excellent fit score of 100." }
API key required. Purchase at selar.com/m1p3127t34
Список инструментов сервера (3)
Технические названия из tools/list. Нужны только разработчикам.
| check_eligibility | Check whether an applicant meets the requirements for a grant, job, or scholarship. Returns a pass/fail decision. |
| score_eligibility | Score an applicant's fit for an opportunity on a 0-100 scale based on how well they match the criteria. |
| explain_eligibility | Return a plain-language explanation of why an applicant did or did not meet the eligibility criteria. |