Elastic Path

Elastic Path MCP Connector for Claude

A+

Manage headless commerce workflows via Elastic Path — inspect carts, track purchases, and retrieve store navigation directly from any AI agent.

9 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Elastic Path commerce engine to any AI agent to streamline your headless commerce operations through natural language.

What you can do

  • Cart & Profile Management — Access default carts and user profiles for specific store scopes to understand customer context.
  • Order Tracking — Retrieve detailed purchase information, including status (COMPLETE/FAILED), totals, and line items using specific IDs.
  • Store Discovery — Fetch navigation entry points, search configurations, and supported country lists for your storefront.
  • Account Services — Access registration forms and account-specific metadata to manage user lifecycles.
  • Deep Data Inspection — Use zoom and format parameters to retrieve linked data and specific response formats directly from the Cortex API.

How it works

  1. Subscribe to this server
  2. Enter your Elastic Path Cortex URL and Access Token
  3. Start managing your commerce workflows from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • E-commerce Managers — quickly check order statuses and store configurations without logging into multiple dashboards.
  • Developers — test API responses and inspect cart/navigation structures directly from the code editor.
  • Support Teams — retrieve account and purchase details instantly to resolve customer inquiries faster.
commerce-apicart-managementheadless-commerceretail-techapi-orchestration

9 tools expose this connector's capabilities to your AI agent.

create_token

Authenticate and create an OAuth2 token

get_searches

Get searches entry point for a scope

get_account

Read a specific account

get_countries

Get geographies/countries for a scope

get_default_cart

Read the default cart for a scope

get_default_profile

Read the default profile for a scope

get_navigations

Get navigations entry point for a scope

get_purchase

Returns status (COMPLETE, FAILED), totals, and line items. Read a specific purchase

get_registration_form

Get account registration form for a scope

See how to talk to your AI agent using Elastic Path.

Show me the default cart for the 'mobee' scope.

I've retrieved the default cart for 'mobee'. It currently contains 3 items with a total value of $145.00. Would you like to see the specific line items?

What is the status of purchase ID '12345' in the 'mobee' scope?

The purchase '12345' is marked as 'COMPLETE'. The transaction was finalized on Oct 24th for a total of $89.99.

List the available countries for our store scope.

I've fetched the supported geographies. Your store currently supports shipping and billing in 5 countries: USA, Canada, UK, Germany, and France.

Yes! Use the `get_purchase` tool with the store scope and purchase ID. It will return the status (such as COMPLETE or FAILED), order totals, and a list of items.

Related Connectors