← avocadoai.co
INDIVIDUAL MCP TOOL
models_list
List all available AI image generation models on Avocado AI.
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
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
describe_avocado— Describe what Avocado AI is and what it can do.get_started— Get step-by-step instructions for connecting to Avocado AI via MCP.account_check_credits— Check your Avocado AI credit balance.generate_image— Generate an AI image using Avocado AI.edit_image— Modify an existing image.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.generate_video— Generate an AI video.generate_music— Generate AI music using Avocado AI.