Cover image
Try Now
2025-03-31

用于Adobe体验平台API集成的MCP服务器

3 years

Works with Finder

1

Github Watches

0

Github Forks

0

Github Stars

MCP Adobe Experience Platform Server

This is a Node.js server that provides a comprehensive API interface for Adobe Experience Platform (AEP) integration. It supports various AEP functionalities including schemas, datasets, segments, profiles, and more.

Features

  • Schema Management
  • Dataset Operations
  • Segment Management
  • Data Ingestion
  • Profile Management
  • Query Service
  • Destinations Management
  • Swagger Documentation
  • Input Validation
  • Error Handling

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn
  • Adobe Experience Platform account with API access
  • Adobe Developer Console project with AEP integration

Setup

  1. Clone the repository:
git clone https://github.com/praveensharmajava/mcp-adobe-aep.git
cd mcp-adobe-aep
  1. Install dependencies:
npm install
  1. Create a .env file in the root directory with your Adobe credentials:
PORT=3000
AEP_BASE_URL=https://platform.adobe.io
AEP_CLIENT_ID=your_client_id
AEP_CLIENT_SECRET=your_client_secret
AEP_ORG_ID=your_organization_id
  1. Build the project:
npm run build
  1. Start the server:
npm start

For development:

npm run dev

API Documentation

Once the server is running, you can access the Swagger documentation at:

http://localhost:3000/api-docs

API Endpoints

Schemas

  • GET /api/aep/schemas - List all schemas
  • POST /api/aep/schemas - Create a new schema

Datasets

  • GET /api/aep/datasets - List all datasets
  • POST /api/aep/datasets - Create a new dataset

Segments

  • GET /api/aep/segments - List all segments
  • POST /api/aep/segments - Create a new segment

Data Ingestion

  • POST /api/aep/ingest/:datasetId - Ingest data into a dataset

Profiles

  • GET /api/aep/profiles/:identityValue - Get unified profile

Query Service

  • POST /api/aep/query - Execute a query

Destinations

  • GET /api/aep/destinations - List all destinations
  • POST /api/aep/destinations/:destinationId/activate/:segmentId - Activate a segment

Error Handling

The server includes comprehensive error handling for:

  • Adobe API errors
  • Connection issues
  • Validation errors
  • Internal server errors

Development

To contribute to the project:

  1. Create a new branch
  2. Make your changes
  3. Write/update tests
  4. Submit a pull request

Testing

Run the test suite:

npm test

License

ISC

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Bora Yalcin
  • Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Lists Tailwind CSS classes in monospaced font

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • Yasir Eryilmaz
  • AI scriptwriting assistant for short, engaging video content.

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • huahuayu
  • 统一的API网关,用于将多个Etherscan样区块链Explorer API与对AI助手的模型上下文协议(MCP)支持。

  • deemkeen
  • 用电源组合控制您的MBOT2:MQTT+MCP+LLM

  • jae-jae
  • MCP服务器使用剧作《无头浏览器》获取网页内容。

    Reviews

    2 (1)
    Avatar
    user_Z7Yc2R5L
    2025-04-16

    I've been using mcp-adobe-aep by praveensharmajava and it's fantastic! It integrates seamlessly with Adobe AEP and has streamlined our workflows significantly. The documentation on the GitHub page is clear, and the community support is incredible. Highly recommend for anyone needing an efficient Adobe AEP solution! Check it out at https://github.com/praveensharmajava/mcp-adobe-aep.