Attach a task type to a project template.

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://api-docs.kitsu.cloud/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Kitsu API MCP server": {
  "url": "https://api-docs.kitsu.cloud/mcp"
}
Close
POST /data/project-templates/{template_id}/task-types
POST /data/project-templates/{template_id}/task-types
curl \
 --request POST 'http://api.example.com/data/project-templates/{template_id}/task-types' \
 --header "Authorization: $API_KEY"