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.
ENDPOINT 1
https://regiai.com/api/mcp
MCP server metadata
- Name
- regiai
- Version
- 1.0.0
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_balanceReturn the remaining RegiAI credit balance in USD for this API token.
Inferred read-onlyregiai_list_toolsList every RegiAI tool (image, video, audio) with its inputs and price.
Inferred read-onlygenerate_imageGenerate a new image from a text prompt, or edit an input image with a prompt.
Potential side effectsanswer_picture_questionSolve the math, physics or chemistry problem shown in an image.
Inferred read-onlyget_generationCheck the status of a generation started by any asynchronous RegiAI tool.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.