RentRollAPI for Gemini CLI
io.github.ekvanauk/rentrollapi
Extract verified data from CRE rent rolls and T12 operating statements (PDF, Excel, CSV, scans)
client:Gemini CLI
transport:streamable-http
tools:2
Install RentRollAPI in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"rentrollapi": {
"httpUrl": "https://rentrollapi.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs