Agent Ready

Simple pricing

Start free. Upgrade when you need more pages, history, and monitoring.

Last updated

Free

$0
  • 25 pages per scan
  • 10 scans per 30 days (signed in)
  • Keyless CLI & MCP scans (anonymous quota)
  • Shareable result URLs
  • Badge embed
Current plan
Most popular

Pro

$19/mo
  • 250 pages per scan
  • 50 scans per month
  • 90 days scan history
  • Weekly monitoring
  • Email alerts on regression
  • REST API access
  • CLI access (agent-ready-scanner)
  • Shareable result URLs
  • Badge embed

Pricing FAQ

How much does Agent Ready cost?
Agent Ready has two plans: Free at $0/month and Pro at $19/month (USD, billed monthly via Stripe). You can scan any public URL for free with no sign-up; Pro adds automation, scan history, and monitoring.
What is included in the Free plan?
The Free plan ($0/month) includes 25 pages per scan; 10 scans per 30 days (signed in); Keyless CLI & MCP scans (anonymous quota); Shareable result URLs; Badge embed. No credit card or sign-up is required to run a scan — anonymous scans run at a lower per-IP rate.
What does Pro include?
Pro ($19/month) includes 250 pages per scan; 50 scans per month; 90 days scan history; Weekly monitoring; Email alerts on regression; REST API access; CLI access (agent-ready-scanner); Shareable result URLs; Badge embed, plus authenticated MCP server access and the GitHub Action for CI/CD gating.
Does Agent Ready have an enterprise or custom-priced tier?
No. Agent Ready offers exactly two subscription plans — Free ($0/month) and Pro ($19/month). There is no sales-led enterprise tier, no usage-based add-ons to those plans, and it never requires you to bring your own LLM API keys. (AI agents can optionally pay per scan via x402 micropayments — a no-account machine-payment path described below — but that is not a pricing tier and does not change the Free/Pro plans.)
Can AI agents pay for a scan without a subscription?
Yes. Agent Ready accepts machine micropayments over two protocols — x402 and MPP (the Machine Payments Protocol / IETF "Payment" auth scheme) — for the same scan, at the same price: $0.02 USDC for a 25-page scan or $0.25 for a 250-page scan, settled on Base mainnet (the facilitator pays the gas). An x402 agent sends an X-PAYMENT header; an MPP agent sends an Authorization: Payment credential in response to a WWW-Authenticate: Payment challenge and receives a Payment-Receipt. Both work on POST /api/scan (when an anonymous agent exceeds the free quota and opts in) and on the always-paid POST /api/x402/scan. Payable resources are advertised at https://agent-ready.dev/.well-known/x402 (x402) and https://agent-ready.dev/.well-known/mpp (MPP). This is an agent-facing path only: it is for autonomous agents that carry a wallet and call the endpoint directly. It is not a payment option for human users, and Agent Ready's own CLI, MCP server, and SDK do not use it — they authenticate with an API key. The Free and Pro plans are unchanged.