目录 / Eligibility MCP
Eligibility MCP
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
接入信息
- 传输形态
- http
- 鉴权方式
- 需 API Key(需要配置:API Key)
- 端点
https://eligibility-mcp--quantumskils.run.tools
{
"mcpServers": {
"Eligibility MCP": {
"headers": {
"Authorization": "Bearer \u003cYOUR_KEY\u003e"
},
"url": "https://eligibility-mcp--quantumskils.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| 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. |
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。