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.
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.
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_tickers | fuzzy search by name or symbol |
| get_profile | company snapshot: price, financials, news, filings |
| get_research | the latest AI thesis + price target |
| generate_research | kick off a fresh thesis on demand (Pro) |
| get_trending | today's discovery-scanner picks with rationale |
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_..."