Departments

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

Department management and organizational structure.

Department {
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of department"
    },
    "color": {
      "type": "string",
      "description": "Color of department"
    },
    "archived": {
      "type": "boolean",
      "description": "True if the department is archived else False"
    }
  }
}