I

isitagentready.com

Agent-readiness scanner that grades a website against emerging agent standards — discoverability, content negotiation, bot access controls, protocol discovery (MCP, OAuth, Agent Skills, WebMCP) and commerce protocols (x402, ACP, UCP).

1action
https://isitagentready.com/

live · Developer Tools · JSON · API for agents

Tools 1 tool

scan_siteaction

Scan a website for AI agent readiness. Returns a readiness level (0-5), results for all checks across 5 categories (discoverability, content, bot access control, discovery, commerce), and fix instructions for failing checks.

View tool JSON
{
  "name": "scan_site",
  "kind": "action",
  "impl": "imperative",
  "description": "Scan a website for AI agent readiness. Returns a readiness level (0-5), results for all checks across 5 categories (discoverability, content, bot access control, discovery, commerce), and fix instructions for failing checks.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "url": {
        "type": "string",
        "format": "uri",
        "description": "The URL of the website to scan for agent readiness"
      }
    },
    "required": [
      "url"
    ]
  }
}