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 endpoint
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.reelforger-com]
url = "https://mcp.reelforger.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"reelforger-com": {
"type": "http",
"url": "https://mcp.reelforger.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: reelforger-com
Remote MCP URL: https://mcp.reelforger.com/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": {
"reelforger-com": {
"url": "https://mcp.reelforger.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"reelforger-com": {
"type": "http",
"url": "https://mcp.reelforger.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "reelforger-com",
"transport": "streamable-http",
"url": "https://mcp.reelforger.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
render_recipe— Submit a ReelForger recipe render request.validate_request— Preflight checks before render.get_job_status— Retrieve current job state, output URL, structured error fields, diagnostics, and billing metadata.get_supported_patterns— Return a curated static list of supported output patterns and recommended path selection.get_caption_presets— Return curated static caption preset and mode guidance for agent request generation.