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.
The Sitecore CDP Server is a robust server application that facilitates interaction with the Sitecore Customer Data Platform (CDP) through the Guest REST API. Developed using TypeScript and Express, this server provides a structured and efficient way to manage guest data. It allows developers to seamlessly integrate with Sitecore's CDP, enabling the collection, management, and analysis of customer data. The server is designed to be easily configurable, with environment variables and MCP configurations that allow for customization according to specific deployment needs. This makes it a versatile tool for businesses looking to leverage customer data for enhanced personalization and engagement.
Features
- Built with TypeScript and Express for robust performance.
- Interacts with Sitecore CDP using the Guest REST API.
- Easily configurable with environment variables.
- Supports MCP configuration for streamlined server management.
- Facilitates efficient guest data management.
Usage with Different Platforms
node
javascript
node build/CdpServer.js
typescript
bash
npx tsc
mcp
{
"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.