← Index

Unified Offer Protocol MCP Server

com.unifiedoffer/mcp-server·v2.0.2·Search
Quality Score
77
/100

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

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://api.unifiedoffer.com/functions/v1/mcp-http-wrapper
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@unifiedoffer/mcp-server"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@unifiedoffer/mcp-server"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @unifiedoffer/mcp-server
Claude Desktop (uvx)
{
  "mcpServers": {
    "mcp-server": {
      "command": "uvx",
      "args": [
        "uop-mcp-server"
      ]
    }
  }
}
Claude Desktop (Docker)
{
  "mcpServers": {
    "mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/chrisappding/mcp-server:2.0.0"
      ]
    }
  }
}
§03  MCP Quality Score  ·  methodology
freshness
12
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Search