altman z score calculator for Gemini CLI
com.edgethirteen.www/altman-z-score-calculator
Altman Z-Score bankruptcy-risk screen for a US-listed ticker, inputs looked up automatically.
client:Gemini CLI
transport:streamable-http
tools:1
Install altman z score calculator in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"altman-z-score-calculator": {
"httpUrl": "https://www.edgethirteen.com/api/mcp/altman-z-score-calculator"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs