TimeCard MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TIMECARD_BASE_URL | Yes | The base URL of your TimeCard server, including the application path (e.g., http://your-timecard-server/app/) | |
| TIMECARD_PASSWORD | Yes | Your TimeCard password | |
| TIMECARD_USERNAME | Yes | Your TimeCard username |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| timecard_get_projectsA | Get list of available projects. Returns project id and name. Use the project id with timecard_get_activities to get activity options, and with timecard_save to set entries. |
| timecard_get_activitiesB | Get list of activities for a specific project. Returns activity id, name, and value. The 'value' field (format: "bottom$uid$pid$progress") is the activity_value needed by timecard_save's entries parameter. |
| timecard_get_timesheetA | Get timesheet data for a specific week. Read-only, no side effects. Returns for each entry:
Status values:
This retrieves SAVED data from the server. Use timecard_save to make changes. |
| timecard_versionA | Get TimeCard MCP version information. Returns:
Use this to verify which version of TimeCard MCP is running. |
| timecard_get_summaryC | Get summary statistics for the current timesheet week |
| timecard_saveA | Atomic save: apply entries, hours, and notes to a specific week in one operation. This tool fetches the target week's page, reconstructs the full form state, applies your changes on top, and POSTs to the server — all in a single call. No prior setup needed other than authentication (handled automatically). Parameters:
All dates in hours/notes must fall within the same week as the top-level date. ⚠️ WORKFLOW:
NOTE: Only 'save' (draft) is supported. 'submit' (for approval) is strictly prohibited. WARNING: Notes cannot contain special characters: #$%^&*=+{}[]|?'" |
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/keith-hung/timecard-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server