Skip to main content
Glama
dcaelopre

Aprimo DAM API MCP Server

by dcaelopre

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

get_record

Read core record/asset metadata (title, status, content type, timestamps)

get_record_fields

Read metadata field values; optionally filter by field or field group

get_record_files

Read attached files, master file, and optionally renditions/public links

create_record

Create a new record/asset with optional master file upload token and fields

update_record

Update record status and/or metadata field values

upload_file

Upload a file to Aprimo and get an upload token for create_record

get_field_definitions

List or look up Aprimo metadata field definitions (schema)

search_records

Search records/assets by keywords across base and custom fields

Related MCP server: Azure MCP Server

Prerequisites

  1. An Aprimo tenant with DAM enabled

  2. An OAuth 2.0 Client Credentials registration in Aprimo Administration → Integration → Registrations

    • Flow type: Client Credentials

    • Scope: api

    • Assign an integration user with appropriate DAM read permissions

Configuration

Copy .env.example to .env and fill in your credentials:

cp .env.example .env

Variable

Description

APRIMO_TENANT

Tenant subdomain (e.g. mycompanymycompany.dam.aprimo.com)

APRIMO_CLIENT_ID

OAuth client ID from your registration

APRIMO_CLIENT_SECRET

OAuth client secret from your registration

PORT

Server port (default: 3000)

ALLOWED_ORIGINS

Optional comma-separated Origin allowlist for /mcp

Local development

npm install
npm run dev

Test 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/mcp

For 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-mcp

Azure 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 values

  • select-record: files,masterfile — embed file collections

  • select-fileversion: renditions — embed renditions on file versions

See the Aprimo DAM REST API docs for full details.

License

MIT

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    This 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=beta
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Enables 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
  • A
    license
    -
    quality
    D
    maintenance
    Provides 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
  • A
    license
    A
    quality
    C
    maintenance
    Enables 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.
    15
    MIT

View all related MCP servers

Related MCP Connectors

  • Provide seamless access to Appfolio Property Manager Reporting API through a standardized MCP serv…

  • Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.

  • Revit model query + APS Design Automation runner.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dcaelopre/ts-aprimodam-api-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server