Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Aep
Aep logo
Health: ActiveRecent health check succeeded.Last checked 9/21/2026, 11:46:17 PM

Aep

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Full-CRUD Adobe Experience Platform server: 46 tools for schemas, ingestion, profiles, audiences.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "aep": {
      "command": "npx",
      "args": [
        "-y",
        "@focusgts/aep-mcp-server"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

AEP MCP Server

npm installs MCP Registry tests license

Adobe's MCP lets your agent read Experience Platform. This one lets it work.

61 tools across 14 categories. Full read AND write. Self-hosted, Apache-2.0, no invitation required. Experience Platform, Journey Optimizer and Customer Journey Analytics β€” from one OAuth credential.

Ingest a batch β†’ compose a schema β†’ activate an audience β†’ honour an erasure. Every mutation gated by a fail-closed write guard that asks Adobe what kind of sandbox it's in.

Ask your agent


⚑ Do it in three lines

Terminal
claude mcp add aep \
  -e AEP_CLIENT_ID=... -e AEP_CLIENT_SECRET=... \
  -e AEP_ORG_ID=...@AdobeOrg -e AEP_SANDBOX_NAME=your-dev-sandbox \
  -- npx -y @focusgts/aep-mcp-server

Then just ask your agent:

"Create a schema with the Demographic Details field group, then a dataset on it." "Ingest this NDJSON file and tell me when the batch lands." "Build an audience of customers who bought twice this quarter and activate it." "Delete every record for this email address β€” dry run first."

Writes are off until you ask for them, and safe mode only unlocks sandboxes Adobe classifies as development.

The loop that makes it different

mermaid
flowchart LR
  A["πŸ“ Compose<br/>schema from field groups"] --> B["πŸ—‚οΈ Create<br/>dataset"]
  B --> C["πŸ“₯ Ingest<br/>batch Β· upload Β· complete"]
  C --> D["🎯 Activate<br/>segment β†’ destination"]
  D --> E["🧹 Govern<br/>erasure · expiration · quota"]
  E -. "re-audit the tenant" .-> A

Adobe's first-party gateway can tell you what's in your Experience Platform tenant. It cannot create a dataset, land a batch, activate an audience, or submit an erasure. This does β€” and does it behind a guard that fails closed.


🧠 How it works

mermaid
flowchart LR
  A["AI agent<br/>(Claude Β· Cursor Β· Copilot)"] -- MCP / stdio --> B["aep-mcp-server<br/>61 tools"]
  B --> W{{"write guard<br/>fail-closed"}}
  W --> C["Schema Registry Β· Catalog<br/>Ingestion Β· Lifecycle Β· Privacy"]
  C --> F["Your AEP sandbox<br/>platform.adobe.io"]
  B --> J["Journey Optimizer<br/>read-only"]
  J --> K["ajo campaigns"]
  B --> Q["Customer Journey Analytics<br/>read-only, no sandbox"]
  Q --> L["cja.adobe.io"]

The agent calls tools; the server talks to live Adobe APIs over OAuth Server-to-Server. The write guard sits in the HTTP client, not in each tool, so all 61 inherit it and none can forget it. Blocked calls never reach Adobe.


πŸ›‘οΈ Safe by default

Three postures. Reads are never restricted in any mode.

AEP_MODEWrites permittedUse it when
read-onlyNever, in any sandboxHanding the server to someone to explore an environment you don't want touched
safe (default)Only where Adobe classifies the sandbox developmentEvaluating, or letting an agent work without risking production
productionAnywhere, including productionYou run your own change control and don't want the server second-guessing you

How safe decides β€” and why it's not the sandbox name. A production sandbox can be called anything, and a sandbox called prod might not be production. Only Adobe's type field from the Sandbox Management API decides.

It fails closed. If the type can't be determined β€” the credential can't read sandbox metadata, the API errors, startup hasn't finished β€” writes are blocked. A credential must not earn write access by being less capable. An unrecognised AEP_MODE falls back to safe, so a typo can never grant production writes.

A sandbox literally named prod is refused unconditionally, before mode resolution β€” so AEP_MODE=production does not lift it. Override with AEP_I_UNDERSTAND_THIS_WRITES_TO_PROD=true only if that really is your sandbox's name. The inference is deliberately asymmetric: trusting a name to allow a write is unsafe, trusting one to deny a write is safe, because the worst case is a refusal you can override on purpose.

Mutations are off entirely unless AEP_ALLOW_MUTATIONS=true. That is separate from AEP_MODE on purpose: choosing a write mode should not also mean "yes, you may change my data".

Startup always states the active posture:

Code
SAFE MODE β€” sandbox is a development sandbox, so writes are ENABLED.
SAFE MODE β€” sandbox is PRODUCTION, so writes are BLOCKED. Reads work normally.
SAFE MODE β€” sandbox type could not be confirmed, so writes are BLOCKED (fail-closed).
READ-ONLY MODE β€” no write, update, or delete will be performed in any sandbox.
PRODUCTION MODE β€” writes permitted against ANY sandbox, including production.

Per-tool confirmation gates

Writes are not uniformly gated β€” uniform gating makes an agent useless. Gates sit where an action is irreversible and wide-reaching, and every one is checked before any network call:

ToolGate
aep_create_record_deletedryRun defaults true. Real submission needs confirm: "DELETE RECORDS <datasetId> <identityDigest>" β€” bound to the dataset and a SHA-256 digest of the exact identity set, so a confirmation can't be reused for a different deletion. ALL and multi-dataset targets are refused.
aep_delete_segmentconfirm: "DELETE SEGMENT <segmentId>" β€” segments were create-only until 0.9.1, so every one an agent made was permanent
aep_delete_datasetconfirm: "DELETE DATASET <id>", escalating to "DELETE PROFILE-ENABLED DATASET <id>" when the dataset feeds Profile
aep_complete_batchconfirm: "COMPLETE BATCH <batchId>" β€” the point of no return for ingestion
aep_revert_batchconfirm: "REVERT BATCH <batchId>"
aep_create_dataset_expirationconfirm: "CREATE DATASET EXPIRATION <datasetId>" β€” unless dryRun: true
aep_update_dataset_expirationconfirm: "UPDATE DATASET EXPIRATION <ttlId>"
aep_cancel_dataset_expirationconfirm: "CANCEL DATASET EXPIRATION <ttlId>"
aep_delete_profileconfirm: "I understand this is irreversible" (deprecated β€” prefer Data Hygiene)

Confirmations name their target. A phrase carrying the dataset id β€” and for record delete, a hash of the identities too β€” cannot be copied from one call to another. A generic "I understand this is irreversible" approves any deletion once you've typed it once.

Identity values never leave the process. aep_create_record_delete returns a count, the namespace names, and a digest β€” never the email addresses or device IDs you passed it. A record-delete request is by nature a list of real people; a tool that echoes them copies them into every transcript and log sink it touches.

Batch creation and file upload are ungated on purpose: those writes are additive and recoverable. An unwanted batch can be left uncompleted, and data that did land can be removed with the Data Hygiene tools.

Tool annotations

Every tool ships MCP annotations β€” readOnlyHint, destructiveHint, idempotentHint, openWorldHint β€” derived from the same metadata that builds its description, so the two cannot drift.

Count
readOnlyHint: true39
destructiveHint: true8
Un-annotated0

These are hints for the client, not enforcement β€” the guards above enforce. Their value is that a client like Claude Desktop uses destructiveHint to decide when to interrupt and ask a human. Without them aep_delete_profile looks identical to aep_list_schemas. A test asserts the destructive list exactly, so a ninth is a deliberate act rather than an oversight.


πŸ› οΈ The 61 tools

All prefixed aep_, verb_noun naming. πŸ”’ changes state Β· πŸ”₯ destructive.

Data modelling & ingestion

Schemas (4)

  • list_schemas
  • get_schema
  • create_schema πŸ”’
  • update_schema πŸ”’

Datasets (4)

  • list_datasets
  • get_dataset
  • create_dataset πŸ”’
  • delete_dataset πŸ”₯

Ingestion (7)

  • create_batch πŸ”’
  • upload_batch_file πŸ”’
  • complete_batch πŸ”₯
  • get_batch_status
  • list_batches
  • abort_batch πŸ”₯
  • revert_batch πŸ”₯

Sources (2)

  • list_sources
  • list_dataflows

Query Service (3)

  • run_query πŸ”’
  • get_query_status
  • list_queries

Profiles, audiences & activation

Identities (2)

  • list_identity_namespaces
  • get_identity_graph

Profiles (4)

  • get_profile
  • get_profile_by_identity
  • preview_profile
  • delete_profile πŸ”₯

Segments (5)

  • list_segments
  • get_segment
  • create_segment πŸ”’
  • estimate_segment_size
  • delete_segment πŸ”₯

Destinations (3)

  • list_destinations
  • create_destination_connection πŸ”’
  • activate_segment πŸ”’

Governance β€” privacy, lifecycle & event routing

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Openapi MCP Server logoOpenapi MCP Server

    Connect any HTTP/REST API server using an Open API spec (v3)

    πŸ’» Developer Tools3 views
    Compare vs Openapi MCP Server β†’
  • MCP Server Docker logoMCP Server Docker

    Integrate with Docker to manage containers, images, volumes, and networks.

    πŸ’» Developer Tools3 views
    Compare vs MCP Server Docker β†’
  • Andrea9293 MCP logoAndrea9293 MCP

    Local-first document management and semantic search for AI coding agents

    πŸ’» Developer Tools2 views
    Compare vs Andrea9293 MCP β†’
  • Formio MCP logoFormio MCP

    Create and manage Form.io forms, resources, actions, roles, and projects from your AI agent.

    πŸ’» Developer Tools2 views
    Compare vs Formio MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

npm downloads
906
Package downloads in the last 30 days.
Last commit
25d ago
Most recent push to the default branch.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Aep

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "aep": { "command": "npx", "args": ["-y","@focusgts/aep-mcp-server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAep AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/aep?style=directory)](https://allmcps.com/mcp/aep)
HTML Embed
<a href="https://allmcps.com/mcp/aep"><img src="https://allmcps.com/api/badge/aep?style=directory" alt="Aep on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedAug 30, 2026
12/13 checks healthy over the last 45d
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit25d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 30, 2026
npm downloads906/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
44Quality signal: Fair Β· 44/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity7/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 3d ago via OSV.dev Β· @focusgts/aep-mcp-server (npm)

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Aep β†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients