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.
| Endpoint | What It Returns |
|---|---|
/ai/products.json | Product listings with filters & pagination |
/ai/product/{id}.json | Full single product detail |
/ai/categories.json | Complete category tree |
/ai/store.json | Store name, currency, language |
/ai/status.json | Bridge 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.well-known/ai-bridge.json/ai/tools.jsonAI 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.
Platform Connectors
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.
| Step | What Happens |
|---|---|
| 1. Database | Enter DB credentials, test the connection |
| 2. Platform Detection | Auto-detects WooCommerce, OpenCart, PrestaShop Or Other |
| 3. Store Info & API Key | Confirm details, Save Key or generate new API key |
| 4. Review & Save | Configure & Save - Ready to Roll |
Security Built-In
The bridge is read-only by default — it cannot accidentally modify your store data.