
6 results

Scans a merchant website and produces a UCP readiness report. Checks for existing structured data, payment providers, platform type, and /.well-known/ucp presence. Outputs a scored diagnostic with actionable fix list. Use when a merchant wants to know how ready they are for AI commerce integration.

Maps a merchant's product data to UCP catalog schema format. Supports Shopify, WooCommerce, CSV, and web scraping as data sources. Outputs UCP-compliant product JSON with field mapping report. Use after ucp-audit to convert existing product data.

Generates deployable checkout API code for a merchant's UCP integration. Supports Node.js (Express), Python (FastAPI), and PHP (Laravel) templates. Implements capability negotiation, session management, line item building, totals calculation, and payment handler integration. Use after ucp-profile and ucp-catalog are complete.

Generates a complete /.well-known/ucp business profile JSON for a merchant. Reads audit report to determine capabilities and payment handlers. Outputs deployment-ready JSON plus hosting instructions. Use after ucp-audit has produced a readiness report.

End-to-end validation of a merchant's UCP integration. Tests profile schema, capability negotiation, catalog search/lookup, checkout lifecycle, and payment handler declaration. Outputs a PASS/FAIL compliance report with 40+ checks. Use after deployment to verify the integration works correctly.