# 2025-12-15: ACI - Frontend MCP Server

## Overview

The Frontend MCP server introduces a tailored approach to AI-powered frontend interactions by operating strictly within an individual customer context. This design enables AI agents to perform customer-facing actions securely and responsibly, ensuring that all access and operations are aligned with the authenticated customer identity.

The Frontend MCP server operates strictly within specific customer data, in contrast to other domain-level Emporix MCP servers that may be broader in scope. This enhances privacy, reduces cross-customer data exposure risk, and supports compliant AI frontend experiences. It is imperative that this is used with Emporix Agents because it relies on a customer token and contextual data, which are typically provided during customer-initiated requests.

## New features

| Feature                                   | Benefit                                                                                                                |
| ----------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| **Customer-context execution**            | More relevant, personalized assistance because actions and responses are grounded in the customer’s real context.      |
| **Strict customer-scoped access control** | Increased trust and safety. Customers can be confident their data won’t be mixed with or exposed to others.            |
| **Not a standalone component**            | Built to be used with Emporix Agents, enabling AI-driven customer journeys with correct security and context handling. |

## Fixes and improvements

None as this is a new feature.

## Known problems

No known problems at time of release.

## Documentation and links

User Guides:

* [Emporix MCP Server](/agentic-commerce-intelligence/mcp-in-emporix/mcp.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.emporix.io/release-notes/archive/2025/2025-12-15-aci-fe-mcp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
