Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ›’ E-Commerce
  3. Unified Offer Protocol MCP Server
U
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:53:56 PM

Unified Offer Protocol MCP Server

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

AI-powered e-commerce product search, affiliate links, and price negotiation

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "unified-offer-protocol-mcp-server-3": {
      "command": "uvx",
      "args": [
        "uop-mcp-server"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ›’ More in E-Commerce

Documentation Overview

🌐 Universal MCP Server

AI-powered e-commerce integration for intelligent shopping assistants

NPM Version PyPI Version Docker Pulls MCP Protocol License

Connect your AI applications to 3+ e-commerce platforms (Shopify, WooCommerce, Shopware 6) with automatic product search, price negotiation, and intelligent discount generation through the Model Context Protocol.


✨ Features

  • πŸ” Product Search - Natural language queries across all connected platforms
  • πŸ’° Price Negotiation - Intelligent pricing with automatic discount generation
  • πŸ”— Smart Links - Direct product links with automatic discount application
  • πŸ€– Multi-LLM Support - Works with 6 AI providers (OpenAI, Anthropic, Google, Mistral, Cohere, Groq)
  • 🧡 Thread Management - Persistent conversations with 24h expiry
  • 🌍 Multi-Currency - Supports 12 currencies (EUR, USD, GBP, CHF, etc.)
  • ⚑ Production-Ready - Enterprise-grade performance and security
  • πŸ†“ Free to Use - No fees, no commissions, open for everyone

πŸš€ Quick Start

Option 1: Direct HTTP API (Recommended)

bash
# Get your free API key at https://unifiedoffer.com
curl -X POST https://api.unifiedoffer.com/functions/v1/mcp-http-wrapper \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "tool": "searchProducts",
    "arguments": {
      "query": "gaming laptop under $1500",
      "limit": 5
    }
  }'

Option 2: NPM Package

Terminal
npm install @unifiedoffer/mcp-server

Option 3: PyPI Package

Terminal
pip install uop-mcp-server

Option 4: Docker

Terminal
docker pull unifiedoffer/mcp-server:latest
docker run -p 8080:8080 -e UOP_API_KEY=your_key unifiedoffer/mcp-server

πŸ› οΈ Available Tools

ToolDescriptionLatencyComplexity
searchProductsSearch products across all platforms~1.7sMedium
generateLinksCreate direct product links with discounts~2.1sMedium
negotiatePriceIntelligent price negotiation~2.3sHigh
negotiateBatchCompetitive batch pricing~2.8sHigh
negotiateMultiRoundProgressive multi-round negotiation~3.2sHigh
chatAI shopping assistant (6 LLM providers)~5.7sHigh
listThreadsList conversation threads~0.6sLow
getThreadRetrieve thread history~0.8sLow
extendThreadExtend thread expiration~0.8sLow

Average Response Time: 2.2s | Success Rate: 100%


πŸ“š Documentation

Getting Started

  • Authentication Guide - API key setup
  • Quick Start Guide - First steps
  • Code Examples - Integration examples

API Reference

  • Tool Specifications - Complete MCP manifest
  • OpenAPI Spec - REST API docs

Advanced Topics

  • Multi-LLM Configuration - Provider setup
  • Thread Management - Conversation persistence
  • Rate Limits - Usage quotas

🌍 Supported Platforms

PlatformProduct SyncDiscount CodesWebhooksStatus
Shopifyβœ…βœ…βœ…Production
WooCommerceβœ…βœ…βœ…Production
Shopware 6βœ…βœ…βœ…Production
Magento⏳⏳⏳Planned

πŸ’‘ Use Cases

AI Shopping Assistants

server.ts
// Natural language product search
const response = await fetch('https://api.unifiedoffer.com/functions/v1/mcp-http-wrapper', {
  method: 'POST',
  headers: {
    'x-api-key': 'YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    tool: 'chat',
    arguments: {
      message: 'I need a laptop for video editing under $2000',
      configName: 'openai-gpt-4o'
    }
  })
});

Price Comparison Tools

server.ts
# Compare multiple products competitively
import requests

response = requests.post(
    'https://api.unifiedoffer.com/functions/v1/mcp-http-wrapper',
    headers={'x-api-key': 'YOUR_API_KEY'},
    json={
        'tool': 'negotiateBatch',
        'arguments': {
            'productIds': ['prod_123', 'prod_456', 'prod_789']
        }
    }
)

E-Commerce Integration

bash
# Generate product links with automatic discounts
curl -X POST https://api.unifiedoffer.com/functions/v1/mcp-http-wrapper \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "tool": "generateLinks",
    "arguments": {
      "productIds": ["prod_abc", "prod_def"]
    }
  }'

πŸ” Authentication

Get your free API key at https://unifiedoffer.com

Two key types available:

  • Developer Keys (dk_*) - Search across ALL shops, optimize for customer value
  • Merchant Keys (mk_*) - Shop-scoped search, optimize for merchant margin

Usage:

bash
# Standard header (recommended)
-H "x-api-key: dk_YOUR_API_KEY"

# Alternative authorization header
-H "X-Authorization: Bearer dk_YOUR_API_KEY"

# Query parameter (fallback)
?api_key=dk_YOUR_API_KEY

⚑ Rate Limits

Tool CategoryLimitTools
Light100 req/minlistThreads, getThread, extendThread
Standard60 req/minsearchProducts, generateLinks
Heavy30 req/minnegotiatePrice, chat
Batch20 req/minnegotiateBatch, negotiateMultiRound

🌐 Multi-Currency Support

Automatic currency handling for 12 currencies:

EUR (€) β€’ USD ($) β€’ GBP (Β£) β€’ CHF (CHF) β€’ CAD (C$) β€’ AUD (A$) β€’ JPY (Β₯) β€’ SEK (kr) β€’ NOK (kr) β€’ DKK (kr) β€’ PLN (zΕ‚) β€’ CZK (Kč)

Minimum discounts automatically adjusted per currency (e.g., €1.00, $1.00, Β£0.85).


πŸ€– AI Provider Support

Works seamlessly with 6 LLM providers (40+ models):

ProviderModelsFeatures
OpenAIGPT-5, GPT-4.1, GPT-4o series (8 models)Best function calling, JSON mode
AnthropicClaude Sonnet 4.5, Opus 4.1, Claude 3.5 (5 models)Best coding, 1M context
GoogleGemini 2.5 Pro, 2.5 Flash, 2.0 Flash (5 models)Best price-performance
MistralMedium 3, Devstral Small, Large/Small (6 models)Multilingual support
CohereCommand A, Aya Expanse (5 models)23 languages
GroqOpenAI GPT-OSS, Llama 4 Vision (12 models)Ultra-fast inference

BYOK Model: Bring Your Own Key - use your own LLM API keys for zero cost.


πŸ—οΈ Architecture

Code
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚   AI App/Agent  β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”˜
         β”‚ MCP Protocol (HTTP/WebSocket)
         β–Ό
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  MCP Server     β”‚
β”‚  (Edge Func)    β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”˜
         β”‚ REST API
         β–Ό
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  Product Database (PostgreSQL)  β”‚
β”‚  - Shopify Products             β”‚
β”‚  - WooCommerce Products         β”‚
β”‚  - Shopware Products            β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

πŸ“Š Performance

  • Uptime: 99.9%
  • Average Latency: 2.2s
  • Success Rate: 100%
  • Concurrent Requests: 1000+
  • Database: Enterprise PostgreSQL with 145+ optimized indexes

πŸ”’ Security

  • βœ… API keys hashed before storage
  • βœ… 170 active Row-Level Security policies
  • βœ… Rate limiting with fail-safe defaults
  • βœ… CORS properly configured
  • βœ… Zero secrets in responses
  • βœ… Grade A+ security audit

πŸ“¦ Distribution Channels

ChannelPackageStatus
NPM@unifiedoffer/mcp-serverβœ… v2.0.4
PyPIuop-mcp-serverβœ… v2.0.5
Docker Hubunifiedoffer/mcp-serverβœ… v2.0.0
GitHub MCP Registryio.github.Chris85appding/unified-offer-protocolβœ… v2.0.5
PulseMCPAuto-indexing⏳ Pending
MCP.soManual submission⏳ Pending

🀝 Support & Community

  • Website: https://unifiedoffer.com
  • Documentation: https://unifiedoffer.com/mcp
  • API Endpoint: https://api.unifiedoffer.com/functions/v1/mcp-http-wrapper
  • Email: support@unifiedoffer.com
  • Issues: https://github.com/UnifiedOffer/mcp-server-public/issues

πŸ“„ License

MIT License - see LICENSE for details.


🎯 Roadmap

v2.1 (Q1 2026)

  • Magento platform integration
  • Real-time inventory sync
  • Enhanced batch negotiation strategies
  • WebSocket transport layer

v2.2 (Q2 2026)

  • Multi-region deployment
  • GraphQL API endpoint
  • Enhanced analytics dashboard
  • Custom LLM fine-tuning

🌟 Why Choose UOP MCP Server?

βœ… Production-Ready - Enterprise-grade performance and security
βœ… Zero Setup - Direct HTTP API, no complex configuration
βœ… Multi-Platform - Works with Shopify, WooCommerce, Shopware 6
βœ… Cost-Effective - BYOK model, pay only for what you use
βœ… Fully Featured - 9 tools covering search, negotiation, links, chat
βœ… Well-Documented - Comprehensive guides and examples
βœ… Open Source - MIT License, community-driven
βœ… 100% Free - No fees, no commissions, no hidden costs


Built with ❀️ by the Unified Offer Protocol Team
Get Started Free β€’ Documentation β€’ Report Bug

Related MCP Servers

View all in E-Commerce View all alternatives
  • U
    Unified Offer Protocol MCP Server

    AI-powered e-commerce product search, affiliate links, and price negotiation

    πŸ›’ E-Commerce0 views
    Compare vs Unified Offer Protocol MCP Server β†’
  • U
    Unified Offer Protocol MCP Server

    AI-powered product search, affiliate links, and price negotiation for e-commerce platforms

    πŸ›’ E-Commerce0 views
    Compare vs Unified Offer Protocol MCP Server β†’
  • S
    Store

    Custom metal-print storefront: catalog search, product details, shipping, reviews. Read-only.

    πŸ›’ E-Commerce0 views
    Compare vs Store β†’
  • Buywhere Mcp logoBuywhere Mcp

    Cross-border e-commerce product catalog for AI agents. Search 3M+ products across Singapore, SEA, and US markets with price comparison and deal discovery. Install via npx @buywhere/mcp-server.

    πŸ›’ E-Commerce2 views
    Compare vs Buywhere Mcp β†’

Frequently Asked Questions about Unified Offer Protocol MCP Server

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "unified-offer-protocol-mcp-server": { "command": "npx", "args": ["-y", "Unified Offer Protocol MCP Server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewUnified Offer Protocol MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/unified-offer-protocol-mcp-server-3?style=directory)](https://allmcps.com/mcp/unified-offer-protocol-mcp-server-3)
HTML Embed
<a href="https://allmcps.com/mcp/unified-offer-protocol-mcp-server-3"><img src="https://allmcps.com/api/badge/unified-offer-protocol-mcp-server-3?style=directory" alt="Unified Offer Protocol MCP Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ›’E-Commerce
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
4/4 checks healthy over the last 7h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit9mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Oct 19, 2025
33Quality signal: Emerging Β· 33/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools15/30
Adoption & activity0/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ›’ E-Commerce β†’Best MCP servers for E-Commerce β†’Alternatives to Unified Offer Protocol MCP Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code