Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Clockify MCP server with 100 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Clockify — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Clockify MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Clockify tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Clockify call.
Tools Discovery →A Clockify MCP server lets AI agents read and write Clockify data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Clockify MCP server ships with 100 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Clockify's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Get approval requests
Update approval request
Create a new client in a workspace
List all clients in a workspace
Get details of a specific client
Update an existing client
Delete a client from a workspace
Create custom fields on workspace
Get custom fields on workspace
Update custom field on workspace
Delete custom field
Get custom fields on project
Update custom field on project
Remove custom field from project
Create expense
Get all expenses on workspace
Get expense by ID
Update expense
Delete expense
Add expense category
Update expense category
Delete expense category
Add invoice
Get all invoices on workspace
Get invoice by ID
Send invoice
Delete invoice
Add payment to invoice
Get payments for invoice
Delete payment from invoice
Add a new group
Find all groups on workspace
Update group
Delete group
Create holiday
Get holidays on workspace
Update holiday
Delete holiday
Create a new project in a workspace
List all projects in a workspace
Get details of a specific project
Update an existing project
Delete a project from a workspace
Publish assignments
Get all assignments
Create recurring assignment
Update recurring assignment
Delete recurring assignment
Create a new tag in a workspace
List all tags in a workspace
Get details of a specific tag
Update an existing tag
Delete a tag from a workspace
Create a new task in a project
List all tasks in a project
Get details of a specific task
Update an existing task
Delete a task from a project
Create a new time entry
Get a specific time entry on workspace
Update time entry on workspace
Delete a time entry from workspace
Create time off request
Get all time off requests on workspace
Delete request
Create time off policy
Get time off policy
Update policy
Delete policy
Get member's profile
Update member's profile
Create webhooks
Get all webhooks on workspace
Get a specific webhook by id
Update a webhook
Delete webhook
Add workspace
Get all my workspaces
Get workspace info
Add users to group
Add user
Get all expense categories
Get holiday in specific period
Get all scheduled assignments on project
Get all in progress time entries on workspace
Get time entries for a user on workspace
Get balance by policy
Get balance by user
Get policies on workspace
Get currently logged-in user's info
Find all users on workspace
Update balance
Remove user from group
Submit approval request
Submit approval request for user
Change invoice status
Stop currently running timer on workspace for user
Change time off request status
Change policy status
Filter workspace users with advanced criteria
One endpoint. Any framework. Your agent is talking to Clockify in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}140+ actions
128+ actions
127+ actions
123+ actions
120+ actions
117+ actions
100+ actions
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.