UCPtools vs UCPChecker vs Nextwaves: Which UCP Validator Is Right for Your Store?

UCPChecker detects if your UCP profile exists. Nextwaves grades it A-F across 40+ tests. UCPtools validates it across four levels and simulates real AI agent behavior. Manual validation works but takes hours. Consultants charge $100-500/hr. Here is exactly what each option does - and which one fits your workflow.

The Short Answer

Detection is not diagnosis.

If you need a quick yes/no while browsing, open UCPChecker's Chrome extension. If you want a comprehensive grade with specific fixes, use Nextwaves. If you need deep validation, agent simulation, and the tools to actually build and maintain your UCP implementation, use UCPtools. All three are free for core validation - what changes is depth, tooling, and whether you can fix what the scan finds.

At-a-Glance Comparison

FeatureUCPtoolsUCPCheckerNextwavesManualConsultant
Validation depth4-level: structural, rules, network, SDKDetection only (3 states)40+ tests, A-F gradeDepends on your knowledgeComprehensive, custom
Error reporting20+ error codes, JSON paths, fix hintsNoneActionable fixes per failureNoneWritten report
AI agent simulationFull workflow: discovery, checkout, payment readinessAI bot visibility check onlyNot availableNot possibleManual testing only
Profile generationFull profiles + signing keys (Ed25519/ES256)Not availableNot availableManual (hours of work)Included in engagement
Hosting artifactsNginx, Apache, Vercel, Netlify, Cloudflare, AWSNot availableNot availableManual configurationMay be included
Platform guidesShopify, WooCommerce, Magento, BigCommerce, Wix, SquarespaceNot availableNot availableN/AN/A
Security scanningEndpoint security + vulnerability detectionLimited (bot visibility)Not availableNot possibleManual audit
API & CLIREST API + CLI for CI/CDPublic API, MCP serverSDKN/AN/A
Browser extensionNot availableChrome, Edge, BraveNot availableN/AN/A
Monitoring & alertsWeekly auto-validation, email alerts (paid)Continuous monitoring (free)Not availableN/AOne-time check
Merchant directoryCommunity directory + benchmarking956 monitored merchantsNot availableN/AN/A
AP2 agent paymentsNot yetNot availableYesN/AN/A
Negotiation protocolNot yetNot availableYesN/AN/A
PricingFree / $9/mo StarterFreeFreeFree (your time)$100-500/hr

Detailed Breakdown

UCPtools - the full toolkit

UCPtools is built for developers and agencies who need to validate, build, and maintain UCP implementations. It runs four distinct validation levels, each catching different categories of issues:

  • Structural - JSON schema, required fields, version format
  • Rules - namespace/origin binding, extension chains, HTTPS enforcement
  • Network - remote schema fetching, endpoint reachability, CORS configuration
  • SDK - official @ucp-js/sdk compliance check, simulating real agent interaction

When something fails, you get the exact error code (e.g. UCP_NS_ORIGIN_MISMATCH), the JSON path to the problem, the severity level, and a fix hint. No guessing.

The AI agent simulator is what sets UCPtools apart from every other tool. It walks through the full workflow an AI shopping agent would follow: discovery, capability inspection, checkout simulation, and payment readiness. Static validation checks the file. Agent simulation checks the experience.

For teams building from scratch, UCPtools generates compliant profiles with Ed25519 and ES256 signing key pairs, and produces hosting configurations for six platforms. The CLI and REST API let you integrate validation into CI/CD pipelines.

Best for: developers building UCP implementations, agencies managing multiple client domains, teams that need CI/CD integration, anyone who needs to both find AND fix issues.
Pricing: free for all core validation, simulation, and generation. Starter plan ($9/mo, 7-day free trial) adds automated weekly validation, email alerts, and managed UCP hosting.

UCPChecker - the quick detection tool

UCPChecker does one thing well: it tells you whether a UCP profile exists at any domain. The result is one of three states: Detected, Not Detected, or Partial.

Its killer features are the Chrome extension (check any site while browsing), a bulk domain checker, continuous monitoring that tracks status changes over time, and a public API. The browser extension is genuinely useful for competitive research - visit any store and instantly see if they are UCP-enabled.

However, UCPChecker cannot tell you what is wrong or how to fix it. If your profile shows "Partial," you get no breakdown of which capabilities passed or failed, no error codes, and no JSON path references. For debugging, you will need another tool.

UCPChecker also publishes an open dataset on Hugging Face (CC-BY 4.0) with adoption statistics and offers an MCP server for AI agent integration - useful for researchers and developers building on top of UCP data.

Best for: quick competitive scans while browsing, bulk checking many domains at once, tracking UCP adoption trends, researchers using the open dataset.
Pricing: entirely free.

Nextwaves UCP Tester - the grading tool

Nextwaves runs 40+ validation tests and gives your UCP profile an A-F grade with actionable fixes for every failure. It covers areas not yet addressed by other tools, including AP2 Agent Payments and the Negotiation Protocol.

The test suite spans discovery, checkout flow, order capability, identity linking, payment handlers, and security. Each failure comes with a specific fix recommendation, making it practical for teams that need clear direction on what to repair.

Nextwaves also provides an accompanying SDK and documentation site for developers implementing UCP. The company behind it (Nextwaves Industries) is a Vietnamese RFID hardware and software firm - they build infrastructure connecting physical goods to digital systems.

The limitation: Nextwaves is a one-time validation tool. There is no monitoring, no agent simulation, no profile generation, and no CI/CD integration. It tells you your grade today but will not alert you when something breaks next week.

Best for: getting a clear A-F grade with specific fixes, teams implementing AP2 or the negotiation protocol, developers who want the most test coverage in a single scan.
Pricing: free.

Manual Validation - the DIY approach

You read the official UCP specification, check your /.well-known/ucp file against the schema, verify each capability manually, and test endpoints one at a time. It costs nothing but your time - and for a complex profile with multiple capabilities, that can mean hours of work.

The risk with manual validation is inconsistency. You might check structural validity but miss a namespace/origin mismatch. You might verify the file exists but not test whether CORS headers allow AI agents to read it. The spec is evolving, and keeping up with every change manually is its own tax.

Best for: developers who want to deeply understand the spec, simple profiles with one or two capabilities, one-time validation with no ongoing monitoring needs.
Cost: free (but hours of your time).

Hiring a Consultant - the premium option

UCP consultants charge $100-500/hr for a one-time assessment, typically producing a written report with findings and recommendations. This is the most thorough option if budget allows - a good consultant catches edge cases no automated tool covers.

The downsides are cost and timing. A consultant delivers a point-in-time snapshot. Your profile passes today, but if a deployment changes something next week, the report is outdated. There is no automated re-check unless you pay for another engagement.

Best for: enterprise retailers with complex implementations, teams that need compliance sign-off for partners or investors, organizations where the cost of being invisible to AI agents exceeds the consulting fee.
Cost: $100-500/hr, typically $500-2,500 per assessment.

How to Choose Based on Your Role

If You Are a Solo Developer

You need tools that tell you exactly what is broken and how to fix it. Start with UCPtools (free) for the four-level validation - the error codes and JSON paths eliminate guesswork. Supplement with Nextwaves (free) when you need A-F grading across AP2 or negotiation protocol coverage. Use UCPChecker's browser extension when you want to check competitors or reference implementations.

Recommended stack: UCPtools (primary) + UCPChecker extension (competitive research).

If You Are an Agency or GEO Consultant

You manage multiple client domains and need measurable outcomes to report. UCPtools is built for this workflow: validate all client domains, monitor them weekly (Starter plan, $9/mo), and show clients specific improvements over time. The multi-domain dashboard and benchmarking against the merchant directory give you concrete metrics to report.

Agencies also benefit from the CLI and API for automated validation in CI/CD - run UCP checks on every deployment, not just when a client asks.

Recommended stack: UCPtools Starter ($9/mo) for monitoring + UCPChecker extension for competitive audits.

If You Are a Store Owner

You want to know if your store is "AI-ready" without getting into protocol details. Any of the three free tools can answer this. UCPChecker gives the simplest answer (yes/no/partial). Nextwaves gives a letter grade. UCPtools gives the most thorough report with specific instructions you can hand to your developer.

If you are on Shopify, your UCP profile is generated automatically - but that does not mean it is correct. Run any validator to confirm. Common Shopify issues include missing signing keys and namespace mismatches that the dashboard will not surface.

Recommended: UCPtools or Nextwaves (free scan) to get actionable findings, then hand the report to your developer.

Why This Matters Now

Google, Shopify, and Meta are shipping AI shopping agents in 2026. Google AI Mode and ChatGPT Shopping are already scanning for UCP profiles. A store without a valid /.well-known/ucp manifest is invisible to these agents - it is the equivalent of not having a robots.txt in 1998, except the stakes are revenue, not crawl budget.

McKinsey projects up to $1 trillion in US agentic commerce by 2030. The protocols are still young, but the infrastructure is being built now. Merchants who validate early will be discoverable from day one. Merchants who wait will be playing catch-up.

Try It Free - No Signup Required

Run a full 4-level validation on any domain and get specific error codes, JSON paths, and fix hints in seconds.

Frequently Asked Questions

  • What is the best UCP validator in 2026?

    It depends on what you need. For deep validation plus the tools to actually build and maintain a UCP implementation, UCPtools is the most thorough free option - it runs four validation levels (structural, rules, network, SDK), reports 20+ specific error codes with fix hints, and simulates real AI agent behavior. For a quick yes/no existence check while browsing, UCPChecker is a lightweight alternative with a Chrome extension. For a single A-F graded scan covering AP2 and the negotiation protocol, Nextwaves UCP Tester has the most test coverage in one pass.

  • UCPtools vs UCPChecker - what is the difference?

    UCPChecker detects whether a UCP profile exists at a domain and returns one of three states: Detected, Not Detected, or Partial. It will not tell you what is wrong or how to fix it - no error codes, no JSON paths, no fix hints. UCPtools runs four levels of validation, returns 20+ error codes with the exact JSON path and a fix hint for each issue, and includes an AI agent simulator, profile generation, security scanning, and a REST API and CLI. UCPChecker is great for a fast scan; UCPtools is the tool you use to debug and maintain a working implementation.

  • Is UCPChecker enough, or do I need UCPtools?

    UCPChecker is enough if all you need is to know whether a UCP profile exists - for example, a quick competitive scan with the browser extension or bulk-checking many domains. If your profile shows "Partial," or you need to fix specific issues, build a profile from scratch, generate signing keys, set up hosting, or wire validation into CI/CD, you need a tool with detailed error reporting and tooling - that is UCPtools. Many teams use both: UCPChecker for quick checks, UCPtools for the build-and-debug work.

  • Does UCPtools cover AP2 agent payments and the negotiation protocol like Nextwaves?

    Not yet. Nextwaves UCP Tester currently has dedicated coverage for AP2 Agent Payments and the Negotiation Protocol; UCPtools does not. If those areas are critical to your implementation, run Nextwaves for that coverage and use UCPtools for the four-level validation, agent simulation, profile generation, and ongoing monitoring it provides. The comparison on this page is honest about that gap.

  • Are these UCP validation tools free?

    UCPtools, UCPChecker, and Nextwaves are all free for core validation. UCPChecker and Nextwaves are entirely free. UCPtools is free for all validation, agent simulation, and profile generation; the Starter plan ($9/mo, 7-day free trial, no credit card) adds automated weekly validation, email alerts, and managed UCP hosting. Manual validation is "free" but costs hours of your time, and consultants charge roughly $100-500/hr ($500-2,500 per assessment).

  • Which UCP validator should I use for my Shopify store?

    Shopify generates your UCP profile automatically - but that does not mean it is correct. Run any validator to confirm. UCPtools provides the deepest check and a dedicated Shopify implementation guide, and it catches issues the Shopify dashboard does not surface, such as missing signing keys and namespace/origin mismatches. If you just want a quick letter grade or yes/no, Nextwaves or UCPChecker will do; if you want a report you can hand to your developer with specific instructions, use UCPtools.

Ready to Validate Your UCP Profile?

4-level validation, agent simulation, and profile generation - free, no signup. Need ongoing monitoring across multiple domains? Start a 7-day free trial of UCPtools Starter - no credit card required.