← WebMCP Directory

Tool tree

insertchat.com

AI & Agents
https://insertchat.com/
AI assistants for website and phone customer support
Explore capabilities

Tools verified

browse_insertchatAction

Open a key public InsertChat page in this browser tab. Use this to browse product features, integrations, pricing, security, contact information, or the home page.

View tool JSON
{
  "name": "browse_insertchat",
  "kind": "act",
  "impl": "imperative",
  "description": "Open a key public InsertChat page in this browser tab. Use this to browse product features, integrations, pricing, security, contact information, or the home page.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "destination": {
        "type": "string",
        "enum": [
          "home",
          "features",
          "integrations",
          "pricing",
          "security",
          "contact"
        ],
        "description": "InsertChat page to open."
      }
    },
    "required": [
      "destination"
    ],
    "additionalProperties": false
  }
}
get_insertchat_page_detailsAnswer

Get trusted metadata about the InsertChat page currently open in the browser, including its title, description, canonical URL, language, and path.

View tool JSON
{
  "name": "get_insertchat_page_details",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get trusted metadata about the InsertChat page currently open in the browser, including its title, description, canonical URL, language, and path.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}
sign_in_to_insertchatAction

Open the InsertChat sign-in page in this browser tab for an existing user.

View tool JSON
{
  "name": "sign_in_to_insertchat",
  "kind": "act",
  "impl": "imperative",
  "description": "Open the InsertChat sign-in page in this browser tab for an existing user.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}
start_insertchat_freeAction

Open InsertChat onboarding in this browser tab so the user can create an account and start building an AI assistant for free.

View tool JSON
{
  "name": "start_insertchat_free",
  "kind": "act",
  "impl": "imperative",
  "description": "Open InsertChat onboarding in this browser tab so the user can create an account and start building an AI assistant for free.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}