timedoctor-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HEADLESS | No | Whether to run the browser in headless mode (default: true) | true |
| TD_EMAIL | Yes | Your Time Doctor email address | |
| TD_BASE_URL | No | Base URL of your Time Doctor instance (default: https://2.timedoctor.com) | https://2.timedoctor.com |
| TD_PASSWORD | Yes | Your Time Doctor password |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_daily_reportB | Get time tracking report for a specific date from Time Doctor |
| export_weekly_csvA | Get time tracking data for a date range in CSV or JSON format. Maximum 7 days per request (one week). For longer periods, split into multiple requests (e.g., 30 days = 5 weekly requests). Returns data as text that you can save or analyze. Supports parallel scraping for faster retrieval. |
| get_hours_summaryB | Get a quick breakdown of hours by project for a specific date |
| export_today_csvB | Get today's time tracking data in CSV format. Returns CSV data as text. |
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/frifster/timedoctor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server