NCR Voyix Connector for AI agents.
10 live capabilities
Manage retail inventory and commerce orders from your AI client.
Waiting for input…
Why people use NCR Voyix
Manage Retail Inventory with the NCR Voyix
This Connector changes that by letting you ask your AI client for the info directly. You can get stock counts, order statuses, and product details in a single sentence. You get your answers instantly without ever leaving your conversation.
What Vinkius changes
You get instant access to your retail commerce data through a natural conversation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking stock for a specific store
A store manager needs to know if a jacket is in stock at the downtown location.
- Real-world use case 02
Summarizing recent sales activity
An ops lead wants to see the total orders from last night.
- Real-world use case 03
Auditing product descriptions
A catalog manager needs to update a product price.
Complete set · 10capabilities
The complete NCR Voyix capability set.
These are the exact actions your AI can choose when you ask it to work with NCR Voyix.
01—04
4 capabilities in this set.
Part of 10 available through NCR Voyix.
- 01 Capability
Get loyalty programs
View your active loyalty and reward programs. This is great for checking what perks your customers get.
- 02 Capability
Get order
Pull specific details for a single order. You can see the status, site, and specific items in that purchase.
- 03 Capability
Get product
Get the full details for a single product. Use this to see descriptions, pricing, and other key specs.
- 04 Capability
Get site
View the configuration for a specific site. This shows you the setup for a physical or digital commerce location.
05—07
3 capabilities in this set.
Part of 10 available through NCR Voyix.
- 05 Capability
List catalogs
See every catalog available in your commerce system. This helps you understand how your products are grouped.
- 06 Capability
List customers
Get a list of all registered customers. Use this to see who is interacting with your commerce platform.
- 07 Capability
List orders
Pull a list of all commerce orders. This is your go-to for tracking high-level sales activity.
08—10
3 capabilities in this set.
Part of 10 available through NCR Voyix.
- 08 Capability
List products
List all items in your catalog. Use this to get a broad view of everything you sell.
- 09 Capability
List sites
See all your physical and digital commerce sites. This helps you manage your entire retail footprint.
- 10 Capability
List inventory
See current stock levels for any product at a specific site. This helps you avoid overselling items.
Set up in minutes
One URL. Then ask NCR Voyix to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use NCR Voyix 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_qRMgnk8Casd9cZqDShvAisnbdxN8oIza5oCPDw0r/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 NCR Voyix, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable NCR Voyix for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_qRMgnk8Casd9cZqDShvAisnbdxN8oIza5oCPDw0r/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 NCR Voyix URL.
- Step 03
Save and start
Save the connection and enable NCR Voyix in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"ncr-voyix": {
"url": "https://edge.vinkius.com/vk_preview_qRMgnk8Casd9cZqDShvAisnbdxN8oIza5oCPDw0r/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 NCR Voyix
Open Agent mode in chat and ask: "Using NCR Voyix, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"ncr-voyix": {
"url": "https://edge.vinkius.com/vk_preview_qRMgnk8Casd9cZqDShvAisnbdxN8oIza5oCPDw0r/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 NCR Voyix
Ask Copilot: "Using NCR Voyix, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"ncr-voyix": {
"url": "https://edge.vinkius.com/vk_preview_qRMgnk8Casd9cZqDShvAisnbdxN8oIza5oCPDw0r/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 NCR Voyix
Open Cascade and ask: "Using NCR Voyix, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"ncr-voyix": {
"url": "https://edge.vinkius.com/vk_preview_qRMgnk8Casd9cZqDShvAisnbdxN8oIza5oCPDw0r/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 NCR Voyix
Ask Cline: "Using NCR Voyix, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add ncr-voyix --transport http "https://edge.vinkius.com/vk_preview_qRMgnk8Casd9cZqDShvAisnbdxN8oIza5oCPDw0r/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 NCR Voyix
Ask Claude: "Using NCR Voyix, show me...". 10 tools are ready
Where the request belongs
Work NCR Voyix can move forward.
This is for retail and commerce leaders who are tired of jumping between different dashboards to find basic inventory or order information.
Retail Operations Manager
Checks stock levels across 20+ locations on a Tuesday morning to prep for a sale.
E-commerce Catalog Specialist
Verifies product descriptions and pricing across multiple catalogs to ensure consistency.
Customer Success Lead
Pulls up loyalty program details and customer lists to resolve account issues quickly.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAfosto
Retail and e-commerce engine. manage orders, inventory, products, and customers via AI.
Extensiv
Manage omnichannel operations via Extensiv. track orders and shipments, monitor inventory and warehouses, and manage vendors directly from any AI agent.
Cin7 Omni
Manage inventory and multi-channel orders via Cin7 Omni. track stock, monitor sales, and manage contacts directly from any AI agent.
Elastic Path
Manage headless commerce workflows via Elastic Path. inspect carts, track purchases, and retrieve store navigation directly from any AI agent.
Kibo Commerce
Manage e-commerce catalogs, orders, and real-time inventory via Kibo Commerce.
Enspire Commerce
Equip your AI agent to manage omni-channel orders, track inventory, and monitor shipments via the Enspire API.
Bring your own AI
Change the model, client or framework. Keep NCR Voyix 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 NCR Voyix.
The practical details behind the request, access and result.
How does the NCR Voyix MCP help my retail business?
It gives your AI agent the ability to read your commerce data. You can check stock, pull orders, and see product info just by asking questions.
Can I use the NCR Voyix MCP to check inventory at different locations?
Yes. You can ask the agent to check stock levels at any specific site in your account to see what's available.
Does the NCR Voyix MCP work with my current orders?
It allows your agent to retrieve specific order details and line items from your NCR Voyix account for quick reference.
Can I manage my product catalog with the NCR Voyix MCP?
You can browse your catalogs, view product descriptions, and check pricing across your entire commerce system.
Is the NCR Voyix MCP good for customer support?
It's great for support teams who need to quickly see order statuses or loyalty program details without switching apps.
How do I connect my NCR Voyix account to my AI agent?
You'll need your API Key, Shared Secret, and Organization Number from your NCR Voyix account to set it up.
How do I find my NCR Organization Number?
Your Organization Number (nep-organization) is provided by NCR during your account onboarding. You can also find it in your NCR Cloud Developer Portal profile settings.
Can I check stock for a specific store?
Yes! Use the list_inventory capability and provide the specific Site ID to see all current stock levels at that physical location.
What is the global catalog?
The global catalog contains all the items and products your business offers across all sites. You can browse this master list using the list_products capability.
One connection away
Give your agent a direct line to NCR Voyix.
Connect NCR Voyix once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available