TWP MCP Server
This is a Model Context Protocol (MCP) server for TWP (Tocca Working Platform).
Endpoint
/api/mcp — Streamable HTTP transport
Available Tools
- list_projects — List projects
- get_project — Get project details
- create_project — Create a project
- update_project — Update a project
- list_tasks — List tasks in a project
- get_task — Get task details
- create_task — Create a task
- update_task — Update a task
- delete_task — Delete a task
- list_comments — List task comments
- create_comment — Add a comment
- update_comment — Update a comment
- delete_comment — Delete a comment
Authentication
Include your API key as a Bearer token:Authorization: Bearer twpu_xxx