← a2atools.com

INDIVIDUAL MCP TOOL

generate_artifacts

STEP 3 — the ONLY way to create agent-readiness files.

a2atools.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://a2atools.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for generate_artifacts and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

a2atools.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ai-site-health-checker]
url = "https://a2atools.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ai-site-health-checker": {
      "type": "http",
      "url": "https://a2atools.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ai-site-health-checker
Remote MCP URL: https://a2atools.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ai-site-health-checker": {
      "url": "https://a2atools.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ai-site-health-checker": {
      "type": "http",
      "url": "https://a2atools.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ai-site-health-checker",
  "transport": "streamable-http",
  "url": "https://a2atools.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • audit_website — STEP 1 — start here.
  • get_checklist — STEP 2 (optional) — returns the full agent-readiness checklist grouped by category (Readable, Discoverable/GEO, Navigable/A2A).
  • get_playbook — Returns the full AI Site Health Playbook as Markdown.
  • get_playbook_pdf — Returns the full AI Site Health Playbook as a downloadable PDF (the same document bundled in the site's ZIP download).