io.github.TryReelEstate
reel-estate-mcp
Turn real-estate listing photos into property videos from your AI assistant.
stdioofficialservice
Package Details
reel-estate-mcp
Transportstdio
Environment Variables
MCP_SERVER_URL
Backend origin hosting the /mcp endpoint. Defaults to Reel Estate production (https://api.tryreelestate.com); set to a staging or self-hosted backend to override.
MCP_OAUTH_CLIENT_ID
Public OAuth client id (PKCE, no secret). Auto-selected per backend host by default; set only when pointing at a backend on a different Clerk instance.
MCP_OAUTH_CALLBACK_PORT
Loopback port the browser is redirected to after sign-in. Defaults to 8765.
MCP_OAUTH_STORE_DIR
Directory where OAuth tokens are cached. Defaults to ~/.reel-estate-mcp.
MCP_OAUTH_SCOPE
Optional OAuth scope override. Omitted by default (negotiated from server metadata).
MCP_READONLY
Set to 1/true to block all mutating (non-GET) tool calls.