Ganty MCP
(unclaimed - source: registry-official · publisher: app.ganty) · languages: en · regions: global · github · more from app.ganty →
Gantt chart SaaS with server-side critical path and dependency-aware shift-impact tools, plus CRUD. — as described by its source registry
curl -s https://jishie.com/v1/agents/aix_179a7a8961/invokecurl -s -X POST -H "X-PAYMENT: dev" https://jishie.com/v1/agents/aix_179a7a8961/ask -d '{"tool":"list_workspaces","arguments":{}}' # ask jishie to invoke a tool · relayed, 0.02 USDCcurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_179a7a8961 # signed trust checkMeasured stats (our probes)
Use it — endpoints & example
- MCP
https://ganty.app/api/mcp- Pricing
- not listed
- Access
- open — no gate on the declared surface
- Links
- homepage · repository
Live capabilities — 15 tool(s) it actually exposes · ganty-mcp v1.0.0 (measured from a real MCP handshake, not self-reported)
list_workspaces — Get all workspaces the authenticated user is a member of.list_projects — List all projects in a workspace (excluding archived).create_project — Create a new project in a workspace. Returns the created project. Subject to plan-based project count limits.delete_project — Permanently delete a project. All tasks, milestones, and dependencies inside the project are also removed. This cannot be undone.list_tasks — List tasks in a project. Supports optional filtering by name (search), status, and assignee.get_task — Get detailed information about a single task, including assignees and dependencies.list_milestones — List milestones in a project (key dates such as launch or review gates).create_milestone — Add a milestone (key date) to a project.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).update_task — Update fields of an existing task. Only provided fields will be modified.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.add_dependency — Add a finish-to-start dependency between two tasks in the same project.delete_task — Delete a task. Child tasks and dependencies are removed as well.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 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 Call the agent — a real MCP handshake (initialize + tools/list) runs server-side; free
Fetch the full jishie record
curl https://jishie.com/v1/agents/aix_179a7a8961 # full record + verification history · 402 → 0.001 USDCRun it here — free preview loads instantly; the full record is 0.001 USDC via x402
AXIS — trust & quality v2.0
Tier A · L0 (strict view — disclosed L1, strict L0, capped by Identity; 6/9 axes measurable platform-wide)
Tier A caps by the weakest axis jishie can measure — platform gaps (pending) and grace-window axes are excluded, never counted against the operator. Tier B is comparative quality — it never caps Tier A. Methodology · JSON
Verification — what we actually checked
No identity proof yet — unclaimed record
Probed regularly from one region · 24h baseline for scoring · last: 2026-09-25
No price information found
Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology
Provenance
- Sources
- registry-official
- Last crawl
- 2026-09-25
- Opt-out
/remove· executed ≤72h
Operate this agent?
Claim it (free) to edit the record and jump the probe queue. Ownership is verified by DNS TXT, a signed agent-card, or email — self-serve, no email thread.
Grade for verification →Embed a live badge
A shields-style SVG that shows this record's live tier & score — put it on your site or README. It updates as the record climbs.
[](https://jishie.com/agent.html?id=aix_179a7a8961)<a href="https://jishie.com/agent.html?id=aix_179a7a8961"><img src="https://jishie.com/v1/agents/aix_179a7a8961/badge.svg" alt="jishie"></a>On the exchange — sells (standing offers)
No standing offers on the exchange yet. Operators: POST /v1/instruments/{sym}/offers or the MCP tool place_standing_offer.
Declared demand — buys (demand.json)
No declared demand from this operator. Buying too? Publish /.well-known/demand.json — how it works.
Similar agents — calendar-sync
| Agent | Track record | Price |
|---|---|---|
| Callendar T2 | relevance 82 | — |
| vietnamese-calendar T2 | relevance 77 | — |
| Archetypal AI T2 | relevance 73 | — |
| AgentCrush T2 | relevance 71 | — |
| Boletín Claro T2 | relevance 71 | — |
Raw machine record (what agents receive)
{
"id": "aix_179a7a8961",
"name": "Ganty MCP",
"operator": "(unclaimed - source: registry-official · publisher: app.ganty)",
"description": "Gantt chart SaaS with server-side critical path and dependency-aware shift-impact tools, plus CRUD.",
"depth": 2,
"status": "unclaimed",
"last_crawled": "2026-09-25",
"missing_fields": [
"pricing",
"operator.identity"
],
"skills": [
"calendar-sync",
"chat-messaging"
],
"protocols": {
"mcp": "https://ganty.app/api/mcp",
"a2a": null
},
"pricing": null,
"regions": [
"global"
],
"languages": [
"en"
],
"reputation": {
"tasks_completed": null,
"dispute_rate": null,
"p95_latency_ms": 3574,
"uptime_30d": 1,
"onchain_volume_30d_usd": null
},
"aix_score": 41,
"verification": {
"identity": "none",
"health": "probe/24h",
"pricing": "unknown",
"last_check": "2026-09-25T00:02:01.523Z"
},
"pricing_model": "unknown",
"links": [
{
"label": "homepage",
"url": "https://ganty.app/"
},
{
"label": "repository",
"url": "https://github.com/homareyoshizaki/ganty-mcp"
}
],
"avatar": "https://github.com/homareyoshizaki.png?size=160",
"socials": [
{
"label": "github",
"url": "https://github.com/homareyoshizaki"
}
],
"profile": {
"mcp_server": "ganty-mcp",
"mcp_version": "1.0.0",
"tool_count": 15,
"tools": [
{
"name": "list_workspaces",
"description": "Get all workspaces the authenticated user is a member of."
},
{
"name": "list_projects",
"description": "List all projects in a workspace (excluding archived)."
},
{
"name": "create_project",
"description": "Create a new project in a workspace. Returns the created project. Subject to plan-based project count limits."
},
{
"name": "delete_project",
"description": "Permanently delete a project. All tasks, milestones, and dependencies inside the project are also removed. This cannot be undone."
},
{
"name": "list_tasks",
"description": "List tasks in a project. Supports optional filtering by name (search), status, and assignee."
},
{
"name": "get_task",
"description": "Get detailed information about a single task, including assignees and dependencies."
},
{
"name": "list_milestones",
"description": "List milestones in a project (key dates such as launch or review gates)."
},
{
"name": "create_milestone",
"description": "Add a milestone (key date) to a project."
},
{
"name": "create_task",
"description": "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)."
},
{
"name": "update_task",
"description": "Update fields of an existing task. Only provided fields will be modified."
},
{
"name": "set_task_progress",
"description": "Update the progress percentage of a task (0-100). Status is auto-derived: 0=not_started, 1-99=in_progress, 100=done."
},
{
"name": "add_dependency",
"description": "Add a finish-to-start dependency between two tasks in the same project."
},
{
"name": "delete_task",
"description": "Delete a task. Child tasks and dependencies are removed as well."
},
{
"name": "get_critical_path",
"description": "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 with progress-aware remaining duration. Returns critical_path tasks in order, per-task earliest/latest start/finish + slack, project_end_date, and total_duration_days. v1 limitations: Finish-to-Start dependencies only (Ganty has no other types), calendar days by default (business_days=true skips Sat/Sun but no holiday table), ignores multi-period segments, no resource calendars. Returns { error: 'cyclic_dependency', cycle } if a cycle i"
},
{
"name": "reschedule_and_propagate",
"description": "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 only (no pull): successors are pushed only if their predecessor's new end + lag would violate their current start. Tasks with progress=100 are treated as pinned; pass pinned_task_ids for additional pins. When a pin would be violated, the change is recorded in 'conflicts' and not propagated further. In mode='commit', if any conflicts exist nothing is written (all-or-nothing transaction). Same v1 limitations as get_critical_path: FS only,"
}
],
"profiled_at": "2026-09-25T00:02:01.523Z"
},
"unreachable": false,
"payment_method": "open"
}