Developer · MCP

Use the Hexis investor roundtable
in your AI agent

One MCP endpoint. Three legendary investor perspectives — Buffett's value discipline, Lynch's growth instinct, Marks's risk awareness — surfaced right inside Claude Code, OpenClaw, or Hermes.

Try it free — no signup

3 calls / day

The endpoint is public. No account, no key. Add it to your agent in one line and call hexis_roundtable immediately. Anonymous sessions are rate-limited to 3 calls per day per IP.

claude mcp add --transport http hexis https://hexishq.com/mcp

Then ask: "What would the roundtable say about holding NVDA after a 40% run?"

openclaw mcp set hexis '{"url":"https://hexishq.com/mcp","transport":"streamable-http"}' && openclaw gateway restart

Gateway restart applies the change immediately.

Add to ~/.hermes/config.yaml:

mcp_servers: hexis: url: "https://hexishq.com/mcp"

Then in a Hermes session run /reload-mcp to apply.

More calls with an API key

Account quota

Sign up for a free Hexis account, generate an API key in Settings, and swap it into the command below. Your key unlocks your full account quota instead of the anonymous 3/day limit.

  1. Go to hexishq.com and create a free account.
  2. Open Settings → API Keys → Generate new key. Copy the hx_… token.
  3. Add the server with your key using the command for your client:
claude mcp add --transport http hexis https://hexishq.com/mcp \ --header "Authorization: Bearer hx_YOUR_KEY"

Replace hx_YOUR_KEY with your actual key from Settings.

openclaw mcp set hexis '{"url":"https://hexishq.com/mcp","transport":"streamable-http","headers":{"Authorization":"Bearer hx_YOUR_KEY"}}' && openclaw gateway restart

Replace hx_YOUR_KEY with your actual key from Settings.

Update ~/.hermes/config.yaml:

mcp_servers: hexis: url: "https://hexishq.com/mcp" headers: Authorization: "Bearer hx_YOUR_KEY"

Replace hx_YOUR_KEY, then run /reload-mcp in Hermes.

Example prompts

Once connected, invoke hexis_roundtable with a question. The tool returns three investor voices in one response.

"NVDA is up 40% since I bought it and I can't decide whether to hold or trim — how should I think about this?"
"I've been sitting on cash for six months waiting for a pullback that never came. Am I being disciplined or just scared?"
"I bought a position in a turnaround story but the thesis is taking longer than expected to play out — when is it right to give up?"
What it won't do: The roundtable does not recommend specific stocks to buy, give price targets, or predict returns. It helps you think through your own dilemmas with discipline frameworks.