16 July 2026
Project configuration
Managed MCP Servers are now generally available. They expose a set of tools to AI agents through the Model Context Protocol (MCP). Currently we offer Commerce MCP as a Managed MCP Server, and each server configuration defines which tools are available and how AI agents connect to your Project. Beyond selecting tools, you can customize tool descriptions and parameters, control tool output formatting, and filter JSON output.
Changes:
- [API] Added the Managed MCP Servers API with the following endpoints: Query MCP Servers, Create MCP Server, Get MCP Server by ID, Get MCP Server by Key, Update MCP Server by ID, Update MCP Server by Key, Delete MCP Server by ID, and Delete MCP Server by Key. Added the Query MCP Server types and Get MCP Server type endpoints.
- [API] Added the McpServer, McpServerDraft, McpServerUpdate, McpServerUpdateAction, and McpServerPagedQueryResponse types.
- [API] Added the McpServerTool type.
- [API] Added the McpServerConfig and McpServerConfigDraft types, with the CommerceMcpServerConfig and CommerceMcpServerConfigDraft implementations.
- [API] Added the McpServerState, McpServerType, McpServerTypeTool, ToolCustomization, RemoveToolCustomizationTarget, ParameterOverride, McpServerToolOutputFormatting, McpServerJsonOutputFiltering, and McpServerJsonOutputFilteringMatcher types.
- [API] Added the McpServerAddToolAction, McpServerRemoveToolAction, McpServerSetToolsAction, McpServerAddToolCustomizationAction, McpServerRemoveToolCustomizationAction, McpServerSetToolCustomizationsAction, McpServerSetToolOutputFormattingAction, McpServerSetJsonOutputFilteringAction, McpServerSetNameAction, McpServerSetDescriptionAction, and McpServerSetStateAction update actions for MCP Servers.
- [API] Added the
view_mcp_servers:{projectKey}andmanage_mcp_servers:{projectKey}OAuth scopes. - [Merchant Center] Added a UI to create and configure MCP Servers. For more information, see Managed MCP Servers.