@unifiedoffer/mcp-server
v2.0.4
Published
Universal MCP Server for AI-powered e-commerce integration. Connect AI apps to Shopify, WooCommerce, and Shopware 6 with automatic discounts.
Maintainers
Readme
@unifiedoffer/mcp-server
Universal MCP Server for AI-powered e-commerce integration
Connect AI applications to Shopify, WooCommerce, and Shopware 6 with automatic discount generation.
Installation
npm install @unifiedoffer/mcp-serverQuick Start
import UOPMCPClient from '@unifiedoffer/mcp-server';
const client = new UOPMCPClient('YOUR_API_KEY');
// Search products
const products = await client.searchProducts('laptop', { limit: 10 });
// Generate affiliate links
const links = await client.generateLinks([productId1, productId2]);
// Negotiate price
const offer = await client.negotiatePrice(productId, 15); // 15% discountFeatures
- 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
