← WebMCP Directory

Tool tree

thataicollection.com

liveAI & Agents
https://thataicollection.com/
A Collection of Awesome Generative AI Applications: Explore the most innovative AI solutions for business and personal use across 4000+ AI applications
Explore capabilities
search_ai_toolsanswer

Search the AI Collection directory for AI tools matching a query and open the results page.

View tool JSON
{
  "name": "search_ai_tools",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search the AI Collection directory for AI tools matching a query and open the results page.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Search query, e.g. \"image generation\""
      }
    },
    "required": [
      "query"
    ]
  },
  "page": "/"
}
view_ai_toolact

Open the detail page for a specific AI tool by its linkName slug (e.g. "midjourney"). Find linkNames with search_ai_tools first.

View tool JSON
{
  "name": "view_ai_tool",
  "kind": "act",
  "impl": "imperative",
  "description": "Open the detail page for a specific AI tool by its linkName slug (e.g. \"midjourney\"). Find linkNames with search_ai_tools first.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "linkName": {
        "type": "string",
        "description": "Application linkName slug"
      }
    },
    "required": [
      "linkName"
    ]
  },
  "page": "/"
}
view_categoryact

Browse all AI tools in a specific category. Use linkNames like "image-generation", "avatars", "chat-bot".

View tool JSON
{
  "name": "view_category",
  "kind": "act",
  "impl": "imperative",
  "description": "Browse all AI tools in a specific category. Use linkNames like \"image-generation\", \"avatars\", \"chat-bot\".",
  "inputSchema": {
    "type": "object",
    "properties": {
      "linkName": {
        "type": "string",
        "description": "Category linkName slug"
      }
    },
    "required": [
      "linkName"
    ]
  },
  "page": "/"
}