← WebMCP Directory

Tool tree

crazyegg.com

Developer Tools
https://www.crazyegg.com/
Use Crazy Egg to see what's hot and what's not, and to know what your web visitors are doing with tools, such as heatmaps, recordings, surveys, A/B testing & more.
Explore capabilities

Tools verified

startCrazyEggSignupAction

Open the Crazy Egg signup form, prefilled with the provided details. Opening the form has no side effects: the user must click Register, which sends a confirmation email, and the account is only created after the user follows the emailed link and submits the final form.

View tool JSON
{
  "name": "startCrazyEggSignup",
  "kind": "act",
  "impl": "imperative",
  "description": "Open the Crazy Egg signup form, prefilled with the provided details. Opening the form has no side effects: the user must click Register, which sends a confirmation email, and the account is only created after the user follows the emailed link and submits the final form.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "email": {
        "type": "string",
        "description": "Work email address; the signup confirmation link is sent here"
      },
      "first_name": {
        "type": "string",
        "description": "First name"
      },
      "last_name": {
        "type": "string",
        "description": "Last name"
      },
      "site": {
        "type": "string",
        "description": "Production website URL to analyze, e.g. example.com"
      }
    },
    "required": [
      "email",
      "site"
    ]
  }
}