MCP.so
登录

Sitecore CDP Server

@markstiles

关于 Sitecore CDP Server

暂无概览

基本信息

分类

数据与分析

运行时

node

传输方式

stdio

发布者

markstiles

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Sitecore CDP Server?

Sitecore CDP Server is an MCP server that interacts with the Sitecore Customer Data Platform (CDP) using the Guest REST API. Built with TypeScript and Express, it provides a structured way to manage guest data.

How to use Sitecore CDP Server?

Clone the repository, install dependencies with npm install, compile TypeScript using npx tsc, and optionally run the server with node build/CdpServer.js. Configure the required environment variables (endpoint URL, client key, API token) in a .env file or in the MCP client’s configuration.

Key features of Sitecore CDP Server

  • Interacts with Sitecore CDP via Guest REST API
  • Built with TypeScript and Express
  • Manages guest data in a structured way
  • Configurable via environment variables
  • Supports MCP client integration

Use cases of Sitecore CDP Server

— (No explicit use cases in README.)

FAQ from Sitecore CDP Server

What environment variables are required?

The .env.example file and MCP configuration specify SITECORE_CDP_ENDPOINT_URL, SITECORE_CDP_CLIENT_KEY, and SITECORE_CDP_API_TOKEN.

How do I configure the server for an MCP client?

Add an entry to the MCP client’s configuration with command: "node", args: ["Path/To/build/index.js"], and the three environment variables.

What runtime does Sitecore CDP Server require?

It runs on Node.js and all dependencies are installed via npm install. TypeScript is compiled with npx tsc.

Where does the data live?

The server communicates with the Sitecore CDP cloud endpoint specified in SITECORE_CDP_ENDPOINT_URL. Guest data is managed remotely through the Sitecore CDP platform.

评论

数据与分析 分类下的更多 MCP 服务器