Open source

The basics are free, forever

agentfix-mini-scanner ships eight of the thirty-three checks our commercial scanner runs — MIT licensed, zero dependencies, Node 18+. Use it standalone or as the on-ramp to the full $29 fix pack.

Try it now

# one-shot
npx agentfix-mini-scanner your-site.com

# or install globally
npm install -g agentfix-mini-scanner
agentfix-scan your-site.com --json

Output is a coloured CLI report; pass --json for machine-readable output.

What it checks

  • /llms.txt accessible
  • /llms-full.txt accessible
  • robots.txt explicitly allows GPTBot / ClaudeBot / PerplexityBot / Google-Extended
  • schema.org Organization JSON-LD on homepage
  • /.well-known/mcp/server-card.json (Model Context Protocol)
  • /.well-known/agent-card.json (Agent-to-Agent)
  • sitemap.xml accessible
  • Link: header advertising service-desc / api-catalog / agent-card

What the full scanner adds (the other 25 signals)

Declarative shadow DOM, MCP tool input-schema validity, A2A skill descriptors, agent-installable scripts, per-page meta tags, Article / FAQ / Product schema, OAuth-protected-resource metadata, RFC 8288 markdown content-negotiation, RSS / Atom feeds, anti-bot WAF heuristics, heading hierarchy, image alt coverage, anchor-tag density, Cloudflare Bot Verifications, SSR pre-render readiness — and ten more.

The full audit + a $29 ready-to-install ZIP pack lives on the homepage. You can also embed the live Agent-Ready badge on your site via the public API.

Source + issues

MIT-licensed. PRs welcome. Star it if it's useful — we keep new checks coming.

Questions, bug reports, new-check proposals: open a GitHub issue or email [email protected].