Oct 10, 2025 | 4 minute read
written by David Stover
Welcome back to Release Notes, your regular roundup of new Elastic Path capabilities that make life simpler for merchandisers, developers, and architects.
This update brings a powerful trio: personalized pricing at scale, accurate taxation for bundles, and a new developer-focused MCP server that lets AI agents write storefront code with real Elastic Path context.
Merchandisers can now deliver personalized pricing at scale, without the overhead of managing multiple stacked pricebooks.
enable_price_segmentation
meta.available_pricebook_ids
meta.available_prices
EP-Pricebook-IDs-Of-Available-Prices-To-Show
This release removes the complexity of stacked pricebook management while unlocking large-scale personalized pricing for enterprise catalogs.
Read the Docs
We’ve improved tax handling for bundles with component-level taxation, ensuring accuracy even when items in a bundle are taxed differently.
When selling mixed bundles (e.g., taxable physical goods with non-taxable digital services), this ensures accurate, compliant taxation across all markets.
Developers, this one’s for you. We’re excited to introduce the Elastic Path Dev MCP Server, a developer-focused MCP implementation that enables AI coding agents (like Cursor, Claude, or ChatGPT with MCP support) to generate storefront code, API integrations, and SDK scaffolding using real Elastic Path context.
Building composable storefronts can involve a lot of boilerplate, endpoints, SDK wiring, and auth configuration. The Dev MCP Server bridges the gap between AI agents and Elastic Path’s API surface by providing curated code examples, documentation, and patterns verified by our engineers.
It’s trained primarily on React and Next.js storefront patterns and designed to help teams build consistent, production-ready shopper journeys faster.
You can now connect directly from your agentic IDE or coding assistant. For example, in Cursor, navigate to: Settings → MCP & Integrations → New MCP Server, then add:
Settings → MCP & Integrations → New MCP Server
"elastic-path-dev-mcp": { "command": "npx", "args": [ "-y", "mcp-remote@latest", "https://storefront-agent.vercel.app/mcp", "--header", "Authorization:${AUTH_TOKEN}" ], "env": { "AUTH_TOKEN": "your-auth-token-here" } }
While in beta, you’ll need to request access at [email protected] or via your EP representative to receive your beta key.
The Dev MCP Server now includes code examples, best practices, and documentation across the entire shopper journey:
Response generation is now leaner and more focused:
These updates make it easier for developers to integrate Elastic Path into modern IDE workflows. With accurate, AI-assisted scaffolding and consistent implementation patterns, teams can ship storefronts faster without sacrificing best practices or maintainability.
Docs link coming soon: Learn more about Elastic Path’s MCP offerings once merged.
From personalized pricing to tax precision and now AI-assisted storefront development, this set of releases represents another step toward our vision of Intelligent Commerce.
Whether you’re a merchandiser managing complex pricebooks or a developer building with agentic tools, these updates are designed to remove friction and accelerate innovation.
Stay tuned for the next edition of Release Notes, we’re just getting started.
Schedule a demo to see how Elastic Path delivers unified commerce for leading global brands.