EARLY App MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EARLY_API_KEY | Yes | Your EARLY API key | |
| EARLY_API_SECRET | Yes | Your EARLY API secret |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_time_entryB | Create a new time entry with flexible time parameters |
| get_time_entriesB | Get time entries for a date range |
| edit_time_entryB | Edit an existing time entry |
| delete_time_entryA | Delete a time entry by ID |
| list_activitiesB | Get all activities |
| create_activityA | Create a new activity (project) |
| update_activityC | Update an existing activity |
| archive_activityC | Archive or delete an activity |
| generate_reportB | Generate a summary report of time entries for a given period |
| get_current_userA | Get information about the currently authenticated user |
| start_timerB | Start tracking time for an activity |
| stop_timerA | Stop the currently running timer |
| get_active_timerA | Get information about the currently running timer |
| update_active_timerA | Update the description of the currently running timer |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| today_time_entries | Time entries for today |
| week_time_entries | Time entries for current week |
| all_activities | List of all activities |
| active_activities | List of active activities only |
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/janfincke/early-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server