Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

RegiAI

REMOTE · REGIAI.COM · SCANNED SEP 25

AI image, video and audio tools: generate, edit, face swap, upscale, remove backgrounds, make video.

Available components

75 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security83
Transport & Reachability100
Schema Quality & AI Usability78
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 4026 tokens (~78/item across 51 items; 51 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management7
  • Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 99% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "remove_background" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 52 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the RegiAI MCP server?

RegiAI is a hosted endpoint at https://regiai.com/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · regiai.com

# add to Claude Code
claude mcp add --transport http com-regiai-regiai 'https://regiai.com/api/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-regiai-regiai": {
      "url": "https://regiai.com/api/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-regiai-regiai": {
      "type": "http",
      "url": "https://regiai.com/api/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-regiai-regiai]
url = "https://regiai.com/api/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-regiai-regiai": {
      "type": "remote",
      "url": "https://regiai.com/api/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-regiai-regiai --url 'https://regiai.com/api/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-regiai-regiai:
    url: "https://regiai.com/api/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-regiai-regiai": {
      "Transport": "http",
      "Url": "https://regiai.com/api/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-regiai-regiai -t streamable-http -u 'https://regiai.com/api/mcp'
// mcp.json
{
  "mcpServers": {
    "com-regiai-regiai": {
      "type": "http",
      "url": "https://regiai.com/api/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 0
    • Stability: unverified → 0.03 ▲ functional
  • 23 Sept 26 74

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 25 Sept 2026 · Probed https://regiai.com/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=regiai.com CN=WE1,O=Google Trust Services,C=US 29 Aug 2026 27 Nov 2026 ECDSA 256 ECDSA-SHA256 46ddd3210bef5d8213f723445fbc102b
SANs: regiai.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of regiai.com. — Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
regiai.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Challenged, unverified

The endpoint asked for a token, but we could not retrieve and validate the RFC 9728 metadata that tells a client how to obtain one.

Result Challenged, unverified
Enforced On tool calls
HTTP status 200

Protected resource metadata

Retrieved No
Problem no_resource_metadata

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://regiai.com/api/mcp Verified 200
http (plaintext) http://regiai.com/api/mcp HTTPS enforced 301 https://regiai.com/api/mcp
MCP tools · 51 exposed · ~3,926 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
ai_anime_filter ~58

Turn photos into anime. $0.03 per image. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
imagestringyesPhoto: public https URL or base64 data URI (image).

No output schema declared.

No examples provided.

ai_audio_translator ~78

Dub speech into 18 languages. $0.09 per second (min $0.50). Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
target_languagestring–Translate to
videostringyesVideo with speech: public https URL or base64 data URI (video).

No output schema declared.

No examples provided.

ai_body_swap ~109

Put yourself in any body and outfit. $0.10 per swap. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
body_imagestringyesBody photo (pose, outfit and scene): public https URL or base64 data URI (image).
consentbooleanyesI have permission to use these faces
person_imagestringyesYour photo (face and hair to keep): public https URL or base64 data URI (image).

No output schema declared.

No examples provided.

ai_character_replace ~106

Replace characters in videos. from $0.75. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
character_imagestringyesNew character: public https URL or base64 data URI (image).
promptstring–Instructions (optional) (max 500 characters)
resolutionstring–Quality
videostringyesVideo with the person to replace: public https URL or base64 data URI (video).

No output schema declared.

No examples provided.

ai_clothes_changer ~85

Try on outfits virtually. $0.05 per try-on. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
garment_imagestringyesGarment: public https URL or base64 data URI (image).
person_imagestringyesPhoto of the person: public https URL or base64 data URI (image).

No output schema declared.

No examples provided.

ai_couple_photo_generator ~125

Make couple photos from two selfies. $0.10 per photo. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
consentbooleanyesI have permission to use these faces
detailsstring–Extra details (optional) (max 200 characters)
person_1stringyesFirst person: public https URL or base64 data URI (image).
person_2stringyesSecond person: public https URL or base64 data URI (image).
scenestring–Scene

No output schema declared.

No examples provided.

ai_dress_changer ~89

Try on dresses in one click. $0.10 per image. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
colorstring–Color or details (optional) (max 120 characters)
imagestringyesYour photo: public https URL or base64 data URI (image).
stylestring–Dress style

No output schema declared.

No examples provided.

ai_face_editor ~66

Change facial expressions. $0.03 per image. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
expressionstringyesNew expression
imagestringyesPortrait photo: public https URL or base64 data URI (image).

No output schema declared.

No examples provided.

ai_face_swap_video ~102

Swap faces in videos. $0.75 per video (up to 10s). Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
consentbooleanyesI have permission to use these faces
facestringyesFace photo (the new face): public https URL or base64 data URI (image).
videostringyesVideo: public https URL or base64 data URI (video).

No output schema declared.

No examples provided.

ai_head_swap ~92

Swap heads in photos. $0.10 per swap. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
body_imagestringyesBody photo (keeps pose and outfit): public https URL or base64 data URI (image).
head_imagestringyesHead photo (face and hair to use): public https URL or base64 data URI (image).

No output schema declared.

No examples provided.

ai_image_editor ~77

Edit photos with a prompt. $0.03 per image. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
imagestringyesPhoto to edit: public https URL or base64 data URI (image).
promptstringyesWhat should change? (max 1000 characters)

No output schema declared.

No examples provided.

ai_image_expander ~88

Extend images with AI. $0.03 per image. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
aspect_ratiostring–New shape
imagestringyesPhoto to expand: public https URL or base64 data URI (image).
promptstring–Describe the surroundings (optional) (max 300 characters)

No output schema declared.

No examples provided.

ai_image_generator ~74

Text to image with 12 models. from $0.01. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
aspect_ratiostring–Aspect ratio
modelstring–Model
promptstringyesDescribe your image (max 2000 characters)

No output schema declared.

No examples provided.

ai_lip_sync ~104

Sync lips to any audio. $0.35 per video (up to 10s). Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
audiostringyesNew voice audio: public https URL or base64 data URI (audio).
consentbooleanyesI have permission to use these faces
videostringyesVideo with a visible face: public https URL or base64 data URI (video).

No output schema declared.

No examples provided.

ai_music_generator ~86

Songs from a prompt. $0.40 per song. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
is_instrumentalboolean–Instrumental (no vocals)
lyricsstring–Lyrics (optional) (max 3000 characters)
promptstringyesStyle and mood (max 2000 characters)

No output schema declared.

No examples provided.

ai_outfit_changer ~77

Change outfits with a prompt. $0.10 per image. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
imagestringyesYour photo: public https URL or base64 data URI (image).
outfitstringyesDescribe the new outfit (max 500 characters)

No output schema declared.

No examples provided.

ai_photo_colorizer ~63

Colorize black & white photos. $0.03 per photo. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
imagestringyesBlack and white photo: public https URL or base64 data URI (image).

No output schema declared.

No examples provided.

ai_selfie_generator ~79

Stylized selfies and avatars. $0.10 per image. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
input_imagestringyesYour selfie: public https URL or base64 data URI (image).
personastring–Character (optional)
stylestring–Style

No output schema declared.

No examples provided.

ai_sound_effects ~62

Sound effects from text. $0.05 per sound. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
durationstring–Length
promptstringyesDescribe the sound (max 500 characters)

No output schema declared.

No examples provided.

ai_speech_to_text ~79

Transcribe audio to text. $0.05 per file. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
audiostringyesAudio file: public https URL or base64 data URI (audio).
languagestring–Language
translateboolean–Translate to English

No output schema declared.

No examples provided.

ai_subtitle_generator ~77

Generate SRT subtitles. $0.10 per video. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
languagestring–Spoken language
translateboolean–Translate to English
videostringyesVideo: public https URL or base64 data URI (video).

No output schema declared.

No examples provided.

ai_talking_photo ~95

Make photos talk. $0.40 per 100 characters. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
imagestringyesPortrait photo: public https URL or base64 data URI (image).
voicestring–Voice
voice_languagestring–Language
voice_scriptstringyesWhat should they say? (max 400 characters)

No output schema declared.

No examples provided.

ai_video_colorizer ~67

Colorize old videos. $0.10 per video (up to 30s). Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
videostringyesBlack and white video: public https URL or base64 data URI (video).

No output schema declared.

No examples provided.

ai_video_extender ~78

Make clips longer. $1.50 per extension (+6s). Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
promptstringyesWhat happens next? (max 800 characters)
videostringyesVideo to extend: public https URL or base64 data URI (video).

No output schema declared.

No examples provided.

ai_video_generator ~94

Text and image to video. from $0.50. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
aspect_ratiostring–Aspect ratio
durationstring–Duration
imagestring–Start image (image to video): public https URL or base64 data URI (image).
promptstringyesPrompt (max 1500 characters)

No output schema declared.

No examples provided.

ai_video_restyle ~84

Restyle videos with a prompt. from $0.60. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
promptstringyesNew style (max 800 characters)
qualitystring–Quality
videostringyesVideo to restyle: public https URL or base64 data URI (video).

No output schema declared.

No examples provided.

ai_video_to_audio ~78

Add sound to silent videos. $0.05 per video. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
promptstring–Describe the sound (optional) (max 300 characters)
videostringyesSilent video: public https URL or base64 data URI (video).

No output schema declared.

No examples provided.

ai_video_upscaler ~76

Upscale videos to 1080p. $0.80 per video (up to 10s, 1080p). Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
videostringyesVideo to upscale: public https URL or base64 data URI (video).

No output schema declared.

No examples provided.

ai_vocal_remover ~67

Separate vocals and music. $0.10 per song. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
audiostringyesSong: public https URL or base64 data URI (audio).
keepstring–Keep

No output schema declared.

No examples provided.

ai_voice_changer ~100

Change a voice in any recording. $0.05 per recording. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
consentbooleanyesI have permission to use the target voice
reference_audiostringyesTarget voice sample: public https URL or base64 data URI (audio).
source_audiostringyesRecording to change: public https URL or base64 data URI (audio).

No output schema declared.

No examples provided.

ai_voice_cloner ~141

Clone a voice from a sample. $0.10 per 1,000 characters. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
consentbooleanyesThis is my voice, or I have permission to clone it
languagestring–Language
reference_audiostringyesVoice sample (10–30 seconds): public https URL or base64 data URI (audio).
reference_textstring–What is said in the sample (optional, improves accuracy) (max 500 characters)
textstringyesText for the cloned voice (max 2000 characters)

No output schema declared.

No examples provided.

ai_voice_generator ~81

Text to natural speech. $0.15 per 1,000 characters (min $0.05). Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
emotionstring–Emotion
textstringyesText to speak (max 5000 characters)
voice_idstring–Voice

No output schema declared.

No examples provided.

analyze_image ~76

Ask any question about an image, with an optional system prompt. $0.01 per call.

NameTypeReqDescription
imagestring–Input image as a public https URL or a base64 data URI.
promptstringyesQuestion or instruction about the image.
system_promptstring–Optional system prompt to steer the answer.

No output schema declared.

No examples provided.

answer_picture_question ~49

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

NameTypeReqDescription
imagestringyesInput image as a public https URL or a base64 data URI.

No output schema declared.

No examples provided.

braces_filter ~79

See yourself with braces. $0.10 per image. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
colorstring–Band color (colored braces)
imagestringyesSmiling photo: public https URL or base64 data URI (image).
stylestring–Braces

No output schema declared.

No examples provided.

describe_image ~44

Get a detailed text description of an image. $0.01 per image.

NameTypeReqDescription
imagestringyesInput image as a public https URL or a base64 data URI.

No output schema declared.

No examples provided.

face_swap ~71

Put the face from "image" onto the person in "target_image". $0.10 per swap.

NameTypeReqDescription
imagestringyesInput image as a public https URL or a base64 data URI.
target_imagestringyesInput image as a public https URL or a base64 data URI.

No output schema declared.

No examples provided.

generate_image ~79

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

NameTypeReqDescription
aspect_ratiostring––
imagestring–Input image as a public https URL or a base64 data URI.
promptstringyesWhat to create, or how to edit the input image.

No output schema declared.

No examples provided.

get_generation ~54

Check the status of a generation started by any asynchronous RegiAI tool. Returns output_url (or output_text) once status is "completed".

NameTypeReqDescription
generation_idintegeryesThe generation_id returned when the tool was started.

No output schema declared.

No examples provided.

gif_face_swap ~91

Swap faces in GIFs. $0.75 per GIF (up to 10s). Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
consentbooleanyesI have permission to use these faces
facestringyesFace photo (the new face): public https URL or base64 data URI (image).
gifstringyesGIF

No output schema declared.

No examples provided.

image_to_text ~44

Extract all readable text from an image. $0.01 per image.

NameTypeReqDescription
imagestringyesInput image as a public https URL or a base64 data URI.

No output schema declared.

No examples provided.

image_to_video ~81

Animate any photo. from $0.50. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
durationstring–Duration
imagestringyesPhoto to animate: public https URL or base64 data URI (image).
promptstringyesDescribe the motion (max 1500 characters)

No output schema declared.

No examples provided.

multiple_face_swap ~177

Swap several faces in one photo. $0.35 per photo. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
consentbooleanyesI have permission to use these faces
face_1stringyesFace for person 1 (left): public https URL or base64 data URI (image).
face_2stringyesFace for person 2: public https URL or base64 data URI (image).
face_3string–Face for person 3: public https URL or base64 data URI (image).
face_4string–Face for person 4: public https URL or base64 data URI (image).
group_imagestringyesGroup photo: public https URL or base64 data URI (image).

No output schema declared.

No examples provided.

regiai_get_balance ~25

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

regiai_list_tools ~29

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

remove_background ~45

Cut out the subject and return a transparent PNG. $0.10 per image.

NameTypeReqDescription
imagestringyesInput image as a public https URL or a base64 data URI.

No output schema declared.

No examples provided.

remove_watermark ~46

Remove watermarks, logos and overlaid text. $0.10 per image.

NameTypeReqDescription
imagestringyesInput image as a public https URL or a base64 data URI.

No output schema declared.

No examples provided.

restore_photo ~43

Repair scratches and damage in old photos. $0.10 per image.

NameTypeReqDescription
imagestringyesInput image as a public https URL or a base64 data URI.

No output schema declared.

No examples provided.

text_to_video ~73

Turn a prompt into a video. from $0.50. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

NameTypeReqDescription
aspect_ratiostring–Aspect ratio
durationstring–Duration
promptstringyesDescribe your video (max 1500 characters)

No output schema declared.

No examples provided.

unblur_image ~42

Sharpen a blurry photo. $0.05 per image.

NameTypeReqDescription
imagestringyesInput image as a public https URL or a base64 data URI.

No output schema declared.

No examples provided.

Common questions

What is the RegiAI MCP server?

RegiAI is an MCP server listed in the public MCP registry as com.regiai/regiai. AI image, video and audio tools: generate, edit, face swap, upscale, remove backgrounds, make video. This page covers its hosted endpoint (https://regiai.com/api/mcp).

Is the RegiAI MCP server safe to use?

RegiAI scores 75 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the RegiAI MCP server expose?

RegiAI exposes 51 tools: regiai_get_balance, regiai_list_tools, generate_image, upscale_image, remove_background, and 46 more. Their descriptions and schemas cost roughly 3,926 tokens of context every time the server is loaded.

Does the RegiAI MCP server require authentication?

Yes. RegiAI asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

Is the RegiAI MCP server still maintained?

RegiAI is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.