Spark Customer Agent MCP Server

Spark Customer Agent MCP Server

Enables natural language shopping through Walmart's backend API, supporting product discovery, cart management, coupon handling, and order history.

Category
Visit Server

README

Spark Customer Agent MCP Server

A Model Context Protocol (MCP) server for integrating with Walmart products backend API. This server enables customers to shop using natural language through AI-powered conversations, providing tools for product discovery, cart management, coupon handling, and order history access.

๐Ÿ›๏ธ Natural Language Shopping Experience

This MCP server transforms the traditional shopping experience by allowing customers to interact with Walmart's product ecosystem using conversational AI. Customers can simply ask questions like "Show me smartphones under $500" or "What's in my cart?" and get instant, personalized responses.

Features

  • ๐Ÿค– AI-Powered Shopping: Natural language interactions for seamless shopping experiences
  • ๐Ÿ” Product Search: Search products by category (smartphones, tv, shoes, healthcare, electronics, fitness)
  • ๐Ÿ’ฐ Price Filtering: Filter smartphones by maximum price with conversational queries
  • ๐Ÿ›’ Cart Management: View current cart items through simple voice or text commands
  • ๐ŸŽŸ๏ธ Coupons: Access available discount coupons via natural language requests
  • ๐Ÿ“‹ Order History: Retrieve past order information through conversational interface

๐Ÿš€ Reimagining Customer Experience with Emerging Technologies

In today's fast-paced, digital-first world, customer experience is the ultimate competitive advantage. With limitless options at their fingertips, modern shoppers expect seamless, intuitive and highly personalized interactionsโ€”whether they're browsing online, engaging via mobile or stepping into a physical store.

๐Ÿ”ฎ The Future of Retail Technology

This MCP server represents the convergence of several emerging technologies:

  • ๐Ÿง  AI-Powered Shopping Assistants: Conversational commerce that understands customer intent and provides personalized recommendations
  • ๐Ÿ“Š Data-Driven Insights: Real-time analysis of shopping patterns to enhance customer engagement
  • ๐ŸŽฏ Hyper-Personalized Experiences: Every interaction feels effortless, engaging and deeply relevant
  • โšก Real-Time Commerce: Instant responses to customer queries about products, pricing, and availability
  • ๐Ÿ”„ Predictive Shopping: Anticipating customer needs through advanced analytics

Retailers that harness AI, data-driven insights and immersive technologies are redefining customer engagement. From hyper-personalized recommendations and predictive shopping experiences to dynamic pricing models and real-time conversational commerce, emerging technologies are creating deeper, more meaningful relationships between brands and consumers.

This project embodies Walmart's vision of leveraging emerging technologies to transform the way customers shop, offering ultra-personalized experiences that make every interaction feel effortless, engaging and deeply relevant. By combining the power of AI assistants with natural language processing, we're reimagining the future of retail to enhance customer experience, boost engagement and redefine convenience in shopping.

Available Tools

๐Ÿ› ๏ธ Conversational Shopping Tools

Product Discovery:

  • get_products_by_category: Fetch products from a specific category using natural language
  • get_smartphones_by_price: Filter smartphones by maximum price through conversational queries

Cart Management:

  • get_cart_items: View shopping cart contents with simple voice or text commands
  • add_to_cart: Add products to cart with specified quantities
  • remove_from_cart: Remove products from cart (single item or all quantities)

Coupon & Discounts:

  • get_available_coupons: Get available discount codes via natural language requests
  • apply_coupon: Apply discount coupons to cart for savings
  • remove_coupon: Remove applied coupons from cart

Order Management:

  • get_order_history: Access order transaction history through conversational interface
  • place_order: Complete purchase with current cart items

๐Ÿ’ฌ Example Natural Language Interactions

Product Discovery:

  • "Show me all smartphones under $300" โ†’ Uses get_smartphones_by_price
  • "What electronics do you have?" โ†’ Uses get_products_by_category

Cart Management:

  • "What's in my shopping cart?" โ†’ Uses get_cart_items
  • "Add iPhone 15 to my cart" โ†’ Uses add_to_cart
  • "Remove the Nike shoes from my cart" โ†’ Uses remove_from_cart

Coupons & Discounts:

  • "Do I have any coupons available?" โ†’ Uses get_available_coupons
  • "Apply coupon SAVE20 to my cart" โ†’ Uses apply_coupon
  • "Remove the coupon from my cart" โ†’ Uses remove_coupon

Order Management:

  • "Show me my recent orders" โ†’ Uses get_order_history
  • "Place my order now" โ†’ Uses place_order

Prerequisites

  • Node.js (v18 or higher)
  • pnpm package manager
  • Backend API running on http://localhost:3000

Installation

  1. Clone the repository:
git clone https://github.com/khushal1512/spark-mcp.git
cd spark-mcp
  1. Install dependencies:
pnpm install
  1. Build the project:
pnpm build

Development

Run in development mode with hot reload:

pnpm dev

Watch mode for continuous development:

pnpm watch

Production

Build and start the server:

pnpm build
pnpm start

Cursor Integration

To use this MCP server with Cursor, add the following configuration to your Cursor settings:

{
  "mcpServers": {
    "spark-customer-agent": {
      "command": "node",
      "args": ["path/to/spark-mcp/dist/index.js"]
    }
  }
}

Backend API Endpoints

The server expects the following endpoints to be available:

Product Discovery:

  • GET /products/{category} - Get products by category
  • GET /products/smartphones/{maxPrice} - Get smartphones under max price

Cart Management:

  • GET /cart - Get cart items
  • POST /cart/add - Add product to cart
  • DELETE /cart/remove - Remove product from cart

Coupon Management:

  • GET /coupons - Get available coupons
  • POST /cart/apply-coupon - Apply coupon to cart
  • DELETE /cart/remove-coupon - Remove coupon from cart

Order Management:

  • GET /orders - Get order history
  • POST /orders/place - Place new order

Project Structure

spark-mcp/
โ”œโ”€โ”€ src/
โ”‚   โ””โ”€โ”€ index.ts          # Main MCP server implementation
โ”œโ”€โ”€ dist/                 # Compiled JavaScript output
โ”œโ”€โ”€ package.json          # Project configuration
โ”œโ”€โ”€ tsconfig.json         # TypeScript configuration
โ””โ”€โ”€ README.md            # This file

Configuration

  • Backend URL: Configure BACKEND_BASE_URL in src/index.ts
  • Categories: Modify ALLOWED_CATEGORIES array for different product categories

Contributing

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature-name
  3. Make your changes
  4. Build and test: pnpm build
  5. Commit your changes: git commit -am 'Add some feature'
  6. Push to the branch: git push origin feature-name
  7. Submit a pull request

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

Author

Khushal Agrawal

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured