Built for Gemini CLI

Haruspex inside Gemini CLI

Install the Haruspex extension once and Gemini gets live 0–100 stock scores, 20+ dimension breakdowns, head-to-head comparisons, and 90-day score history — same MCP server that powers Base44 and Claude Desktop.

Install in one command
Step 1 · Get a Haruspex API key

Free tier works for evaluation. Manage keys at /haruspex-api. Format starts with hrspx_.

Step 2 · Run the install command
gemini extensions install https://github.com/Haruspex-guru/haruspex-gemini-extension

Gemini will prompt for your HARUSPEX_API_KEY on first run.

Step 3 · Try it
  • What's the Haruspex score for NVDA?
  • Compare AAPL, MSFT, and GOOGL on supply chain risk.
  • Build a bull/bear thesis on TSLA.

What ships in the extension

score-lookup

Get the live 0–100 Haruspex score and dimension breakdown for any US or Japanese ticker.

What's the Haruspex score for NVDA?

dimension-compare

Compare 2–50 tickers head-to-head, optionally focused on a specific dimension.

Compare AAPL, MSFT, and GOOGL on AI exposure.

supply-chain-risk

Surface supply chain, geopolitical, and concentration risk for a single ticker.

Is TSLA exposed to China?

thesis-builder

Generate a structured bull/bear thesis grounded in 90 days of Haruspex score history.

Build a bull/bear thesis on PLTR.

Plus 3 slash commands: /haruspex-score, /haruspex-compare, /haruspex-watchlist (reads watchlist.txt from the current directory).

Or wire MCP manually (other hosts)

The same MCP server works in Claude Desktop, Cursor, Base44, and any other MCP-compatible host. Paste this config into the host's MCP settings, swapping in your real key.

{
  "mcpServers": {
    "haruspex": {
      "command": "npx",
      "args": ["-y", "@haruspex-guru/mcp-server-gemini@^1.0.0"],
      "env": {
        "HARUSPEX_API_KEY": "hrspx_your_api_key"
      }
    }
  }
}