Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-chris85appding-unified-offer-protocol": {
"args": [
"-y",
"@unifiedoffer/mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
AI-powered e-commerce integration for intelligent shopping assistants
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@unifiedoffer/mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @unifiedoffer/mcp-server against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / ecommerce
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
MCP Security Weekly
Get CVE alerts and security updates for io.github.Chris85appding/unified-offer-protocol and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
AI-powered e-commerce integration for intelligent shopping assistants
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.
# 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
}
}'
npm install @unifiedoffer/mcp-server
pip install uop-mcp-server
docker pull unifiedoffer/mcp-server:latest
docker run -p 8080:8080 -e UOP_API_KEY=your_key unifiedoffer/mcp-server
| Tool | Description | Latency | Complexity |
|---|---|---|---|
| searchProducts | Search products across all platforms | ~1.7s | Medium |
| generateLinks | Create direct product links with discounts | ~2.1s | Medium |
| negotiatePrice | Intelligent price negotiation | ~2.3s | High |
| negotiateBatch | Competitive batch pricing | ~2.8s | High |
| negotiateMultiRound | Progressive multi-round negotiation | ~3.2s | High |
| chat | AI shopping assistant (6 LLM providers) | ~5.7s | High |
| listThreads | List conversation threads | ~0.6s | Low |
| getThread | Retrieve thread history | ~0.8s | Low |
| extendThread | Extend thread expiration | ~0.8s | Low |
Average Response Time: 2.2s | Success Rate: 100%
| Platform | Product Sync | Discount Codes | Webhooks | Status |
|---|---|---|---|---|
| Shopify | ✅ | ✅ | ✅ | Production |
| WooCommerce | ✅ | ✅ | ✅ | Production |
| Shopware 6 | ✅ | ✅ | ✅ | Production |