Smart Asset Manager

Cordial Smart Asset Manager — MCP server

Connect an MCP client to the /mcp endpoint (Streamable HTTP). There are two ways to authenticate.

OAuth (recommended)

Add this server as a custom connector. Your client runs the OAuth flow — you sign in and choose which Cordial workspace to use.

Direct API key

Send a Cordial DAM API key as a bearer token (best for Inspector / CLI clients), or use the X-API-Key header:

Authorization: Bearer <DAM_API_KEY>

Alternatively:

X-API-Key: <DAM_API_KEY>

Use only one header. Both enforce the same tenant permissions, expiry, and revocation.