Ask like a person.
No dashboards to learn. Ask what happened, who moved, what macro is saying, or what prediction markets are pricing in.
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.
One place to understand what changed, who moved, and what the market is pricing in — across filings, macro, and crypto.
No dashboards to learn. Ask what happened, who moved, what macro is saying, or what prediction markets are pricing in.
Answers point back to the source — filing, series, or market data — so you can verify the claim instead of trusting a black box.
Connect an insider filing to a macro shift to a perp funding rate. The full picture is rarely in one data source.
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.
The signal is rarely in one place. Here is the kind of context ClawTerminal is built to surface.
Global Business Travel Group agreed to be acquired for $9.50 cash per share. The interesting part was buried in the large-holder filing.
One terminal. Every layer of the market.
Connect ClawTerminal to Claude or ChatGPT in two steps. No credit card, no waitlist — free while the product is being shaped.
Free during beta — works right now, no sign-up needed.
sk-live-sWh8n2kacM4AWlK49uUWsVLn9P37U_zCf2hQXIwf6O0
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