AI-powered product search, affiliate links, and price negotiation for e-commerce platforms
Paste into claude_desktop_config.json:
{
"mcpServers": {
"unifiedoffer-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.unifiedoffer.com/functions/v1/mcp-http-wrapper"
]
}
}
}Run in a terminal:
claude mcp add --transport http unifiedoffer-mcp-server https://api.unifiedoffer.com/functions/v1/mcp-http-wrapper
Paste into .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"unifiedoffer-mcp-server": {
"url": "https://api.unifiedoffer.com/functions/v1/mcp-http-wrapper"
}
}
}Transport: http - Hosted remote (streamable HTTP). Nothing runs on your machine - the config above connects your client straight to the vendor's endpoint (older clients bridge via npx mcp-remote).
Auth: the remote endpoint may prompt for OAuth or an API key on first connect - see the vendor's docs.
https://wingmanprotocol.com/mcp.