JSON REST API

A set of clean JSON endpoints that return your store's data in a format perfect for AI. Any developer or AI tool can query your products, categories, and store info through these links.

EndpointWhat It Returns
/ai/products.jsonProduct listings with filters & pagination
/ai/product/{id}.jsonFull single product detail
/ai/categories.jsonComplete category tree
/ai/store.jsonStore name, currency, language
/ai/status.jsonBridge health and product count

All endpoints are authenticated with your API key. Read-only by default — the bridge cannot modify your store data.

MCP Server Model Context Protocol

A new standard that lets AI tools like Claude Desktop or Cursor connect to your store directly. One line of configuration and the AI "knows" your store — it can search products, check stock, and retrieve details in any conversation.

{
  "mcpServers": {
    "yourstore": {
      "url": "https://yourstore.com/ecomaibridge/mcp"
    }
  }
}

Compatible with Claude Desktop, Cursor, and any MCP-compliant AI agent.

AI Discovery Chain

Three automatic files that tell AI systems "here's what this store sells and here's how to interact with it." AI web crawlers and agents can discover your store's capabilities without any manual setup.

llms.txt
Tells LLM crawlers what your store is about & how to access it.
.well-known/ai-bridge.json
Full machine-readable capability manifest for AI agents.
/ai/tools.json
Anthropic and OpenAI-compatible tool-use schemas.

AI Chat Widget Powered by Groq - For Free Tier

A floating assistant button appears on every page of your store. Customers type questions in plain language and get instant answers pulled from your live catalog — with images, prices, stock availability, and direct product links.

"Do you have hiking boots?" — AI answers instantly from your live inventory.

Your LLM API key never leaves your server. The widget talks to your server; your server talks to the AI. No data leakage. Free tier is powered by Groq — fast, free, no credit card needed.

  30 requests / day
  5 products per response
  3 days analytics history

Platform Connectors

WooCommerce
Support for latest versions of WordPress + WooCommerce
OpenCart 3.x / 4.x
Full support, live in production. All versions from 3.x to 4.x.
PrestaShop
Full support, live in production. All versions from 8x to latest
Custom Platform
One PHP class to connect other PHP-based stores.

4-Step Setup Wizard

Open a browser, fill in your database details, confirm your store info, save. Done. Under 2 minutes. No command line, no configuration files to edit manually.

StepWhat Happens
1. DatabaseEnter DB credentials, test the connection
2. Platform DetectionAuto-detects WooCommerce, OpenCart, PrestaShop Or Other
3. Store Info & API KeyConfirm details, Save Key or generate new API key
4. Review & SaveConfigure & Save - Ready to Roll

Security Built-In

The bridge is read-only by default — it cannot accidentally modify your store data.

API key authentication on all endpoints
SQL injection prevention (PDO prepared statements)
Configurable CORS and Content Security Policy headers
All inputs sanitized before use

Click below button to check out the Pro version features.

Pro Features