← WebMCP Directory

Tool tree

chatboxai.app

AI & Agents
https://chatboxai.app/
Chatbox AI is a privacy-focused app to chat and work with GPT, Claude, Gemini, Grok, DeepSeek, and more using your own API keys. Start for free.
Explore capabilities

Tools verified

page: Every page

chatbox_get_product_contextAnswer

Return machine-readable Chatbox AI product context, pricing, and discovery URLs for AI agents.

View tool JSON
{
  "name": "chatbox_get_product_context",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return machine-readable Chatbox AI product context, pricing, and discovery URLs for AI agents.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "topic": {
        "type": "string",
        "enum": [
          "summary",
          "pricing",
          "developers",
          "agent-discovery"
        ],
        "description": "The product context topic to retrieve."
      }
    },
    "additionalProperties": false
  },
  "page": "/"
}
chatbox_open_urlAction

Navigate to a key Chatbox AI page such as pricing, guide, downloads, or developer discovery.

View tool JSON
{
  "name": "chatbox_open_url",
  "kind": "act",
  "impl": "imperative",
  "description": "Navigate to a key Chatbox AI page such as pricing, guide, downloads, or developer discovery.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "page": {
        "type": "string",
        "enum": [
          "home",
          "pricing",
          "guide",
          "download",
          "developers"
        ],
        "description": "The Chatbox AI page to open."
      }
    },
    "required": [
      "page"
    ],
    "additionalProperties": false
  },
  "page": "/"
}