LIVE ENDPOINT
https://regiai.com/api/mcp
Connect to this endpoint to inspect the live schema for restore_photo 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.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_background— Cut out the subject and return a transparent PNG.remove_watermark— Remove watermarks, logos and overlaid text.unblur_image— Sharpen a blurry photo.face_swap— Put the face from "image" onto the person in "target_image".