Skip to main content

AI Agent Integration

Connect AI shopping assistants to AdaptiveShop. Our APIs are designed for ChatGPT, Claude, Perplexity, and other AI agents to help users discover and purchase products.

Quick Start

AdaptiveShop provides two API protocols for AI agents:

MCP Endpoint

Model Context Protocol for structured queries

/api/mcp/products

ACP Feed

Agent Commerce Protocol for product feeds

/api/acp/feed

MCP Endpoint

The Model Context Protocol endpoint is designed for AI agents that need to query products with specific filters.

Endpoint

GET https://app.adaptiveshop.ai/api/mcp/products

Parameters

ParameterTypeDescription
merchant_idstringFilter by specific merchant UUID
searchstringSearch products by name/description
categorystringFilter by product category
in_stockbooleanOnly return in-stock items
pagenumberPage number (default: 1)
limitnumberItems per page (default: 20, max: 100)

Example Request

curl "https://app.adaptiveshop.ai/api/mcp/products?search=jacket&in_stock=true&limit=10"

ACP Feed

The Agent Commerce Protocol feed provides a structured product feed compatible with Google Shopping and other commerce platforms.

Endpoint

GET https://app.adaptiveshop.ai/api/acp/feed

Parameters

ParameterTypeDescription
merchant_idstringFilter by specific merchant
formatstringjson or xml (Google Shopping compatible)

Response Fields

Each product entry includes:

  • Product ID, name, description, and images
  • Price and currency (USD)
  • Availability and stock status
  • Variant attributes (color, size, material)
  • Brand/merchant information
  • Return policy details
  • Direct product URL

Structured Data

All AdaptiveShop pages include Schema.org structured data for enhanced discoverability:

  • Product SchemaComplete product info with variants, pricing, availability
  • Organization SchemaMerchant/seller information
  • ItemList SchemaCatalog pages with product listings

Supported AI Agents

Our APIs are designed for major AI shopping assistants:

  • ChatGPT
  • Claude
  • Perplexity
  • Google Gemini

Our robots.txt explicitly allows these AI crawlers to index shop and product pages.

Additional Resources

/llms.txtPlain text instructions for LLMs
/robots.txtCrawling rules for AI agents
/sitemap.xmlDynamic sitemap with all shops and products
GuideFull platform guide

Need Help?

For API questions or partnership inquiries, contact us at support@adaptiveshop.ai