Search

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

Search functionality across all production data.

SearchFilter {
  "type": "object",
  "properties": {
    "list_type": {
      "type": "string",
      "description": "Type of list"
    },
    "entity_type": {
      "type": "string",
      "description": "Type of entity"
    },
    "name": {
      "type": "string",
      "description": "Name of search filter"
    },
    "search_query": {
      "type": "string"
    },
    "person_id": {
      "type": "string",
      "format": "UUID",
      "description": "Person ID"
    },
    "project_id": {
      "type": "string",
      "format": "UUID",
      "description": "Project ID"
    }
  }
}