RAG-as-a-Service for Ecommerce

Better product retrieval for chatbots and search

Stop building complex ecommerce RAG pipelines. Get product search in one API call.

Free tier available
No credit card required

The Solution

Semantic product search in one API call

A single REST endpoint that any chatbot platform can call via webhook. Natural language in, structured products out.

Request
POST /api/products/search

{
  "query": "comfortable running shoes under $100",
  "filters": {
    "in_stock": true
  }
}
Response
{
  "products": [
    { "id": "p_123", "title": "Nike Air Zoom", ... },
    { "id": "p_456", "title": "Adidas Ultraboost", ... }
  ],
  "suggested_follow_ups": [
    "What size?",
    "Trail or road?"
  ],
  "explanation": "Found 12 running shoes
    matching your preferences..."
}

MCP Server

Built for your AI agent

Connect any AI agent directly to your product catalog using the Model Context Protocol. Claude, GPT, n8n workflows, or your own custom agent — one standard protocol, zero glue code.

Semantic search

Your agent queries products with natural language and gets structured results instantly.

Works everywhere

Claude Code, Cursor, n8n, or any MCP-compatible client. Streamable HTTP transport for easy deployment.

Authenticated per project

Each agent authenticates with your API key. Full tenant isolation, same rate limits as the REST API.

View documentation
MCP configuration
{
  "mcpServers": {
    "storag": {
      "url": "https://mcp.storag.ai/mcp",
      "headers": {
        "Authorization": "Bearer pk_your_api_key"
      }
    }
  }
}

How It Works

Three steps to intelligent product search

From raw product data to conversational search in minutes, not months.

1

Ingest

Connect your product catalog via Google Shopping XML feed. We handle the rest.

2

Enrich

We automatically analyze images and text to create rich embeddings optimized for e-commerce search.

3

Query

Call our real-time API from any chatbot or app. Get relevant products with natural language queries.

Features

Built for ecommerce, designed for developers

Everything you need to add intelligent product search to your chatbot.

Ecommerce Semantic Search

Product-aware embeddings that understand "something like Ultraboost but cheaper" without custom training.

Multilingual by Default

50+ languages supported out of the box. No configuration needed — customers search in their language, get results that match.

Fast Response Time

SSE streaming shows results as they're found. Users see products instantly instead of waiting for the full search to complete.

Hybrid Search

Combines semantic understanding with exact matching. Get precision and recall without the tradeoffs.

Zero Config

No embeddings to manage, no schemas to design. Upload your catalog and start querying in minutes.

Pricing

Simple, usage-based pricing

Start free, scale as you grow. No credit card required.

MonthlyYearly

Free

For developers evaluating

$0/month
  • 5,000 queries/month
  • 5,000 products*
  • Community support

* If you upload more products, we will choose the first 5,000 in-stock ones randomly.

Get Started

Starter

For side projects

$39/month
billed annually
  • 10,000 queries/month
  • 10,000 products
  • Email support
Get Started
Popular

Grow

For growing startups

$99/month
billed annually
  • 20,000 queries/month
  • 20,000 products
  • Support access
Get Started

Pro

For established businesses

$219/month
billed annually
  • 50,000 queries/month
  • 30,000 products
  • Priority support
Get Started

Scale

For scale-ups

$359/month
billed annually
  • 100,000 queries/month
  • 50,000 products
  • Dedicated support
Get Started

Enterprise

For large organizations

Custom
  • Unlimited queries
  • Unlimited products
  • Dedicated support & SLA

Get in touch

Have questions or need help getting started? We'd love to hear from you.