← regiai.com

INDIVIDUAL MCP TOOL

remove_background

Cut out the subject and return a transparent PNG.

regiai.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://regiai.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for remove_background 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

regiai.com

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

.mcp.json

{
  "mcpServers": {
    "regiai": {
      "type": "http",
      "url": "https://regiai.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "regiai": {
      "type": "http",
      "url": "https://regiai.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "regiai",
  "transport": "streamable-http",
  "url": "https://regiai.com/api/mcp"
}
MCP Inspector

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

Related tools

  • regiai_get_balance — Return the remaining RegiAI credit balance in USD for this API token.
  • regiai_list_tools — List every RegiAI tool (image, video, audio) with its inputs and price.
  • generate_image — Generate a new image from a text prompt, or edit an input image with a prompt.
  • upscale_image — Increase image resolution and detail.
  • remove_watermark — Remove watermarks, logos and overlaid text.
  • restore_photo — Repair scratches and damage in old photos.
  • unblur_image — Sharpen a blurry photo.
  • face_swap — Put the face from "image" onto the person in "target_image".