hubstify-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HUBSTAFF_TOKEN_STORE | No | Path for the persisted token cache (default ~/.hubstify-mcp/token.json) | ~/.hubstify-mcp/token.json |
| HUBSTAFF_REFRESH_TOKEN | Yes | Personal Access Token (refresh token) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| hubstaff_get_current_userA | Get the authenticated Hubstaff user (the owner of the access token). |
| hubstaff_list_organizationsA | List Hubstaff organizations the authenticated user has access to. Use the returned organization id for project, member and activity tools. |
| hubstaff_list_projectsB | List projects within an organization. |
| hubstaff_get_projectB | Get a single project by id. |
| hubstaff_list_membersB | List members (users) of an organization. |
| hubstaff_list_tasksC | List tasks belonging to a project. |
| hubstaff_create_taskC | Create a new task within a project. |
| hubstaff_list_activitiesC | List tracked time activities for an organization within a time range. Times are ISO 8601 (e.g. 2024-01-01T00:00:00Z). |
| hubstaff_daily_activitiesA | Get per-day aggregated tracked-time activities for an organization over a date range (dates are YYYY-MM-DD). |
| hubstaff_raw_requestA | Perform an arbitrary authenticated request against the Hubstaff v2 API. Use this for endpoints not covered by a dedicated tool. Path is relative to https://api.hubstaff.com/v2 (e.g. '/organizations'). |
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
- 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/farce1/hubstify-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server