Eligibility MCP
Deterministic eligibility checker for income-, age- and credit-based programs in Africa — well suited to loans, grants, and subsidy eligibility.
What it can do
- 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.
What data it sees
Do you need an account
An API key from the service settings is required
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
Server tool list (3)
Raw names from tools/list. Only developers need these.
| 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. |