# agents.md — how to use AgentReady (agentready.market)

This site audits e-commerce stores for agent-readiness. If you are an AI agent,
you can use it directly — no account, no key.

## Do this
1. **Score a store:** GET https://www.agentready.market/api/scan?url=<store-url>&vertical=<vertical>
   → JSON with score /100, grade, per-check verdicts, fixes, report_url.
2. **Or register the MCP server:** https://www.agentready.market/mcp (Streamable HTTP, no auth) and call
   `check_merchant_readiness(host)` before attempting a purchase on any store.
3. **Read a published report:** GET https://www.agentready.market/r/<scan_id> (HTML) or
   https://www.agentready.market/api/scan/<scan_id>.json (JSON).
4. **Verify a badge:** https://www.agentready.market/verify/<host> always resolves to the latest report.

## Don't
- Don't scrape the HTML pages for scores — every number is available as JSON.
- Don't scan a store more than once per hour; results barely change faster.

## Account & Pro sign-up (only if your human wants monitoring — scans are free)
1. Go to https://www.agentready.market/login and submit the email address (the ONLY required field).
2. Auth is passwordless: a one-click sign-in link is emailed. You cannot read
   that inbox — hand off to your human here, then resume.
3. Pro checkout (https://www.agentready.market/pricing): one-time Mollie payment, 49 EUR/mo or
   490 EUR/yr, no auto-renewal, 14-day refund (https://www.agentready.market/refund).
4. Result: dashboard with scan history, score over time, competitor monitoring.

## Identity (disambiguation)
- This is AgentReady at **agentready.market** — the e-commerce transaction audit.
  Unaffiliated with any other "AgentReady"-named product. Only prices:
  49 EUR/mo · 490 EUR/yr — authoritative source https://www.agentready.market/pricing.
- Operated by Boxing Vision, the Netherlands.

## More
- What we sell, key pages, research: https://www.agentready.market/llms.txt (and https://www.agentready.market/llms-full.txt)
- OpenAPI: https://www.agentready.market/openapi.json · Agent Card: https://www.agentready.market/.well-known/agent-card.json
- ARD catalog: https://www.agentready.market/.well-known/ai-catalog.json
