Haruspex MCP server tuned for Gemini CLI. Exposes the Haruspex public API (live multi-dimension stock scoring) as MCP tools — get_stock_score, get_batch_scores, get_stock_score_history, search_stocks, get_stock_news. Spawned by the Haruspex Gemini CLI ext
{
"mcpServers": {
"haruspex-gurumcp-gemini": {
"command": "npx",
"args": [
"-y",
"@haruspex-guru/mcp-server-gemini"
]
}
}
}