← fluxaipro.art

INDIVIDUAL MCP TOOL

get_generation_task

Fetch a Flux AI generation task by task ID.

fluxaipro.artnone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent endpoint

fluxaipro.art

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.fluxaipro-art]
url = "https://fluxaipro.art/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "fluxaipro-art": {
      "type": "http",
      "url": "https://fluxaipro.art/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: fluxaipro-art
Remote MCP URL: https://fluxaipro.art/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": {
    "fluxaipro-art": {
      "url": "https://fluxaipro.art/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "fluxaipro-art": {
      "type": "http",
      "url": "https://fluxaipro.art/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "fluxaipro-art",
  "transport": "streamable-http",
  "url": "https://fluxaipro.art/mcp"
}
MCP Inspector

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

Related tools

  • create_generation_task — Create a Flux AI image generation task for product photos, ecommerce visuals, ad creatives, or brand images.
  • list_ai_models — List Flux AI models available for AI image generation workflows.