Timely MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TIMELY_BASE_URL | No | Base URL for Timely API, defaults to https://api.timely.mn (optional) | |
| TIMELY_PASSWORD | Yes | Timely API password | |
| TIMELY_USERNAME | Yes | Timely API login username (e.g., 'ubcabholding') | |
| TIMELY_MCP_AUTH_TOKEN | No | Bearer token for remote MCP access (required for Vercel deployment) | |
| TIMELY_COMPANY_REGISTER | No | Default 7-digit company register number (optional) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| timely_employer_infoA | Get organization (company) info from Timely for a given 7-digit company register. Returns the registered company name. Useful to verify a register number is valid. |
| timely_overview_attdA | Company-wide attendance report between two dates. Returns per-employee attendance detail (worked days/hours, late, absent, leave, overtime, vacation, etc.) with pagination. Set div_id to a department id, or '0' for all departments. |
| timely_employee_attdA | Attendance report for a single employee between two dates. Identify the employee by register number and/or phone. Returns supposed vs. actual worked days and hours. |
| timely_employee_infoA | Get a single employee's profile from Timely (name, register, phone, salary, bank details). Identify by register, tax id (tin_number), and/or phone. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/naranmunkh/timely-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server