🔍 AI Product Discovery
Enable natural language product search and recommendations. Customers can ask "Show me red dresses under $100" and get instant, relevant results from your catalog.
Model Context Protocol for AI Commerce Integration
Connect AI assistants to real-time commerce data from SHOPLINE stores
Sline MCP Server implements the Model Context Protocol (MCP) to bridge AI assistants with SHOPLINE's commerce ecosystem. Enable customers to shop naturally using conversational AI, powered by real-time product data, inventory, and store policies.
Server URL: https://mcp.sline.dev/mcp
(or /sse
for streaming)
Powered by: SHOPLINE Sline Template Engine
Enable natural language product search and recommendations. Customers can ask "Show me red dresses under $100" and get instant, relevant results from your catalog.
Let AI assistants add, remove, and modify cart items based on customer conversations. Seamlessly handle size changes, quantity updates, and product substitutions.
Provide instant answers about shipping policies, return procedures, store hours, and FAQs. Keep customers informed without leaving the conversation.
Help customers track order status, process returns, and manage their purchase history through natural conversation flows.
Serve global customers with AI assistants that understand and respond in multiple languages, adapting to your store's localization needs.
Deliver responsive chat experiences with streaming responses, keeping customers engaged with immediate feedback and natural conversation flow.
Choose the configuration method that best fits your AI client setup:
{ "mcpServers": { "sline": { "serverUrl": "https://mcp.sline.dev/sse" } } }
{ "mcpServers": { "sline": { "serverUrl": "https://mcp.sline.dev/sse", "headers": { "Authorization": "Bearer <YOUR_API_KEY>" } } } }
claude mcp add -s user -t http sline https://mcp.sline.dev/mcp
# Optional: Set your SHOPLINE store credentials SHOPLINE_STORE_URL=your-store.myshopline.com SHOPLINE_ACCESS_TOKEN=your_access_token # Optional: Enable debug mode MCP_DEBUG=true
Join thousands of SHOPLINE merchants already using AI to enhance their customer shopping experience.
View Documentation GitHub Repository