io.github.CSOAI-ORG/hr-management-ai-mcp
Hr Management Ai MCP server. Tools: leave calculator, payroll estimator, performance review....
Versions
1.0.1latest1.0.4Tools 5
leave_calculator Calculate leave balance, accrual rate, and year-end projections based on region-specific policies and employee tenure. Args: employee_start_date: Employee start date (YYYY-MM-DD) region: Policy region (US, UK, EU, AU, CA) leave_type: Type of leave (annual, sick, personal, parental, bereavement) days_taken: Days already taken this year custom_allowance: Override default allowance (0 = use policy default) 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. 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.
payroll_estimator Estimate net pay with tax brackets, Social Security, Medicare, retirement contributions, and health insurance deductions. Args: annual_salary: Gross annual salary region: Tax region (US, UK, EU, AU, CA) pay_frequency: Pay period (weekly, biweekly, semimonthly, monthly) retirement_pct: 401k/pension contribution percentage health_deduction: Health insurance deduction per pay period 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. 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.
performance_review Draft a structured performance review with tier assessment, strengths, development areas, and next steps. Args: employee_name: Employee's full name role: Job title period: Review period (e.g. "Q1 2026" or "2025 Annual") ratings: Category scores 1-5 as {category: score}. Categories: technical_skills, communication, leadership, initiative, teamwork, reliability, creativity, time_management goals_met: Number of goals achieved goals_total: Total goals set for the period 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.
onboarding_checklist Generate a phased onboarding checklist covering pre-start through 90 days with task ownership assignments. Args: role: Job title for the new hire department: Department name (e.g. Engineering, Sales, Marketing) start_date: Start date (YYYY-MM-DD) remote: Whether the employee is remote 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.
compliance_checker Check applicable employment compliance frameworks based on region, company size, and specific topics of concern. Args: region: Jurisdiction (US, UK, EU, AU, CA, or ALL) company_size: Number of employees topics: Specific compliance topics to check (e.g. ["minimum_wage", "data_privacy", "discrimination"]) 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.
Permissions 3
network medium filesystem low env_vars low