thefashiondeals-mcp-server

TheFashionDeals/thefashiondeals-mcp-server
★ 0 stars Unknown language AI/LLM Updated 2d ago
Official Model Context Protocol (MCP) Server for TheFashionDeals.com 🛍️ Real-time verified Amazon US fashion deals, trending designer clothing, shoes & exclusive prime discounts. Connect directly to Claude Desktop, ChatGPT, Cursor, and autonomous AI shopping agents via JSON-RPC 2.0.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "thefashiondeals-mcp-": {
      "command": "npx",
      "args": [
        "-y",
        "TheFashionDeals/thefashiondeals-mcp-server"
      ]
    }
  }
}