There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@focusgts/aep-mcp-server · npm · 0.10.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.focusgts/aep",
"description": "Full-CRUD Adobe Experience Platform server: 51 tools for schemas, ingestion, profiles, audiences.",
"repository": {
"url": "https://github.com/Focus-GTS/aep-mcp-server",
"source": "github"
},
"version": "0.10.0",
"websiteUrl": "https://github.com/Focus-GTS/aep-mcp-server",
"packages": [
{
"registryType": "npm",
"identifier": "@focusgts/aep-mcp-server",
"version": "0.10.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Adobe I/O client ID from an OAuth Server-to-Server credential in the Adobe Developer Console.",
"isRequired": true,
"name": "AEP_CLIENT_ID"
},
{
"description": "Adobe I/O client secret paired with AEP_CLIENT_ID.",
"isRequired": true,
"isSecret": true,
"name": "AEP_CLIENT_SECRET"
},
{
"description": "Adobe IMS organization ID, in the form xxxxxxxxx@AdobeOrg.",
"isRequired": true,
"name": "AEP_ORG_ID"
},
{
"description": "AEP sandbox to scope every call to. Defaults to 'prod'. Use a development sandbox to enable write operations.",
"default": "prod",
"name": "AEP_SANDBOX_NAME"
},
{
"description": "Write posture: 'read-only' (no mutation anywhere), 'safe' (default — writes only in sandboxes Adobe classifies as development), or 'production' (writes anywhere). Reads are never restricted.",
"default": "safe",
"name": "AEP_MODE"
},
{
"description": "Pino log level. Logs go to stderr; stdout is reserved for the MCP JSON-RPC stream.",
"default": "info",
"name": "LOG_LEVEL"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-18T18:28:33.165289Z",
"publishedAt": "2026-08-18T18:28:33.165289Z",
"updatedAt": "2026-08-18T18:28:33.165289Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.10.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.