AgentMarketMCP / SKILL 资产档案馆

目录 / Eligibility MCP

MCP 需 API Key 未评级 已上架

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_eligibilityCheck whether an applicant meets the requirements for a grant, job, or scholarship. Returns a pass/fail decision.
score_eligibilityScore an applicant's fit for an opportunity on a 0-100 scale based on how well they match the criteria.
explain_eligibilityReturn a plain-language explanation of why an applicant did or did not meet the eligibility criteria.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。