Skip to content

cloudinary-devs/cloudinary

v1.2.0MIT

Use Cloudinary directly in your agent. Upload, manage, optimize, and transform images and videos at scale using natural language.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

cloudinary-asset-mgmtstreamable-http
{
  "type": "streamable-http",
  "url": "https://asset-management.mcp.cloudinary.com/mcp"
}
cloudinary-env-configstreamable-http
{
  "type": "streamable-http",
  "url": "https://environment-config.mcp.cloudinary.com/mcp"
}
cloudinary-smdstreamable-http
{
  "type": "streamable-http",
  "url": "https://structured-metadata.mcp.cloudinary.com/mcp"
}
cloudinary-analysisstreamable-http
{
  "type": "streamable-http",
  "url": "https://analysis.mcp.cloudinary.com/mcp"
}
cloudinary-mediaflowsstreamable-http
{
  "type": "streamable-http",
  "url": "https://mediaflows.mcp.cloudinary.com/v2/mcp",
  "headers": {
    "cld-cloud-name": "cloud_name",
    "cld-api-key": "api_key",
    "cld-secret": "api_secret"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "cloudinary",
  "version": "1.2.0",
  "description": "Use Cloudinary directly in your agent. Upload, manage, optimize, and transform images and videos at scale using natural language.",
  "author": {
    "name": "Cloudinary",
    "email": "support@cloudinary.com"
  },
  "homepage": "https://cloudinary.com",
  "repository": "https://github.com/cloudinary-devs/cloudinary-plugin",
  "license": "MIT",
  "keywords": [
    "cloudinary",
    "media",
    "images",
    "video",
    "transformations",
    "asset-management",
    "optimization",
    "mcp"
  ]
}