ATimeLogger MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Listen port (default 3000; most hosts inject it) | |
| MCP_PATH | No | Endpoint path (default /mcp) | |
| ATL_TOKEN | Yes | ATimeLogger Personal Access Token the server acts as | |
| ATL_BASE_URL | No | Non-production backend (defaults to https://app.atimelogger.pro) | |
| MCP_AUTH_TOKEN | No | Shared secret required to call /mcp (sent as Authorization: Bearer, x-mcp-token, or query parameter). If unset, the endpoint is open. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_activity_typesA | List the user's activity types as a tree (groups contain children): names plus internal ids. Use the names when talking to the user; use the ids for exact targeting in other tools. |
| get_current_statusA | Show currently running or paused activities with elapsed time. |
| start_activityA | Start tracking an activity by type name (fuzzy matched, see list_activity_types) or type_id. Optionally backdate the start with |
| stop_activityA | Stop a running or paused activity. type_name may be omitted when exactly one activity is active. Optionally backdate the stop with |
| pause_resume_activityA | Pause a running activity or resume a paused one. |
| log_intervalA | Retroactively log a completed time entry for an activity type. Times are wall-clock in the user's timezone, format "yyyy-MM-dd HH:mm". |
| time_reportA | Aggregated time statistics per activity type for a date range. Returns overall totals plus per-DAY/WEEK/MONTH buckets. |
| list_intervalsA | List raw time entries (intervals) grouped by day for a date range (max 100 days). Paged by day — use |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Mrquj/atimelogger-mcp-notion'
If you have feedback or need assistance with the MCP directory API, please join our Discord server