Walmart Luminate Analytics Connector for AI agents.
8 live capabilities
Analyze Walmart shopper behavior and retail market basket data.
Waiting for input…
Why people use Walmart Luminate Analytics
Walmart Luminate Analytics for Retail Market Basket Insights
With this Connector, you just ask your agent to do the digging for you. It pulls the data directly from the Luminate API and summarizes the trends. You go from staring at raw rows of data to having a clear summary of shopper behavior in seconds.
What Vinkius changes
You get direct access to enterprise retail analytics without the manual data scraping.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Identifying Cart Abandonment
A researcher wants to know why people are dropping off during checkout.
- Real-world use case 02
Building Product Bundles
A product manager wants to know what to pair with organic coffee.
- Real-world use case 03
Locating Inventory Bottlenecks
An ops lead needs to find why a specific region is out of stock.
Complete set · 8capabilities
The complete Walmart Luminate Analytics capability set.
These are the exact actions your AI can choose when you ask it to work with Walmart Luminate Analytics.
01—04
4 capabilities in this set.
Part of 8 available through Walmart Luminate Analytics.
- 01 Capability
Luminate conversion rates
See which SKU groups are actually converting into sales. It helps you identify high-performing products.
- 02 Capability
Luminate get financial report
Access financial reports to check against specific budget limits. It provides a clear view of your limits.
- 03 Capability
Luminate loyalty metrics
Pull data on 1P customer loyalty and retention metrics. Use this to understand returning shopper habits.
- 04 Capability
Luminate market basket
Identify which products are frequently bought together by shoppers. This is great for building bundles.
05—08
4 capabilities in this set.
Part of 8 available through Walmart Luminate Analytics.
- 05 Capability
Luminate shopper behavior
Analyze how shoppers navigate the store and move through the funnel. Use this to find friction points.
- 06 Capability
Luminate store inventory health
Audit physical store inventory to find bottlenecks. It shows you exactly where stock is stalled.
- 07 Capability
Luminate category trends
Get data on how specific product categories are performing over time. This helps you spot growth areas quickly.
- 08 Capability
Luminate channel performance
Check how well products are moving across different sales channels. Use this to see your omnichannel health.
Set up in minutes
One URL. Then ask Walmart Luminate Analytics to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Walmart Luminate Analytics from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_kkwSGhgq65Ub9XDjZZgYkWfArZlsSQ9Igx8Zb9gZ/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Walmart Luminate Analytics, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Walmart Luminate Analytics for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_kkwSGhgq65Ub9XDjZZgYkWfArZlsSQ9Igx8Zb9gZ/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Walmart Luminate Analytics URL.
- Step 03
Save and start
Save the connection and enable Walmart Luminate Analytics in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"walmart-luminate-analytics": {
"url": "https://edge.vinkius.com/vk_preview_kkwSGhgq65Ub9XDjZZgYkWfArZlsSQ9Igx8Zb9gZ/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Walmart Luminate Analytics
Open Agent mode in chat and ask: "Using Walmart Luminate Analytics, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"walmart-luminate-analytics": {
"url": "https://edge.vinkius.com/vk_preview_kkwSGhgq65Ub9XDjZZgYkWfArZlsSQ9Igx8Zb9gZ/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Walmart Luminate Analytics
Ask Copilot: "Using Walmart Luminate Analytics, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"walmart-luminate-analytics": {
"url": "https://edge.vinkius.com/vk_preview_kkwSGhgq65Ub9XDjZZgYkWfArZlsSQ9Igx8Zb9gZ/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Walmart Luminate Analytics
Open Cascade and ask: "Using Walmart Luminate Analytics, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"walmart-luminate-analytics": {
"url": "https://edge.vinkius.com/vk_preview_kkwSGhgq65Ub9XDjZZgYkWfArZlsSQ9Igx8Zb9gZ/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Walmart Luminate Analytics
Ask Cline: "Using Walmart Luminate Analytics, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add walmart-luminate-analytics --transport http "https://edge.vinkius.com/vk_preview_kkwSGhgq65Ub9XDjZZgYkWfArZlsSQ9Igx8Zb9gZ/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Walmart Luminate Analytics
Ask Claude: "Using Walmart Luminate Analytics, show me...". 8 tools are ready
Where the request belongs
Work Walmart Luminate can move forward.
This is for the retail analyst who spends half their day copy-pasting numbers from different dashboards into a single slide deck. It's for the people who need to know the why behind the what in big-box retail.
Data Scientist
Pulling large datasets to build predictive models for shopper retention.
Market Researcher
Identifying new product bundle opportunities based on real basket affinities.
Omnichannel Officer
Checking if store inventory levels match online demand across different regions.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsWalmart Connect Ads
Manage Walmart Sponsored Search campaigns, budgets, keywords, and performance reports with AI. Exclusive for Walmart Connect Partner Network members.
Ometria Intelligence
Analyze customer data and retail marketing via Ometria. track contacts, orders, and segments directly from your AI agent.
Heap
Automate product analytics via Heap. track events, identify users, and manage segments directly from any AI agent.
MerchantSpring
Cross-marketplace reporting via MerchantSpring. track sales, orders, and products from multiple stores.
KnoCommerce
Analyze post-purchase surveys. list responses, audit customer feedback, and track attribution channels.
GrowingIO
Leading product analytics platform in China. manage events, segments, and metrics via AI.
Bring your own AI
Change the model, client or framework. Keep Walmart Luminate connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Walmart Luminate.
The practical details behind the request, access and result.
What is Walmart Luminate Analytics for?
It's used for deep retail analytics. It helps you understand shopper behavior, find product affinities, and check inventory health across Walmart's network.
Can I use this to change product prices?
No, this Connector is read-only. It is designed for pulling and analyzing data, not for making changes to your store's inventory or pricing.
Does this work for my own small business?
No, this capability is specifically for accessing Walmart Luminate enterprise data. It is not a general retail management capability for independent stores.
How do I connect my credentials?
You need to obtain official credentials from the Walmart developer portal and then plug those tokens into your Connector configuration.
Can it find inventory bottlenecks?
Yes, it can audit physical store inventory health to show you exactly where stock is stalled or where gaps exist.
Does it show omnichannel performance?
Yes, it tracks how products are performing across different sales channels so you can see your omnichannel strategy in action.
Is this for real-time order management?
No, this is an analytics capability. It's for analyzing trends and behaviors, not for processing individual customer orders.
Can this integration edit my item prices or titles?
No. The walmart-luminate-mcp works as a Read-Only analytics collector directly. If you seek editing arrays, combine this setup natively with walmart-marketplace-mcp.
Is Luminate data real-time or delayed?
Luminate insights provide highly accurate aggregated models but generally operate on a 24-48 hour processing delay to ensure large-scale data integrity across all US stores.
Can I see what other products customers buy alongside mine?
Yes. The Market Basket Affinity algorithms correlate transactions, showing you exact percentages of cross-category items frequently purchased with your SKUs.
One connection away
Give your agent a direct line to Walmart Luminate.
Connect Walmart Luminate once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available