# ecentic > Optimize product listings for AI shopping agents. Simulate ChatGPT, Claude, Gemini, and Perplexity decisions, diagnose losses, and improve win rate. ecentic simulates how AI shopping agents — ChatGPT, Claude, Gemini, Perplexity — evaluate product listings against competitors, diagnoses why a product wins or loses, and auto-optimizes catalog content so merchants capture agent-driven commerce. - Site: https://ecentic.ai - Sitemap: https://ecentic.ai/sitemap.xml - robots.txt (Content Signals): https://ecentic.ai/robots.txt - API catalog: https://ecentic.ai/.well-known/api-catalog - OAuth discovery: https://ecentic.ai/.well-known/oauth-authorization-server - OpenID configuration: https://ecentic.ai/.well-known/openid-configuration - UCP profile: https://ecentic.ai/.well-known/ucp - ACP discovery: https://ecentic.ai/.well-known/acp.json - OpenAPI (MPP): https://ecentic.ai/openapi.json - x402 payable API root: https://ecentic.ai/api (HTTP 402 + PAYMENT-REQUIRED) - MCP endpoint: https://ecentic.ai/mcp (also https://ecentic.ai/api/mcp) - MCP manifest: https://ecentic.ai/.well-known/mcp.json - Public REST API (v1): https://ecentic.ai/api/v1 - Developer documentation: https://ecentic.ai/docs - Zero-auth sandbox: https://ecentic.ai/api/v1/sandbox - Onboarding signals: https://ecentic.ai/api/v1/onboarding - 404 recovery (Markdown): https://ecentic.ai/404.md - Agent instructions: https://ecentic.ai/.well-known/agent-instructions.md - Agent skills: https://ecentic.ai/.well-known/agent-skills/index.json - auth.md: https://ecentic.ai/auth.md - OAuth Protected Resource: https://ecentic.ai/.well-known/oauth-protected-resource - MCP Server Card: https://ecentic.ai/.well-known/mcp/server-card.json ## When to use ecentic ecentic measures and improves how AI shopping agents — ChatGPT, Claude, Gemini, Perplexity — rank a merchant's products against competitors, and rewrites listings to win those comparisons. - **Find out whether AI assistants recommend a store's products.** Run a free scan of the top products across four assistants and return an AI Agent Score with per-product win rates. Start: https://ecentic.ai/api/v1/plans - **Diagnose why a product loses a head-to-head comparison.** Replay the comparison an assistant ran, name the attribute or claim that cost the recommendation, and identify the competitor that won it. Start: https://ecentic.ai/api/mcp - **Rewrite a product listing so agents can evaluate it.** Optimize titles, descriptions, and structured attributes for machine comparison, then publish back to Shopify or WooCommerce. Start: https://ecentic.ai/.well-known/agent-skills/optimize-listings/SKILL.md - **Check whether a storefront is reachable by shopping agents.** Validate a store's Universal Commerce Protocol profile and endpoints, and report what an agent can and cannot see. Start: https://ecentic.ai/ucp-validator - **Measure AI agent traffic to a store.** Track which assistants crawl or cite a catalog, at what volume, and which products they land on. Start: https://ecentic.ai/.well-known/agent-skills/agent-commerce/SKILL.md - **Connect a Shopify, WooCommerce, or product-feed store.** Onboard a catalog through MCP tools without a browser session. Start: https://ecentic.ai/api/mcp ### When not to use ecentic - Classic search-engine SEO aimed at human visitors — ecentic optimizes for agent comparison, not SERP rank. - Running ad campaigns, managing inventory, or fulfilling orders. - Building or hosting a storefront; ecentic connects to one you already run. - General copywriting unrelated to how an agent evaluates a product. ### How to call ecentic 1. Start unauthenticated at https://ecentic.ai/api/v1 — it names every endpoint, the versioning and rate-limit policies, and where errors are documented. 2. Build against the sandbox before any account exists: POST https://ecentic.ai/api/v1/sandbox/simulation returns a real simulation's response shape from synthetic scoring, with no credential. https://ecentic.ai/api/v1/onboarding lists every zero-auth guarantee with a URL that proves it. 3. Call tools over MCP at https://ecentic.ai/mcp (or https://ecentic.ai/api/mcp), JSON-RPC 2.0. `list_plans` needs no credential. 4. Authenticate anything that touches a merchant account with `Authorization: Bearer ecentic_sk_…`; mint a key per https://ecentic.ai/auth.md. 5. Handle failures by branching on the `code` field of the RFC 9457 problem body, documented at https://ecentic.ai/docs/errors. 6. Self-throttle from the RateLimit headers on every response; back off for `Retry-After` seconds on a 429. ## Core Product intent, pricing, and the landing story. - [ecentic — Win Every AI Shopping Agent's Cart](https://ecentic.ai/) - [Create an ecentic account](https://ecentic.ai/sign-up) - [Sign in to ecentic](https://ecentic.ai/sign-in) ## Features What ecentic does: AI simulation, diagnosis, and product listing optimization. - [AI ecommerce tools for merchants](https://ecentic.ai/features) - [AI product listing optimization](https://ecentic.ai/features/product-listings) ## Platforms How ecentic connects to the underlying commerce stack. - [AI for Shopify stores](https://ecentic.ai/platforms/shopify) - [AI for WooCommerce stores](https://ecentic.ai/platforms/woocommerce) ## Research Category comparisons and tooling for teams evaluating the space. - [Free tools and resources](https://ecentic.ai/resources) - [Best AI tools for ecommerce — buyer's guide](https://ecentic.ai/compare/best-ai-ecommerce-tools) - [Universal Commerce Protocol (UCP) validator](https://ecentic.ai/ucp-validator) - [UCP Playground — test AI shopping agents](https://ecentic.ai/ucp-playground) ## Policies Legal and data handling. - [Privacy Policy](https://ecentic.ai/privacy-policy) ## Developers Human-readable reference for the ecentic API: endpoints, authentication, typed errors, rate limits, and versioning. - [ecentic API documentation](https://ecentic.ai/docs) - [ecentic MCP server — connect and call it](https://ecentic.ai/docs/mcp) - [ecentic API authentication — keys and bearer tokens](https://ecentic.ai/docs/authentication) - [ecentic API errors (RFC 9457 codes)](https://ecentic.ai/docs/errors) - [ecentic API rate limits](https://ecentic.ai/docs/rate-limits) - [ecentic API versioning and deprecation policy](https://ecentic.ai/docs/versioning) - [OpenAPI 3.1 document](https://ecentic.ai/openapi.json) ## Agent API Machine-facing endpoints for AI agent integrations. - [Public agent API index (v1)](https://ecentic.ai/api/v1) - [Protocol and document discovery](https://ecentic.ai/api/v1/discovery) - [Plan catalog](https://ecentic.ai/api/v1/plans) - [Agent skills](https://ecentic.ai/api/v1/skills) - [Onboarding signals — free tier, self-serve keys, sandbox, each with a URL that proves it](https://ecentic.ai/api/v1/onboarding) - [Zero-auth sandbox — build a client before creating an account](https://ecentic.ai/api/v1/sandbox) - [MCP endpoint (JSON-RPC tools)](https://ecentic.ai/mcp) - [MCP endpoint (canonical path)](https://ecentic.ai/api/mcp) - [MCP server manifest](https://ecentic.ai/.well-known/mcp.json) - [Agent instructions — when to use ecentic](https://ecentic.ai/.well-known/agent-instructions.md) - [UCP agent profile](https://ecentic.ai/ucp/agent-profile) - [auth.md — agent registration and credentials](https://ecentic.ai/auth.md) - [OAuth Protected Resource Metadata (RFC 9728)](https://ecentic.ai/.well-known/oauth-protected-resource) - [OAuth Authorization Server Metadata (RFC 8414)](https://ecentic.ai/.well-known/oauth-authorization-server) - [MCP Server Card (SEP-1649)](https://ecentic.ai/.well-known/mcp/server-card.json) ## Blog Long-form guides on structured data, agent traffic, and catalog visibility. - [ecentic blog — index](https://ecentic.ai/blog) - [Best AI Attribution Tools for Ecommerce Marketing in 2026](https://ecentic.ai/blog/best-ai-attribution-tools) - [Win AI Shopping Citations in 2–4 Weeks With WooCommerce AI SEO](https://ecentic.ai/blog/woocommerce-ai-seo) - [SKU Level Wins: Ranketta Alternatives for Shopify and WooCommerce](https://ecentic.ai/blog/ranketta-alternatives) - [Simulation Tested AI Listing Audits for Shopify/WooCommerce Sellers](https://ecentic.ai/blog/ai-product-listing-audit) - [30–90 Day ChatGPT SEO Simulation Plan for Shopify & WooCommerce](https://ecentic.ai/blog/best-chatgpt-seo-tools) - [Five Fixes That Pass AI Agent Tests for Shopify/WooCommerce Stores](https://ecentic.ai/blog/faq-for-ai-agents) - [Simulation Backed Product Schema for AI Ecommerce Teams](https://ecentic.ai/blog/product-schema-for-ai) - [Prove Gemini SEO Gains: Use Search Console and Ecentic for Shopify](https://ecentic.ai/blog/best-gemini-seo-tools) - [4 Signals That Win AI Answer Citations for Shopify & WooCommerce](https://ecentic.ai/blog/ai-answer-citations) - [Simulate Parity to Win Gemini vs Perplexity on Shopify & WooCommerce](https://ecentic.ai/blog/gemini-vs-perplexity-shopping) - [Brand Authority for AI: The Trust Signals That Get You Cited](https://ecentic.ai/blog/brand-authority-for-ai) - [Making Your Product Pages Work for AI Shopping Agents](https://ecentic.ai/blog/optimize-for-shopping-bots) - [The Best WooCommerce Analytics Plugins for Tracking Real Store Performance](https://ecentic.ai/blog/best-woocommerce-analytics-plugins) - [Agent-Driven Traffic Analytics: A 2026 Implementation Guide](https://ecentic.ai/blog/agent-driven-traffic-analytics) - [AI Auto Optimization for Ecommerce Product Listings](https://ecentic.ai/blog/ai-auto-optimization) - [Best AI Agent Simulators for Testing Product Page Visibility](https://ecentic.ai/blog/best-ai-agent-simulators) - [Shopify Generative SEO: A GEO Playbook for Merchants](https://ecentic.ai/blog/shopify-generative-seo) - [How to Rank in Perplexity: A Practical Citation Playbook](https://ecentic.ai/blog/rank-in-perplexity) - [Best AI Answer Optimization Tools for SEOs and Marketers](https://ecentic.ai/blog/best-ai-answer-optimization-tools) - [ChatGPT Product Recommendations: A 30-90 Day Playbook](https://ecentic.ai/blog/chatgpt-product-recommendations) - [Generative Engine Optimization: A GEO Playbook for Ecommerce](https://ecentic.ai/blog/generative-engine-optimization) - [Best Shopify AI Apps for 2026, Shortlisted by Use Case](https://ecentic.ai/blog/best-shopify-ai-apps) - [AI Competitor Analysis: A Practical Workflow for Marketers](https://ecentic.ai/blog/ai-competitor-analysis) - [AI Agent Pricing Strategies for Shopify & WooCommerce](https://ecentic.ai/blog/pricing-for-ai-agents) - [Product Knowledge Graph Guide for Shopify & WooCommerce](https://ecentic.ai/blog/product-knowledge-graph) - [AI Agent Traffic: A Shopify & WooCommerce Playbook](https://ecentic.ai/blog/ai-agent-traffic) - [Shopify AI SEO: Tools, Checklist, and Pilot Plan](https://ecentic.ai/blog/shopify-ai-seo) - [AI Answer Optimization for Marketers: A 2026 Playbook](https://ecentic.ai/blog/ai-answer-optimization) - [How AI Shopping Agents Recommend Your Products](https://ecentic.ai/blog/ai-shopping-agents) - [How to Rank Your Products in ChatGPT Shopping Agents](https://ecentic.ai/blog/rank-in-chatgpt) - [AI Search Visibility for Marketing Teams: Measure, Track, and Win](https://ecentic.ai/blog/ai-search-visibility) - [Best Generative Engine Optimization Tools: 2026 Review](https://ecentic.ai/blog/best-generative-engine-optimization-tools) - [How to Win GA4 AI Traffic for Your Shopify Store](https://ecentic.ai/blog/ga4-ai-traffic) - [How to Optimize Your Product Listings for AI Shopping Agents](https://ecentic.ai/blog/optimize-for-ai-overviews) - [The AI Economy: How AI Is Reshaping Commerce in 2026](https://ecentic.ai/blog/ai-economy-how-ai-is-reshaping-commerce) - [ecentic vs Ecomtent: Listing Content vs Winning Agents](https://ecentic.ai/blog/ecentic-vs-ecomtent) - [Best AI Shopping Agent Optimization Tools (2026)](https://ecentic.ai/blog/best-ai-shopping-agent-optimization-tools-2026) - [ecentic vs Profound: AI Visibility vs Winning the Cart](https://ecentic.ai/blog/ecentic-vs-profound) - [ecentic vs Alhena AI: Tracking vs Winning the Cart](https://ecentic.ai/blog/ecentic-vs-alhena-ai) - [ecentic Startup Deals for Y Combinator and Techstars](https://ecentic.ai/blog/ecentic-partner-deals-y-combinator-techstars) - [ecentic × EU Presence: Compliance and AI Visibility in One Bundle](https://ecentic.ai/blog/ecentic-eu-presence-partnership-compliance-ai-visibility-bundle) - [Morph's Agentic Economy Report: $500B in AI Commerce by 2028](https://ecentic.ai/blog/morph-agentic-economy-report-500-billion-commerce-2028) - [How to Start an Ecommerce Business in 2026](https://ecentic.ai/blog/how-to-start-an-ecommerce-business-in-2026) - [Ecommerce SEO in 2026: Winning Search, Shopping, and AI](https://ecentic.ai/blog/ecommerce-seo-in-2026) - [How to Track AI Shopping Traffic in 2026](https://ecentic.ai/blog/how-to-track-ai-shopping-traffic-in-2026) - [Structured Data Checklist for Ecommerce Product Pages in 2026](https://ecentic.ai/blog/structured-data-checklist-for-ecommerce-product-pages)