INDIVIDUAL MCP TOOL
list_models
List all available image, video and speech generation models with current per-unit USD prices, supported resolutions, durations and constraints.
LIVE ENDPOINT
https://bananabanana.pro/api/mcp
Connect to this endpoint to inspect the live schema for list_models and invoke it with your own arguments.
Indexed 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 server
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.bananabanana]
url = "https://bananabanana.pro/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bananabanana": {
"type": "http",
"url": "https://bananabanana.pro/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bananabanana
Remote MCP URL: https://bananabanana.pro/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": {
"bananabanana": {
"url": "https://bananabanana.pro/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bananabanana": {
"type": "http",
"url": "https://bananabanana.pro/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bananabanana",
"transport": "streamable-http",
"url": "https://bananabanana.pro/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_account— Get the current account balance (USD), this API key's name, optional daily spend cap and how much of it is used today.generate_image— Start an AI image generation (Google Nano Banana family).edit_image— Edit / refine a previously generated image with a text instruction (multi-turn editing: change colors, remove objects, restyle, etc.).generate_video— Start an AI video generation (Google Veo 3.1 family or Gemini Omni Flash).edit_video— Edit an EXISTING video with Gemini Omni Flash (video-to-video): restyle it, replace or add objects, relight the scene, change the mood — motion and composition of the source clip are preserved.generate_speech— Generate natural speech with Gemini 3.1 Flash TTS Preview.get_result— Get the status and result of a generation job started with generate_image / edit_image / generate_video / edit_video.list_generations— List this account's recent generations (both MCP and website) — id, type, model, status, cost and prompt preview.