Skip to main content
Glama
MSPbotsAI

adobe-admin-console-mcp

by MSPbotsAI

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AUTH_MODENoAuthentication mode: 'env' or 'gateway'gateway
ADOBE_ORG_IDNoAdobe organization ID, e.g. 1234567890ABCDEF@AdobeOrg
MCP_HTTP_HOSTNoHTTP server bind address0.0.0.0
MCP_HTTP_PORTNoHTTP server port8080
MCP_TRANSPORTNoTransport: 'stdio' or 'http'stdio
ADOBE_BASE_URLNoUMAPI base URLhttps://usermanagement.adobe.io/v2/usermanagement
ADOBE_CLIENT_IDNoAdobe Developer Console Project Client ID
ADOBE_CLIENT_SECRETNoAdobe Developer Console Project Client Secret

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
adobe_list_usersA

List users in the Adobe organization.

    Rate limit: 25 requests/min per client, 100/min globally.

    Args:
        page: Page number to fetch, zero-indexed (default: 0). Check the
            response's "lastPage" field to know whether to fetch the next page.
    
adobe_get_userA

Get a single user's details, including current group/product profile memberships.

    Rate limit: 25 requests/min per client, 100/min globally.

    Args:
        email: The user's email address (or Adobe username string).
    
adobe_list_product_profilesA

List product profiles available for license assignment (e.g. Acrobat Pro/Standard).

    Adobe's API returns all groups (user groups and product profiles together);
    this tool filters the response down to entries where type == "PRODUCT_PROFILE",
    since Adobe has no dedicated "list product profiles only" endpoint.

    Rate limit: 5 requests/min per client, 100/min globally.

    Args:
        page: Page number to fetch, zero-indexed (default: 0).
    
adobe_assign_licenseA

Assign a license by adding a user to a product profile (e.g. an Acrobat Pro profile).

    Rate limit: 10 requests/min per client, 100/min globally.

    Args:
        email: The user's email address to grant the license to.
        product_profile: The exact product profile name (see adobe_list_product_profiles).
    
adobe_remove_licenseA

Revoke a license by removing a user from a product profile.

    Rate limit: 10 requests/min per client, 100/min globally.

    Args:
        email: The user's email address to revoke the license from.
        product_profile: The exact product profile name (see adobe_list_product_profiles).
    

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/MSPbotsAI/adobe-admin-console-mcp'

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