mcp-sitecore-cdp-server
The Sitecore CDP Server is a server application designed to interact with the Sitecore Customer Data Platform (CDP) using the Guest REST API, built with TypeScript and Express.
Sitecore CDP Server
This project is a server application that interacts with the Sitecore Customer Data Platform (CDP) using the Guest REST API. It is built with TypeScript and Express, providing a structured way to manage guest data.
Table of Contents
Installation
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd sitecore-cdp-server
- Install the dependencies:
npm install
Build the Project
Compile the TypeScript code:
npx tsc
(Optional) Manually Run the Server
node build/CdpServer.js
Environment Variables
Create a .env
file in the root directory based on the .env.example
file to configure your environment variables. Make sure to include your API keys and any other necessary configurations.
MCP Configuration
{
"servers": {
"sitecore-cdp": {
"command": "node",
"args": ["Path/To/build/index.js"],
"env": {
"SITECORE_CDP_ENDPOINT_URL"="https://api-engage-[us|ap|eu|jpe].sitecorecloud.io/'
"SITECORE_CDP_CLIENT_KEY"="<client-key>"
"SITECORE_CDP_API_TOKEN"="<api-token>"
}
},
}
}
Related MCP Servers
View all customer_data_platforms servers →mcp-hubspot
by peakmojo
A Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data.
freshdesk_mcp
by effytech
An MCP server implementation that integrates with Freshdesk, enabling AI models to interact with Freshdesk modules and perform various support operations.
mcp-dynamics365-server
by srikanth-paladugula
The Microsoft Dynamics 365 MCP Server is a Model Context Protocol server that facilitates interaction with Microsoft Dynamics 365, allowing operations such as retrieving user information, managing accounts, and handling opportunities.
woocommerce-mcp-server
by techspawn
A Model Context Protocol (MCP) server for WooCommerce integration, compatible with Windows, macOS, and Linux.
salesforce-mcp-server
by kablewy
A Model Context Protocol server implementation for interacting with Salesforce through its REST API using jsforce.
mcp-intercom
by fabian1710
A Model Context Protocol (MCP) server that provides access to Intercom conversations and chats.