← Registry

AI & Machine Learning

regiai.com

Provides RegiAI API tools for checking credit balance, listing available AI tools, and performing image generation, upscaling, and background removal.

1 endpoint51 known toolsFirst detected September 24, 2026Last detected September 24, 2026

ENDPOINT 1

https://regiai.com/api/mcp

No auth detected

MCP server metadata

Name
regiai
Version
1.0.0
Capabilities
tools
Server instructions

RegiAI AI video, image and audio tools. Each paid call is charged to the RegiAI account that owns the API token (see regiai_get_balance). Media inputs accept a public https URL or a base64 data URI. Instant image tools return a hosted URL (or text) directly. Generation tools (ai_*) run asynchronously: they return a generation_id; call get_generation every 5-10 seconds until status is "completed". Failed runs are refunded automatically.

Known tools 51

regiai_get_balance

Return the remaining RegiAI credit balance in USD for this API token.

Inferred read-only
regiai_list_tools

List every RegiAI tool (image, video, audio) with its inputs and price.

Inferred read-only
generate_image

Generate a new image from a text prompt, or edit an input image with a prompt.

Potential side effects
upscale_image

Increase image resolution and detail.

Inferred read-only
remove_background

Cut out the subject and return a transparent PNG.

Inferred read-only
remove_watermark

Remove watermarks, logos and overlaid text.

Potential side effects
restore_photo

Repair scratches and damage in old photos.

Inferred read-only
unblur_image

Sharpen a blurry photo.

Inferred read-only
face_swap

Put the face from "image" onto the person in "target_image".

Inferred read-only
describe_image

Get a detailed text description of an image.

Inferred read-only
image_to_text

Extract all readable text from an image.

Inferred read-only
answer_picture_question

Solve the math, physics or chemistry problem shown in an image.

Inferred read-only
analyze_image

Ask any question about an image, with an optional system prompt.

Inferred read-only
ai_image_generator

Text to image with 12 models.

Inferred read-only
ai_image_editor

Edit photos with a prompt.

Potential side effects
ai_clothes_changer

Try on outfits virtually.

Inferred read-only
ai_head_swap

Swap heads in photos.

Inferred read-only
ai_face_editor

Change facial expressions.

Inferred read-only
ai_image_expander

Extend images with AI.

Inferred read-only
ai_photo_colorizer

Colorize black & white photos.

Inferred read-only
ai_selfie_generator

Stylized selfies and avatars.

Inferred read-only
ai_anime_filter

Turn photos into anime.

Inferred read-only
multiple_face_swap

Swap several faces in one photo.

Inferred read-only
ai_body_swap

Put yourself in any body and outfit.

Inferred read-only
ai_outfit_changer

Change outfits with a prompt.

Inferred read-only
ai_dress_changer

Try on dresses in one click.

Inferred read-only
braces_filter

See yourself with braces.

Inferred read-only
ai_couple_photo_generator

Make couple photos from two selfies.

Inferred read-only
ai_video_generator

Text and image to video.

Inferred read-only
ai_talking_photo

Make photos talk.

Inferred read-only
ai_lip_sync

Sync lips to any audio.

Inferred read-only
ai_face_swap_video

Swap faces in videos.

Inferred read-only
gif_face_swap

Swap faces in GIFs.

Inferred read-only
image_to_video

Animate any photo.

Inferred read-only
text_to_video

Turn a prompt into a video.

Inferred read-only
ai_character_replace

Replace characters in videos.

Inferred read-only
ai_video_restyle

Restyle videos with a prompt.

Inferred read-only
ai_video_upscaler

Upscale videos to 1080p.

Inferred read-only
ai_subtitle_generator

Generate SRT subtitles.

Inferred read-only
ai_video_to_audio

Add sound to silent videos.

Inferred read-only
ai_video_extender

Make clips longer.

Inferred read-only
ai_video_colorizer

Colorize old videos.

Inferred read-only
ai_voice_generator

Text to natural speech.

Inferred read-only
ai_voice_cloner

Clone a voice from a sample.

Inferred read-only
ai_music_generator

Songs from a prompt.

Inferred read-only
ai_voice_changer

Change a voice in any recording.

Inferred read-only
ai_audio_translator

Dub speech into 18 languages.

Inferred read-only
ai_speech_to_text

Transcribe audio to text.

Inferred read-only
ai_sound_effects

Sound effects from text.

Inferred read-only
ai_vocal_remover

Separate vocals and music.

Inferred read-only
get_generation

Check the status of a generation started by any asynchronous RegiAI tool.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.