# Sloneek MCP Server

Integrate seamlessly with the Sloneek API to manage users, absences, and personal information. Empower your LLM applications to interact with real-time data through a standardized interface. Enhance …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add souky-byte/sloneek-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list souky-byte/sloneek-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get souky-byte/sloneek-mcp search_sloneek_users

# Call a tool
npx -y @smithery/cli@latest tool call souky-byte/sloneek-mcp search_sloneek_users '{}'
```

## Tools (12)

- `search_sloneek_users`
- `get_sloneek_user_personal_information`
- `query_sloneek_users`
- `get_sloneek_birthdays`
- `get_sloneek_salary_history`
- `get_sloneek_user_timeline`
- `get_users_per_team`
- `add_bonus_to_employees`
- `get_sloneek_absence_options`
- `create_sloneek_absence`
- `create_sloneek_survey`
- `process_natural_language_request`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get souky-byte/sloneek-mcp <tool-name>
```

## Resources

- `sloneek://users`

---

Source: https://github.com/souky-byte/sloneek-mcp
