Live 0–100 stock scoring across 20+ dimensions, available as a Gemini CLI
extension. Wraps the @haruspex-guru/mcp-server-gemini
npm package — the Gemini-tuned distribution of the Haruspex MCP server (sister
to @haruspex-guru/mcp-server
which serves Claude Desktop / Base44 / Cursor).
gemini extensions install https://github.com/Haruspex-guru/haruspex-gemini-extensionFor local development from a clone of this directory:
gemini extensions install --path .On install, Gemini will prompt for your Haruspex API Key (hrspx_*).
Get one at https://haruspex.guru/haruspex-api.
- 4 skills:
score-lookup,dimension-compare,supply-chain-risk,thesis-builder(auto-loaded fromskills/) - 3 slash commands:
/haruspex-score,/haruspex-compare,/haruspex-watchlist(fromcommands/) - An MCP server config that spawns the Haruspex MCP via
npxon demand - A
GEMINI.mdthat teaches the agent how to call everything
What's the Haruspex score for NVDA?
Compare AAPL, MSFT, and GOOGL on supply chain risk.
Build a bull/bear thesis on TSLA based on the last 90 days of Haruspex scores.
/haruspex-watchlist # reads watchlist.txt in the current directory
- Node.js 18+ (so
npxcan spawn the MCP server) - Gemini CLI 0.x or newer
- A Haruspex API key
gemini-extension/
├── gemini-extension.json # manifest
├── GEMINI.md # auto-loaded knowledge prompt
├── skills/ # 4 SKILL.md files (Anthropic Agent Skills format)
└── commands/ # 3 TOML slash commands
- npm package: https://www.npmjs.com/package/@haruspex-guru/mcp-server-gemini
- Gemini CLI extensions docs: https://geminicli.com/docs/extensions/reference/
- Public install page: https://haruspex.guru/integrations/gemini