Aprimo DAM API MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Aprimo DAM API MCP Serverget the fields for record REC-123"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Aprimo DAM API MCP Server
A Model Context Protocol server that exposes read tools for the Aprimo DAM REST API. Designed for deployment to Azure via Docker.
Tools
Tool | Description |
| Read core record/asset metadata (title, status, content type, timestamps) |
| Read metadata field values; optionally filter by field or field group |
| Read attached files, master file, and optionally renditions/public links |
| Create a new record/asset with optional master file upload token and fields |
| Update record status and/or metadata field values |
| Upload a file to Aprimo and get an upload token for create_record |
| List or look up Aprimo metadata field definitions (schema) |
| Search records/assets by keywords across base and custom fields |
Related MCP server: Azure MCP Server
Prerequisites
An Aprimo tenant with DAM enabled
An OAuth 2.0 Client Credentials registration in Aprimo Administration → Integration → Registrations
Flow type: Client Credentials
Scope:
apiAssign an integration user with appropriate DAM read permissions
Configuration
Copy .env.example to .env and fill in your credentials:
cp .env.example .envVariable | Description |
| Tenant subdomain (e.g. |
| OAuth client ID from your registration |
| OAuth client secret from your registration |
| Server port (default: |
| Optional comma-separated Origin allowlist for |
Local development
npm install
npm run devTest with the MCP Inspector:
npx @modelcontextprotocol/inspector
# Connect to http://localhost:3000/mcp (Streamable HTTP)Connect in Claude
claude mcp add --transport http aprimo-dam http://localhost:3000/mcpFor Claude Desktop / Claude.ai, add a custom connector pointing to your deployed URL.
Client setup (Claude, Cursor, other LLMs): see docs/client-configuration.md — uses mcp-remote with X-Aprimo-* headers.
Docker
docker build -t aprimo-dam-api-mcp .
docker run -p 3000:3000 \
-e APRIMO_TENANT=your-tenant \
-e APRIMO_CLIENT_ID=your-client-id \
-e APRIMO_CLIENT_SECRET=your-client-secret \
aprimo-dam-api-mcpAzure deployment
Manual Web App (Portal): see docs/azure-webapp-manual.md
Automated Container Apps: see docs/azure-deployment.md
API reference
Aprimo uses Select Headers to control which sub-resources are embedded in responses:
select-record: fields— embed field valuesselect-record: files,masterfile— embed file collectionsselect-fileversion: renditions— embed renditions on file versions
See the Aprimo DAM REST API docs for full details.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Provide seamless access to Appfolio Property Manager Reporting API through a standardized MCP serv…
An MCP server that provides access to Agility CMS. See https://mcp.agilitycms.com for more details.
Remote MCP for 1,500+ APIs. Vault-managed credentials; OAuth or API key. Search, load, and execute.
isolved and ApplicantPro jobs, tenant discovery, and change detection as an MCP server.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceThis project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for Azure Data Catalog (beta): https://www.cdata.com/download/download.aspx?sku=GNZK-V&type=betaMIT
- FlicenseNot gradedqualityDmaintenanceEnables monitoring and management of Azure resources including Virtual Machines (VMs) and Virtual Machine Scale Sets (VMSS) through a RESTful API with secure Service Principal authentication.1-
- AlicenseNot gradedqualityDmaintenanceProvides standardized MCP interfaces for Azure services including Cosmos DB operations (container and item management) and AI Search operations (index management), deployed through Azure API Management gateway.MIT
- AlicenseAqualityCmaintenanceEnables quality checking and content management for websites through the Crownpeak DQM CMS REST API. Supports running quality checks, spellchecking, asset management, and checkpoint monitoring with both desktop and cloud deployment options.15MIT