API + MCP for feeds, AI, and automation

Build integrations with our REST API, or connect AI agents directly via MCP. The AI Shopping Feeds platform gives developers, agencies, and AI-first teams everything they need.

AI Optimisation

Enhance titles, descriptions, and categories with AI

REST API

Full CRUD for feeds, products, and AI optimisation

MCP Protocol

Native Model Context Protocol support for AI agents

Capabilities

Everything you need to build

A complete REST API and MCP server for e-commerce feed management

Brands

Create and manage multiple brands. Each brand contains its own feeds and products.

Feeds

Import from CSV, XML, JSON, or URL. Full CRUD operations with metadata support.

Products

Bulk create, update, and delete. Search, filter, and paginate through catalogs.

AI Optimisation

Enhance titles, descriptions, product types, and Google categories using AI.

Export

Generate feed URLs for Google Shopping, Meta, TikTok Shop, and 200+ channels.

Scheduling

Automate feed refreshes, scheduled exports, and recurring AI optimisation runs.

MCP Protocol

Connect AI agents via Model Context Protocol. Full tool coverage over Streamable HTTP with team-scoped auth.

OpenClaw & API Support

First-class OpenClaw skill support. Dedicated API documentation, guides, and developer assistance.

Team & Auth

Manage team members, API keys, and role-based access control. Scoped permissions per brand.

AI Agents

Built for the age of AI agents

Connect AI agents via MCP or let assistants manage feeds autonomously

AI Shopping Feeds supports the Model Context Protocol (MCP) natively. AI agents connect directly to our MCP server over Streamable HTTP, with tools covering brands, feeds, products, AI optimisation, and exports. Set up your API key and point your agent at the MCP endpoint.

# MCP endpoint (preferred for AI agents)
https://app.aishoppingfeeds.com/api/v1/mcp

# Set your API key as an environment variable
export AISHOPPINGFEEDS_API_KEY="your-api-key"

# Then simply ask your AI assistant:
# "Optimise my product feed and export to Google Shopping"
Quick Start

Start building in minutes

REST API and MCP with Bearer token authentication

curl https://app.aishoppingfeeds.com/api/v1/feeds \
  -H "Authorization: Bearer YOUR_API_KEY"

# Response:
# {
#   "data": [
#     { "id": "abc123", "name": "Google Shopping UK", "product_count": 150 }
#   ],
#   "meta": { "total": 1, "limit": 20, "offset": 0 }
# }
Use Cases

What you can build

Common integration patterns with the AI Shopping Feeds API and MCP

Shopify Sync

Import products from Shopify, optimise with AI, and export to Google Shopping automatically.

Catalog Automation

Schedule feed updates via API. Keep your product data fresh across all channels.

Multi-Marketplace

Manage feeds for Amazon, eBay, Meta, and more from a single API integration.

Agency Tools

Build white-label feed management dashboards for your clients using our API.

MCP Agent Integration

Connect AI agents directly via MCP. Full tool coverage for brands, feeds, products, AI, and exports over Streamable HTTP.

Bulk AI Optimisation

Programmatically optimise thousands of product titles, descriptions, and categories with a single API call.

FAQ

Common questions

Quick answers about the AI Shopping Feeds API