Connect AI applications to Shopify, WooCommerce, and Shopware 6 with automatic discount generation.
Installation
npm install @unifiedoffer/mcp-server
Quick Start
import UOPMCPClient from '@unifiedoffer/mcp-server';
const client = new UOPMCPClient('YOUR_API_KEY');
const products = await client.searchProducts('laptop', { limit: 10 });
const links = await client.generateLinks([productId1, productId2]);
const offer = await client.negotiatePrice(productId, 15);
Features
- Product Search: Query products across connected e-commerce platforms
- Affiliate Links: Generate trackable links with automatic discounts
- Price Negotiation: AI-powered price negotiation within merchant rules
- Thread Management: Persistent conversations with context
- Multi-Platform: Shopify, WooCommerce, Shopware 6 support
API Key
Get your free API key at https://unifiedoffer.com
Documentation
License
MIT