MCP Server
MCP
io.github.TryReelEstate/reel-estate-mcp
Turn real-estate listing photos into property videos from your AI assistant.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "reel-estate-mcp",
"version": "0.3.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "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.",
"name": "MCP_SERVER_URL"
},
{
"description": "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.",
"name": "MCP_OAUTH_CLIENT_ID"
},
{
"description": "Loopback port the browser is redirected to after sign-in. Defaults to 8765.",
"name": "MCP_OAUTH_CALLBACK_PORT"
},
{
"description": "Directory where OAuth tokens are cached. Defaults to ~/.reel-estate-mcp.",
"name": "MCP_OAUTH_STORE_DIR"
},
{
"description": "Optional OAuth scope override. Omitted by default (negotiated from server metadata).",
"name": "MCP_OAUTH_SCOPE"
},
{
"description": "Set to 1/true to block all mutating (non-GET) tool calls.",
"name": "MCP_READONLY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment