NCR Voyix MCP. Track Orders, Inventory, and Site Status Instantly
Works with every AI agent you already use
…and any MCP-compatible client
Just plug in your AI agents and start using Vinkius.
NCR Voyix connects your commerce account to your AI agent. It gives you direct access to operational data: check live inventory levels, track customer orders across sites, and pull product details from your global catalog.
Use it to manage retail operations without logging into the main portal.
What your AI agents can do
Get loyalty programs
Lists the different loyalty programs available in your commerce system.
Get order
Retrieves detailed information for a single, specified customer order ID.
Get product
Pulls all specific details (pricing, description) for one product SKU.
Retrieves a list of every physical or digital location connected to your system.
Pulls detailed configuration information for one designated store or portal.
Generates a list of all customers registered in your commerce system.
Pulls the complete record, including line items and metadata, for one specific order.
Generates a comprehensive list of every item defined in your global product catalog.
Provides real-time stock levels for multiple products across specific physical locations.
Ask AI about this MCP
Supported MCP Clients
Waiting for input…
NCR Voyix: 10 Tools for Retail Operations
These tools let you query your entire commerce system—from customer lists to real-time inventory counts—all through your AI agent.
019d75dbget loyalty programs
Lists the different loyalty programs available in your commerce system.
019d75dbget order
Retrieves detailed information for a single, specified customer order ID.
019d75dbget product
Pulls all specific details (pricing, description) for one product SKU.
019d75dbget site
Gets the full configuration and status information for a single physical or digital site.
019d75dblist catalogs
Lists all defined product catalogs within your commerce system structure.
019d75dblist customers
Returns a list of registered customer accounts for reporting or lookup.
019d75dblist inventory
Provides an inventory count summary for selected products across multiple sites.
019d75dblist orders
Returns a list of recent orders, providing ID numbers and basic status summaries.
019d75dblist products
Generates a master list containing IDs and names for every product in the catalog.
019d75dblist sites
Returns a list of all connected commerce sites (e.g., 'Flagship', 'Web Portal').
Choose How to Get Started
Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.
Build Your Own
Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.
- Import from OpenAPI, Swagger, or YAML specs
- Create Agent Skills with progressive disclosure
- Deploy to edge with MCPFusion framework
- Built in DLP, auth, and compliance on every call
- Real time usage dashboard and cost metering
- Publish to catalog or keep private
Make Your AI Do More
Start with NCR Voyix, then connect any of our 4,700+ other servers whenever your AI needs more. One click, no limits.
- Use this MCP plus 4,700+ others, all in one place
- Add new capabilities to your AI anytime you want
- Every connection is secured and compliant automatically
- Track usage and costs across all your servers
- Works with Claude, ChatGPT, Cursor, and more
- New servers added to the catalog every week
What you can do with this MCP connector
You gotta connect your AI agent directly to your commerce account using this NCR Voyix server. It gives your agent real-time hands on the shop floor, letting it pull operational data that you normally only access by logging into the main portal. You can manage core retail tasks without ever leaving your chat window.
Site and Location Data:
When you need to know where you're operating, your agent first runs list_sites to give you a complete list of every physical or digital commerce location connected to your system. If you need deep background on one specific store or portal, use get_site to pull its full configuration and operational status details.
For real-time stock levels, the list_inventory tool gives you an inventory count summary for selected products across multiple sites at once.
Product Catalog Management:
Your agent can first list all defined product catalogs using list_catalogs. It then generates a master list of every item in your global catalog by running list_products, which returns IDs and names. If you need deep details on just one specific SKU—like the pricing or description for a single product—you use get_product to pull all that data.
Customer and Order Tracking:
For customer records, your agent can generate a full list of all registered accounts using list_customers, perfect for reporting purposes. To track transactions, it runs list_orders first; this returns a list of recent order IDs along with basic status summaries. For the complete picture on one specific order, you run get_order, which pulls every line item and piece of metadata attached to that ID.
Loyalty Programs:
Beyond physical inventory and sales data, your agent uses get_loyalty_programs to list all the different loyalty programs currently running in your commerce system. This lets you check reward status or program availability right out of the gate.
How NCR Voyix MCP Works
- 1 First, subscribe to the server and input your NCR API Key, Shared Secret, and Organization Number.
- 2 Second, tell your AI agent what you need—for example, 'Show me all orders for last week.'
- 3 Third, the agent executes the necessary tool calls (e.g.,
list_orders, thenget_order) and presents the structured data to you.
The bottom line is: You talk to your AI client, and it handles all the API calls needed to pull complex retail data points into a single response.
Who Is NCR Voyix MCP For?
This is for anyone who deals with retail operations but hates logging into multiple web portals. Think of the Inventory Manager who needs to know stock levels across 15 stores right now, or the Ops Analyst drowning in spreadsheet data from daily order reports. It’s built for speed.
Uses this to quickly check site status or retrieve bulk customer/order info without opening the main NCR dashboard.
Runs checks like list_inventory to validate stock counts across multiple sites and products for immediate reporting.
Uses tools like list_products or get_product to verify descriptions, pricing, and catalog structure instantly.
What Changes When You Connect
- Real-Time Stock Checks: Use
list_inventoryto get instant stock counts for any product across multiple physical sites. No more cross-referencing warehouse sheets. - Full Order Visibility: Running
get_orderpulls all line items and metadata in one call, letting you see exactly what was purchased without clicking through dozens of tabs. - Site Status at a Glance: The
list_sitestool lets your AI agent confirm if a location is active or if its configuration needs updating. You get the details immediately. - Customer Data Aggregation: By using
list_customersandget_loyalty_programs, you can build reports on customer activity and program membership status in one query. - Catalog Verification: When a product description is wrong, use
get_productorlist_products. You verify the canonical details instantly, ensuring accurate data for fulfillment. - Streamlined Reporting: The server allows your AI agent to chain calls—for example, taking an order ID from
list_ordersand running it throughget_order—to build complex reports quickly.
Real-World Use Cases
Investigating a Missing Order
A customer calls about an order they can't find. Instead of asking the customer for more details, your agent runs list_orders to check recent activity, then uses get_order with the provided ID. The result immediately tells you if the order was placed at a specific site and what items were in it.
Pre-Launch Inventory Audit
The merchandising team needs to know if they have enough stock of 'Blue Jeans' across all 20 locations before a big promotion. They simply prompt the agent with the product name, and list_inventory runs, giving them site-by-site counts instantly.
Debugging Product Pricing Discrepancies
The finance team spots a price difference for an SKU. They run get_product on the SKU ID to pull the definitive global pricing and description, comparing it against what the local store site data shows from get_site.
Daily Sales Reporting
An operations analyst needs to report daily sales volume. The agent runs list_orders for the day's date range, and then uses list_customers to pull associated loyalty data for cross-referencing.
The Tradeoffs
Treating it like a simple database query
A user tries to list all orders, and then manually runs get_order 50 times for every ID they found. This is slow and inefficient.
→
The agent should first use list_orders to get the batch of IDs. Then, it can intelligently decide if a more targeted single tool (like get_order) or an iterative process is needed based on your prompt structure.
Ignoring site context
Asking for 'Blue Jeans inventory' without specifying the store. The system might return nothing useful because it doesn't know which location you mean.
→
Always use list_sites first to confirm available locations, then run list_inventory and include both the product ID AND the site ID in your request.
Over-relying on one tool
Just using get_product because you know the SKU. You miss out on knowing if that product is actually stocked or which customers bought it.
→
Always verify product data by cross-referencing: Use get_product to confirm details, then use list_inventory to check stock availability.
When It Fits, When It Doesn't
Use this server if your job involves checking transactional or catalog data across multiple retail touchpoints (e.g., 'What did we sell?', 'How much is it?', 'Where is the stock?'). You're dealing with multi-location, e-commerce flow.
Don't use this if you need general business process automation, like sending emails or updating HR records—those require a messaging or CRM server. Also, don't assume one tool does everything; for example, list_orders gives you the IDs, but you must call get_order to get the actual line items. If your goal is just general catalog browsing and not transactional data retrieval, other simple product list APIs might suffice.
Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by NCR Voyix. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
VINKIUS INFRASTRUCTURE
Cloud Hosted
Managed infra
V8 Isolated
Sandboxed per request
Zero-Trust Proxy
No stored credentials
DLP Enforced
Policy on every call
GDPR Compliant
EU data residency
Token Compression
~60% cost reduction
Works with Claude, ChatGPT, Cursor, and more
The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.
This server provides 10 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.
Available Capabilities
Checking inventory shouldn't require jumping between three different dashboards.
Today, checking stock for a big sale means opening the main store portal, navigating to 'Inventory', searching by SKU, and then maybe logging into a separate warehouse management system just to confirm location-specific counts. It's clicks, tabs, copy/paste—a total time sink.
With this MCP server, you ask your agent: 'What is the stock level for Product X at Site Y?' The agent runs `list_inventory` and gives you the number instantly. No logins, no dashboard switching. Just a direct answer.
The NCR Voyix MCP Server lets you get order data directly.
Before this, pulling complete order details meant listing orders first (`list_orders`), finding the ID, and then running a separate query just to see the items purchased. You were always working with pieces of information.
Now, you ask for an order by ID, and `get_order` gives you everything: who bought it, when they bought it, where it came from, and every single item in one solid data block.
Common Questions About NCR Voyix MCP
How do I check inventory using the list_inventory tool? +
You specify the product IDs and the site ID(s) you care about. The agent runs list_inventory and returns a structured map of stock levels for those specific combinations.
Can I get customer data using list_customers? +
Yes, list_customers gives you the basic roster of registered clients. You can then follow up with get_loyalty_programs to check their status in the system.
Does get_order include product pricing details? +
Yes, getting the specific order via get_order pulls all metadata and line items, including the price that was active when the purchase occurred.
What is the difference between list_products and get_product? +
list_products gives you a master list of every SKU ID available. get_product pulls deep, specific details (like descriptions or pricing) for one single, known product.
What if I need to check multiple sites? +
You can use list_sites first to confirm the site IDs. Then, pass those IDs into the list_inventory tool call to get a comprehensive view across all locations.
When I call list_sites, what authentication credentials does it require? +
You must provide your NCR API Key, Shared Secret, and Organization Number during setup. The server uses these three values to authenticate every request, ensuring that your agent only accesses data tied to your specific account.
Can I filter results from list_orders by date range? +
Yes, you pass start and end dates as parameters to the list_orders tool. This limits the returned records right away, so your agent only handles data within your desired timeframe.
Does list_catalogs provide details on product categories? +
No, list_catalogs simply provides a list of catalog IDs and names. To see internal category structures or browse products, you need to use the get_product tool after specifying the correct catalog ID.
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 tool 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 tool.
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
More in this category
Google Cloud Logging Stream
This MCP does exactly one thing: it queries logs using Google Cloud Logging. That's its only function, and nothing else. Incredible for giving your AI secure observability.
Saysimple
Automate omnichannel messaging via Saysimple — manage chats, send WhatsApp/SMS, and use templates with AI.
HubSpot Marketing Hub
Manage marketing emails, forms, contact lists, campaigns, and landing pages through natural conversation.
You might also like
Giphy
Search, browse, and integrate the world largest library of animated GIFs and stickers into your apps and conversations.
api.video Alternative
Automate video workflows via api.video — upload, stream, and analyze video content directly from any AI agent.
StackPath (Edge Computing & CDN API)
Manage edge computing workloads and CDN delivery via StackPath — list stacks, deploy workloads, and purge cached content directly from any AI agent.