Skip to content
MCP-Bridge
Design & Creative

Content Moderator Client MCP Config

You use the API to scan your content as it is generated. Content Moderator then processes your content and sends the results along with relevant information either back to your systems or to the built-in review tool. You can use this information to take decisions e.g. take it down, send to human jud

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/azure-com-cognitiveservices-contentmoderator.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-cognitiveservices-contentmoderator.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-cognitiveservices-contentmoderator": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-cognitiveservices-contentmoderator"],
      "env": {
      "CONTENT_MODERATOR_CLIENT_API_KEY": "your_content_moderator_client_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/azure-com-cognitiveservices-contentmoderator.json

Environment Variables

CONTENT_MODERATOR_CLIENT_API_KEY

Replace your_content_moderator_client_api_key with your actual content moderator client api key

Endpoints

GET/contentmoderator/lists/v1.0/imagelists

ListManagementImageLists_GetAllImageLists

POST/contentmoderator/lists/v1.0/imagelists

ListManagementImageLists_Create

GET/contentmoderator/lists/v1.0/imagelists/{listId}

ListManagementImageLists_GetDetails

PUT/contentmoderator/lists/v1.0/imagelists/{listId}

ListManagementImageLists_Update

DELETE/contentmoderator/lists/v1.0/imagelists/{listId}

ListManagementImageLists_Delete

POST/contentmoderator/lists/v1.0/imagelists/{listId}/RefreshIndex

ListManagementImageLists_RefreshIndex

GET/contentmoderator/lists/v1.0/imagelists/{listId}/images

ListManagementImage_GetAllImageIds

POST/contentmoderator/lists/v1.0/imagelists/{listId}/images

ListManagementImage_AddImage

DELETE/contentmoderator/lists/v1.0/imagelists/{listId}/images

ListManagementImage_DeleteAllImages

DELETE/contentmoderator/lists/v1.0/imagelists/{listId}/images/{ImageId}

ListManagementImage_DeleteImage