A

audit.wordlift.io

Website auditing tool exposing AI readiness analysis via WebMCP

1action
https://audit.wordlift.io/

live · Developer Tools · JSON · API for agents

Tools 1 tool

run-auditaction

Run a full AI readiness audit on a given URL. Returns a structured report with an overall score (0–100) plus detailed findings for site files, SEO fundamentals, structured data, content structure, image accessibility, automation readiness, and JavaScript rendering.

View tool JSON
{
  "name": "run-audit",
  "kind": "action",
  "impl": "imperative",
  "description": "Run a full AI readiness audit on a given URL. Returns a structured report with an overall score (0–100) plus detailed findings for site files, SEO fundamentals, structured data, content structure, image accessibility, automation readiness, and JavaScript rendering.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "url": {
        "type": "string",
        "description": "The fully-qualified URL to audit (e.g. https://example.com). Must be a public, accessible page."
      }
    },
    "required": [
      "url"
    ]
  }
}