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/productsACP Feed
Agent Commerce Protocol for product feeds
/api/acp/feedMCP 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/productsParameters
| Parameter | Type | Description |
|---|---|---|
merchant_id | string | Filter by specific merchant UUID |
search | string | Search products by name/description |
category | string | Filter by product category |
in_stock | boolean | Only return in-stock items |
page | number | Page number (default: 1) |
limit | number | Items 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/feedParameters
| Parameter | Type | Description |
|---|---|---|
merchant_id | string | Filter by specific merchant |
format | string | json 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
Need Help?
For API questions or partnership inquiries, contact us at support@adaptiveshop.ai