Jentic publishes the only available OpenAPI specification for ClickUp API, keeping it validated and agent-ready. Manage tasks, spaces, folders, lists, goals, and time entries across a hierarchical workspace structure with 50 endpoints. Supports task dependencies, comments, checklists, tags, webhooks, custom views, and team member management for project tracking at every level of the workspace hierarchy.
50 endpointsOrganize work across teams, spaces, folders, lists, and tasks with full hierarchy control, time tracking, goal setting, and custom field support. The API covers the complete ClickUp workspace structure from team-level configuration down to individual task comments, checklists, dependencies, and tags — enabling programmatic project management across 51 endpoints.
51 endpoints# Add to your MCP client config (Claude Desktop, Cursor, Windsurf)
{
"jentic": {
"url": "https://api.jentic.com/mcp",
"auth": "oauth"
}
}
# Then ask your agent:
"find live events near a location"
# → Jentic returns the GET /events tool with parameter schema, agent executes.