for agents · free

A stock analyst, inside Claude.

Tomorrow Terminal's MCP server hands Claude (or any MCP client) the same tools you get: company profiles, filings, financials, news, the discovery scanner, and the full AI thesis. Free tier, one-line install, no rate-limit drama.

cost
$0
free MCP access
install
1 line
claude mcp add
tools
5
ready in Claude

In 30 seconds

1

Make a free account.

Sign up with email or Google. Free tier includes MCP + API access.
2

Mint an API key.

Dashboard → API Keys → New key. Copy the tt_… token.
3

Add the MCP server to Claude.

Paste this into your terminal, swapping your key into the header:
claude mcp add --transport http \
  tomorrow-terminal \
  https://api.tomorrowterminal.com/mcp \
  --header "Authorization: Bearer tt_..."
Works with Claude Code, Claude Desktop, and any MCP client. For Claude Desktop on Windows/Mac the same URL goes in claude_desktop_config.json.
4

Ask Claude something.

Claude can now reach the tools below. Try one of these:
"What's the bull and bear case on NVDA right now?"
Pulls the latest AI thesis with target, then explains both sides grounded on filings + news.
"Find me small caps that look like pre-breakout setups today."
Hits the discovery scanner and surfaces names where mentions + volume are climbing.
"Read TSLA's last 8-K and tell me what changed in their guidance."
Earnings recap grounded on the actual SEC filing, not a press summary.
"Compare AMD vs INTC on margins and AI exposure."
Two profiles + thesis in one answer; Claude does the side-by-side from real data.

The tools

Five tools Claude can call directly. The free tier serves cached research up to 24 hours old; Pro keys can call generate_research on demand for any ticker.

search_tickersfuzzy search by name or symbol
get_profilecompany snapshot: price, financials, news, filings
get_researchthe latest AI thesis + price target
generate_researchkick off a fresh thesis on demand (Pro)
get_trendingtoday's discovery-scanner picks with rationale

Not on Claude? REST works too.

Every MCP tool is also a plain REST endpoint with the same API key. Drop it into ChatGPT actions, n8n, your own agent, whatever you're wiring up.

curl https://api.tomorrowterminal.com/api/public/profile/NVDA \
  -H "Authorization: Bearer tt_..."

What you actually get

  • Free in-app and free in your agent. The Pro tier just sets how fresh the research can be.
  • Grounded on SEC EDGAR, market data, Reddit/StockTwits, and Claude.
  • Same data the public site shows, no degraded tier.
  • Real public track record so you know what the picks have been worth.