Elastic Path Connector for AI agents.
9 live capabilities
Manage headless commerce orders and carts through natural language commands.
Waiting for input…
Why people use Elastic Path
Elastic Path for Headless Commerce Order Management
With this Connector, that manual work disappears. You just ask your agent for the status of an order ID, and it pulls the total, the line items, and the completion status in one go. You get the facts you need immediately without ever opening a new browser tab.
What Vinkius changes
You get a natural language interface for your commerce engine.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking a failed order
A support rep asks, "What happened with order 12345?
- Real-world use case 02
Verifying store regions
A manager asks, "Which countries do we ship to?
- Real-world use case 03
Inspecting cart data
A dev asks, "What's in the default cart for the mobee scope?
Complete set · 9capabilities
The complete Elastic Path capability set.
These are the exact actions your AI can choose when you ask it to work with Elastic Path.
01—03
3 capabilities in this set.
Part of 9 available through Elastic Path.
- 01 Capability
Create token
Generates an OAuth2 token to authenticate your connection. This allows your agent to securely access your commerce data.
- 02 Capability
Get countries
Lists the countries and geographies supported by a scope. It's the fastest way to verify regional shipping settings.
- 03 Capability
Get default cart
Retrieves the primary cart data for a specific scope. Use this to see what items are currently in a store's basket.
04—06
3 capabilities in this set.
Part of 9 available through Elastic Path.
- 04 Capability
Get default profile
Fetches the default user profile information for a scope. This provides context on default account settings.
- 05 Capability
Get registration form
Fetches the account registration form for a given scope. Use this to see exactly what data you need for new signups.
- 06 Capability
Get searches
Pulls the search entry points for a specific store scope. Use this to see how your storefront handles search queries.
07—09
3 capabilities in this set.
Part of 9 available through Elastic Path.
- 07 Capability
Get navigations
Gets the navigation entry points for a specific store scope. It helps you understand the storefront's layout and links.
- 08 Capability
Get purchase
Returns the status, totals, and line items for a specific purchase ID. It's perfect for quickly checking order details.
- 09 Capability
Get account
Reads the details of a specific user account. It helps you quickly view customer data for support or management.
Set up in minutes
One URL. Then ask Elastic Path to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Elastic Path 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_cqkH73YKKwothRflCrERYMPr9uQFROjtKa8g2AyG/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 Elastic Path, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Elastic Path for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_cqkH73YKKwothRflCrERYMPr9uQFROjtKa8g2AyG/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 Elastic Path URL.
- Step 03
Save and start
Save the connection and enable Elastic Path in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"elastic-path": {
"url": "https://edge.vinkius.com/vk_preview_cqkH73YKKwothRflCrERYMPr9uQFROjtKa8g2AyG/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 Elastic Path
Open Agent mode in chat and ask: "Using Elastic Path, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"elastic-path": {
"url": "https://edge.vinkius.com/vk_preview_cqkH73YKKwothRflCrERYMPr9uQFROjtKa8g2AyG/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 Elastic Path
Ask Copilot: "Using Elastic Path, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"elastic-path": {
"url": "https://edge.vinkius.com/vk_preview_cqkH73YKKwothRflCrERYMPr9uQFROjtKa8g2AyG/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 Elastic Path
Open Cascade and ask: "Using Elastic Path, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"elastic-path": {
"url": "https://edge.vinkius.com/vk_preview_cqkH73YKKwothRflCrERYMPr9uQFROjtKa8g2AyG/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 Elastic Path
Ask Cline: "Using Elastic Path, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add elastic-path --transport http "https://edge.vinkius.com/vk_preview_cqkH73YKKwothRflCrERYMPr9uQFROjtKa8g2AyG/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 Elastic Path
Ask Claude: "Using Elastic Path, show me...". 9 tools are ready
Where the request belongs
Work Elastic Path can move forward.
This is for e-commerce teams who are tired of digging through nested menus to find basic order data or store configurations.
E-commerce Manager
Checks order statuses and store configurations across different scopes without logging into multiple dashboards.
Support Specialist
Pulls account details and purchase history instantly to resolve customer tickets in seconds.
Frontend Developer
Inspects cart structures and navigation entry points while writing code in their editor.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCart.com (AmeriCommerce)
E-commerce store orchestration via Cart.com. manage products, orders, and customers via AI.
Commerce.js
Manage your e-commerce store via Commerce.js. list products, manage carts, and handle orders directly from any AI agent.
Snipcart
Connect your headless e-commerce store to your AI. List orders, update fulfillment statuses, and manage customers seamlessly from your environment.
NCR Voyix
Manage commerce and retail operations via NCR Voyix. track orders, sites, products, and inventory directly from your AI agent.
CloudCart
Manage e-commerce and store operations via CloudCart. track products, monitor orders, and manage customers directly from any AI agent.
Afosto
Retail and e-commerce engine. manage orders, inventory, products, and customers via AI.
Bring your own AI
Change the model, client or framework. Keep Elastic Path 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 Elastic Path.
The practical details behind the request, access and result.
Can I use the Elastic Path MCP to check my store's shipping regions?
Yes. You can ask your agent to list the supported countries for any specific scope. It will quickly tell you which regions are eligible for shipping and billing.
How does the Elastic Path MCP help with customer support?
It lets support teams pull account details and purchase history instantly. Instead of digging through an admin panel, you can just ask the agent for a customer's order status or profile info.
Can I see what's in a customer's cart using the Elastic Path MCP?
You can view the default cart for any store scope. This is helpful for checking default configurations or seeing what's currently in a primary shopping basket.
Does the Elastic Path MCP work for headless commerce setups?
Yes, it is specifically designed for headless commerce engines. It connects to the Cortex API to manage workflows like order tracking and store discovery.
How do I get purchase details using the Elastic Path MCP?
Just provide the purchase ID to your agent. It will retrieve the status (like Complete or Failed), the total price, and the full list of line items.
Can the Elastic Path MCP show me my store's navigation?
It can. You can ask your agent to pull the navigation entry points for a specific scope to see how your storefront is structured and organized.
Can I check the status of a specific purchase using its ID?
Yes! Use the get_purchase capability with the store scope and purchase ID. It will return the status (such as COMPLETE or FAILED), order totals, and a list of items.
How do I retrieve the navigation structure for my storefront?
Simply use the get_navigations capability providing your store scope. This will fetch the entry points for your store's categories and links.
Is it possible to see the default cart for a specific scope?
Yes, the get_default_cart capability allows you to read the default cart for any specified scope, including optional zoom parameters for linked data.
One connection away
Give your agent a direct line to Elastic Path.
Connect Elastic Path once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available