Check availability
Ask who is working, who is off, and whether a team has coverage for a date range.
get_presencelist_memberslist_teams
MCP server
The areuworking MCP server lets MCP-compatible assistants understand your team's time-off data: check availability, read balances, list requests, book leave, and review pending approvals.
Built for MCP-compatible clients, including assistants such as Claude and ChatGPT when remote MCP connections are available.
Can anyone from Design cover next Friday?
Check areuworking for:
- approved time off
- pending requests
- team membership
- remaining coverage Why MCP
The Presence API is ideal when you are building a script, dashboard, or integration. The MCP server is different: it lets an AI assistant work with areuworking on behalf of a connected user.
That means a founder, team lead, or operations manager can ask natural questions and let the assistant call the right areuworking tools while the app still enforces roles, permissions, and approval rules.
How to connect
Works with MCP-compatible clients. Availability depends on each assistant's support for remote MCP connections.
https://mcp.areuworking.comAssistant workflows
Ask who is working, who is off, and whether a team has coverage for a date range.
get_presencelist_memberslist_teamsCheck allowance, list existing requests, create a request, or cancel a pending request.
get_time_off_balancelist_time_off_requestscreate_time_off_requestcancel_my_time_off_requestAdmins can inspect pending requests and approve or reject them through the same app permissions.
review_time_off_requestget_current_userExample prompts
Available tools
| Tool | What it does |
|---|---|
get_current_user | Return the connected user's profile, role, organization, and policy context. |
get_time_off_balance | Return allowance, used days, rollover, and remaining days. |
list_time_off_requests | List visible time-off requests with user, status, date-range, and team filters. |
create_time_off_request | Book time off for the connected user, or another user when app permissions allow it. |
cancel_my_time_off_request | Cancel one of the connected user's own pending requests. |
review_time_off_request | Approve or reject a pending time-off request when the connected user has permission. |
get_presence | Return who is in and out for a date range, optionally filtered by team. |
list_members | List organization members with roles, teams, locations, allowances, and used days. |
list_teams | List organization teams with manager and member counts. |
Permissions
Users connect through the areuworking/Auth0 flow. Tool calls are tied to the connected user and organization.
Creating, canceling, approving, and rejecting requests goes through the same app API and role checks.
The MCP server wraps areuworking API routes. Business rules, plan limits, and audit behavior stay in one place.
Use MCP for natural-language workflows. Use the Presence API when you need raw data for custom software.
Get started
Start with an areuworking account, then connect the MCP server from an MCP-compatible client when your workspace is ready.