← Back to tools
GM

Ganty MCP

15 endpointslive

Gantt chart SaaS with server-side critical path and dependency-aware shift-impact tools, plus CRUD. (MCP server app.ganty/mcp-server, aggregated from the official registry)

$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for Ganty MCP.
EndpointWhat it doesPriceHealth
list workspaces
/list_workspaces
Get all workspaces the authenticated user is a member of.$0.0020 per callunknown
list projects
/list_projects
List all projects in a workspace (excluding archived).$0.0020 per callunknown
create project
/create_project
Create a new project in a workspace. Returns the created project. Subject to plan-based project count limits.$0.0020 per callunknown
delete project
/delete_project
Permanently delete a project. All tasks, milestones, and dependencies inside the project are also removed. This cannot be undone.$0.0020 per callunknown
list tasks
/list_tasks
List tasks in a project. Supports optional filtering by name (search), status, and assignee.$0.0020 per callunknown
get task
/get_task
Get detailed information about a single task, including assignees and dependencies.$0.0020 per callunknown
list milestones
/list_milestones
List milestones in a project (key dates such as launch or review gates).$0.0020 per callunknown
create milestone
/create_milestone
Add a milestone (key date) to a project.$0.0020 per callunknown
create task
/create_task
Create a new task in a project. Dates must be in YYYY-MM-DD format. End date is exclusive (a 1-day task has end = start + 1 day).$0.0020 per callunknown
update task
/update_task
Update fields of an existing task. Only provided fields will be modified.$0.0020 per callunknown
set task progress
/set_task_progress
Update the progress percentage of a task (0-100). Status is auto-derived: 0=not_started, 1-99=in_progress, 100=done.$0.0020 per callunknown
add dependency
/add_dependency
Add a finish-to-start dependency between two tasks in the same project.$0.0020 per callunknown
delete task
/delete_task
Delete a task. Child tasks and dependencies are removed as well.$0.0020 per callunknown
get critical path
/get_critical_path
Calculate the critical path of a project on the Ganty side and return it as data (don't ask the model to reason over raw task lists). Uses forward/backward CPM $0.0020 per callunknown
reschedule and propagate
/reschedule_and_propagate
Compute the downstream impact of shifting a single task. Default is dry_run (no DB writes); set mode='commit' to actually persist the changes. Cascades forward $0.0020 per callunknown
Cracked: one key, every tool, your agent picks