AI research terminal for investors

Ask better questions before the market catches up.

ClawTerminal reads SEC filings, macro indicators, crypto perp markets, and prediction market data so you can ask in plain English and get sourced answers across every layer of the market.

Built for curious investors and analysts who want the full picture, not just the headline.
ClawTerminal pixel mascot with glasses and terminal laptop

Research without the noise.

One place to understand what changed, who moved, and what the market is pricing in — across filings, macro, and crypto.

01

Ask like a person.

No dashboards to learn. Ask what happened, who moved, what macro is saying, or what prediction markets are pricing in.

02

Get the receipts.

Answers point back to the source — filing, series, or market data — so you can verify the claim instead of trusting a black box.

03

Cross every surface.

Connect an insider filing to a macro shift to a perp funding rate. The full picture is rarely in one data source.

Questions worth asking.

ClawTerminal is designed for research moments where context matters more than a headline.

Find me the weirdest insider buying this week, but ignore tiny symbolic trades. Separate real conviction from noise.
Which stocks moved hard after a filing, and what actually caused the move? Connect the event to the market reaction.
What does the Ventuals perp market imply about OpenAI's valuation after last week's funding news? Track private-company sentiment before an S-1 ever exists.
Is macro stress showing up in the sectors where insiders are quietly selling? Connect the macro signal to the equity move.

A real ClawTerminal read.

The signal is rarely in one place. Here is the kind of context ClawTerminal is built to surface.

Live example · May 2026

BlackRock's GBTG filing was not just a passive holder update.

Global Business Travel Group agreed to be acquired for $9.50 cash per share. The interesting part was buried in the large-holder filing.

GBTG $9.50 cash deal 7.5% holder
Source: BlackRock Portfolio Management LLC Schedule 13D, filed May 5, 2026.
The obvious headline GBTG entered a merger agreement to be acquired by Long Lake Management Holdings, with Class A holders set to receive $9.50 in cash per share.
The useful detail A BlackRock-advised investor owned roughly 39 million shares, about 7.5% of the company, and signed a voting/support agreement in favor of the merger.
The part most people miss The same filing disclosed short exposure through about 2.0 million borrowed shares and 1.5 million cash-settled swaps. That changes how you read the holder's economic exposure.
ClawTerminal

One terminal. Every layer of the market.

Free during beta

Try it now.

Connect ClawTerminal to Claude or ChatGPT in two steps. No credit card, no waitlist — free while the product is being shaped.

Step 01

Copy the demo key.

Free during beta — works right now, no sign-up needed.

sk-live-sWh8n2kacM4AWlK49uUWsVLn9P37U_zCf2hQXIwf6O0
Step 02

Add the MCP server to your AI client.

ClawTerminal runs as a remote MCP server. Pick your client below and paste the config — the key is already filled in.

// ~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clawterminal": {
      "type": "http",
      "url": "https://mcp.clawterminal.ai",
      "headers": {
        "Authorization": "Bearer sk-live-sWh8n2kacM4AWlK49uUWsVLn9P37U_zCf2hQXIwf6O0"
      }
    }
  }
}
# Run once in your terminal — adds the server project-wide
claude mcp add --transport http clawterminal \
  https://mcp.clawterminal.ai \
  --header "Authorization: Bearer sk-live-sWh8n2kacM4AWlK49uUWsVLn9P37U_zCf2hQXIwf6O0"
# OpenAI Responses API — add as a remote MCP tool
tools = [{
    "type": "mcp",
    "server_label": "clawterminal",
    "server_url": "https://mcp.clawterminal.ai",
    "headers": {"Authorization": "Bearer sk-live-sWh8n2kacM4AWlK49uUWsVLn9P37U_zCf2hQXIwf6O0"}
}]

# ChatGPT desktop app: Settings → Connected tools → Add MCP server
# URL: https://mcp.clawterminal.ai