{
  "mcpVersion": "2024-11-05",
  "tools": [
    {
      "name": "run_seo_audit",
      "description": "Runs a free local SEO and search visibility audit for a target website URL.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "First and last name of the person requesting the audit"
          },
          "phone": {
            "type": "string",
            "description": "Phone number for follow-up communication"
          },
          "url": {
            "type": "string",
            "description": "Target website URL to analyze (e.g. google.com)"
          }
        },
        "required": [
          "name",
          "phone",
          "url"
        ]
      },
      "endpoint": {
        "url": "http://localhost:3006/api/scan",
        "method": "POST"
      }
    }
  ]
}
