🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@unifiedoffer/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unifiedoffer/mcp-server

Universal MCP Server for AI-powered e-commerce integration. Connect AI apps to Shopify, WooCommerce, and Shopware 6 with automatic discounts.

latest
Source
npmnpm
Version
2.0.4
Version published
Maintainers
1
Created
Source
UOP Logo

@unifiedoffer/mcp-server

Universal MCP Server for AI-powered e-commerce integration

npm version downloads license MCP

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');

// 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% discount

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

Keywords

mcp

FAQs

Package last updated on 19 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts