← Back to search

io.github.CSOAI-ORG/recruitment-ai-mcp

CSOAI-ORG Scanned 23d ago

Recruitment Ai automation via MCP. Includes generate job description, score cv, generate int...

C
72.4 / 100

Versions

1.0.1latest
first seen Jun 5, 2026
1.0.4
first seen May 19, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 5

generate_job_description
annotations: none low

Generate a professional job description. Args: title: Job title (e.g. "Software Engineer", "Product Manager") department: Department (e.g. "Engineering", "Marketing") level: Seniority level: junior, mid, senior, lead skills: Required skills list company_name: Company name remote: Whether the role is remote key_responsibilities: Custom responsibilities (auto-generated if omitted) Behavior: This tool generates structured output without modifying external systems. Output is deterministic for identical inputs. No side effects. Free tier: 10/day rate limit. Pro tier: unlimited. No authentication required for basic usage. When to use: Use this tool when you need structured analysis or classification of inputs against established frameworks or standards. When NOT to use: Not suitable for real-time production decision-making without human review of results.

level str title str remote bool skills string api_key str department str company_name str key_responsibilities string
score_cv
annotations: none low

Score and analyze a CV/resume against job requirements. Args: cv_text: Full text of the CV/resume required_skills: Must-have skills preferred_skills: Nice-to-have skills min_years_experience: Minimum years of experience required required_education: Required education level (e.g. "bachelor", "master") Behavior: This tool is read-only and stateless — it produces analysis output without modifying any external systems, databases, or files. Safe to call repeatedly with identical inputs (idempotent). Free tier: 10/day rate limit. Pro tier: unlimited. No authentication required for basic usage. When to use: Use this tool when you need structured analysis or classification of inputs against established frameworks or standards. When NOT to use: Not suitable for real-time production decision-making without human review of results.

api_key str cv_text str required_skills string preferred_skills string required_education str min_years_experience int
generate_interview_questions
annotations: none low

Generate tailored interview questions for a role. Args: role: Job role (e.g. "Software Engineer") level: Seniority: junior, mid, senior, lead categories: Question types: behavioral, technical, leadership, culture_fit count: Total number of questions (max 20) skills_to_probe: Specific skills to ask about Behavior: This tool generates structured output without modifying external systems. Output is deterministic for identical inputs. No side effects. Free tier: 10/day rate limit. Pro tier: unlimited. No authentication required for basic usage. When to use: Use this tool when you need structured analysis or classification of inputs against established frameworks or standards. When NOT to use: Not suitable for real-time production decision-making without human review of results.

role str count int level str api_key str categories string skills_to_probe string
benchmark_salary
annotations: none low

Get salary benchmarks for a role by level and location. Args: role: Role category (software_engineer, data_scientist, product_manager, designer, marketing, sales, devops, qa_engineer, project_manager, hr) level: Seniority: junior, mid, senior, lead location: Location key (london, new_york, san_francisco, berlin, remote, us, uk, eu, etc.) currency: Output currency code Behavior: This tool generates structured output without modifying external systems. Output is deterministic for identical inputs. No side effects. Free tier: 10/day rate limit. Pro tier: unlimited. No authentication required for basic usage. When to use: Use this tool when you need structured analysis or classification of inputs against established frameworks or standards. When NOT to use: Not suitable for real-time production decision-making without human review of results. Behavioral Transparency: - Side Effects: This tool is read-only and produces no side effects. It does not modify any external state, databases, or files. All output is computed in-memory and returned directly to the caller. - Authentication: No authentication required for basic usage. Pro/Enterprise tiers require a valid MEOK API key passed via the MEOK_API_KEY environment variable. - Rate Limits: Free tier: 10 calls/day. Pro tier: unlimited. Rate limit headers are included in responses (X-RateLimit-Remaining, X-RateLimit-Reset). - Error Handling: Returns structured error objects with 'error' key on failure. Never raises unhandled exceptions. Invalid inputs return descriptive validation errors. - Idempotency: Fully idempotent — calling with the same inputs always produces the same output. Safe to retry on timeout or transient failure. - Data Privacy: No input data is stored, logged, or transmitted to external services. All processing happens locally within the MCP server process.

role str level str api_key str currency str location str
draft_offer_letter
annotations: none low

Draft a professional offer letter for a candidate. Args: candidate_name: Full name of the candidate role: Job title offered salary: Annual base salary currency: Currency code start_date: Proposed start date (YYYY-MM-DD) company_name: Company name benefits: List of benefits to include probation_months: Probation period in months notice_period_weeks: Notice period in weeks annual_leave_days: Annual leave entitlement reporting_to: Manager's name/title Behavior: This tool generates structured output without modifying external systems. Output is deterministic for identical inputs. No side effects. Free tier: 10/day rate limit. Pro tier: unlimited. No authentication required for basic usage. When to use: Use this tool when you need structured analysis or classification of inputs against established frameworks or standards. When NOT to use: Not suitable for real-time production decision-making without human review of results. Behavioral Transparency: - Side Effects: This tool is read-only and produces no side effects. It does not modify any external state, databases, or files. All output is computed in-memory and returned directly to the caller. - Authentication: No authentication required for basic usage. Pro/Enterprise tiers require a valid MEOK API key passed via the MEOK_API_KEY environment variable. - Rate Limits: Free tier: 10 calls/day. Pro tier: unlimited. Rate limit headers are included in responses (X-RateLimit-Remaining, X-RateLimit-Reset). - Error Handling: Returns structured error objects with 'error' key on failure. Never raises unhandled exceptions. Invalid inputs return descriptive validation errors. - Idempotency: Fully idempotent — calling with the same inputs always produces the same output. Safe to retry on timeout or transient failure. - Data Privacy: No input data is stored, logged, or transmitted to external services. All processing happens locally within the MCP server process.

role str salary float api_key str benefits string currency str start_date str company_name str reporting_to str candidate_name str probation_months int annual_leave_days int notice_period_weeks int

Permissions 3

network medium
Server uses network capabilities via: urllib
filesystem low
Server uses filesystem capabilities via: os
env_vars low
Server uses env_vars capabilities via: os.environ

Scan Findings 32

low
Tool 'generate_job_description' has no annotations annotation_checker · 100%
low
Tool 'score_cv' has no annotations annotation_checker · 100%
low
Tool 'generate_interview_questions' has no annotations annotation_checker · 100%
low
Tool 'benchmark_salary' has no annotations annotation_checker · 100%
low
Tool 'draft_offer_letter' has no annotations annotation_checker · 100%
high
Remote transport without authentication auth_checker · 70%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-3qhf-m339-9g5v) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-9h52-p55h-vw2f) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-j975-95f5-7wqh) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-jpw9-pfvf-9f58) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-vj7q-gjh5-988w) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-1616) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-1617) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-1618) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-3482) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-3483) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
pyproject.toml metadata manifest_parser · 100%
info
Tool: generate_job_description manifest_parser · 90%
info
Tool: score_cv manifest_parser · 90%
info
Tool: generate_interview_questions manifest_parser · 90%
info
Tool: benchmark_salary manifest_parser · 90%
info
Tool: draft_offer_letter manifest_parser · 90%
info
Transport: streamable-http manifest_parser · 80%
info
Required env vars (5) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 80%
low
Permission: filesystem access detected permission_analyzer · 70%
low
Permission: env_vars access detected permission_analyzer · 90%
info
No dependency files found for SBOM generation sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%