← avocadoai.co

INDIVIDUAL MCP TOOL

prepare_image_upload

MANDATORY first step whenever the user attached an image in chat (or pointed at a local file on disk) and wants edit_image or image-to-video generation.

avocadoai.conone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

avocadoai.co

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.avocadoai-co]
url = "https://www.avocadoai.co/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "avocadoai-co": {
      "type": "http",
      "url": "https://www.avocadoai.co/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: avocadoai-co
Remote MCP URL: https://www.avocadoai.co/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "avocadoai-co": {
      "url": "https://www.avocadoai.co/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "avocadoai-co": {
      "type": "http",
      "url": "https://www.avocadoai.co/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "avocadoai-co",
  "transport": "streamable-http",
  "url": "https://www.avocadoai.co/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools