treg.to / Catalog / Finnhub
5 tools · your own account · never metered

Finnhub MCP for AI agents

Real-time quotes, company fundamentals, earnings, and news sentiment. Connect your own Finnhub account once and your agent uses it from then on, through one treg.to token. Calls on your own connection are never metered.
$1.00 of free credit on every new team · no provider signup · no card
5 of 5 tools on this page are live-verified against the provider.
works in
ChatGPTClaudeClaude CodeCodexCursorGrokGemini CLI
What your agent can now do

Finnhub, one prompt away

AGENT
ChatGPTClaudeClaude CodeCodexCursorGrokGemini CLI
current quote for a ticker (live or delayed per plan)
company profile behind a ticker
find tickers and the exchanges they trade on
treg
$ treg call finnhub.quote
✓ 200 · free
$ treg call finnhub.company.news
✓ 200 · free
$ treg call finnhub.symbol.search
✓ 200 · free
$ _
FinnhubYOUR ACCOUNT
Real-time quotes, company fundamentals, earnings, and news sentiment.
⚒ 5 TOOLS

Market data · https://finnhub.io/api/v1

Set up

Set up Finnhub in Claude Code, Codex or any agent

1Give this to your agent
in your agent's chat
set up treg — https://treg.to/llms.txt
2Or add the MCP server yourself
claude code
claude mcp add --transport http treg https://treg.to/mcp

ChatGPT

Settings → Connectors → add https://treg.to/mcp as a custom connector.

Grok bot

Add https://treg.to/mcp as a remote MCP connector in its tool settings.

Claude Desktop

Settings → Connectors → Add custom connector → https://treg.to/mcp.

Cursor, Codex, any MCP client

Point it at https://treg.to/mcp (HTTP transport).

CLI

curl -fsSL https://treg.to/install.sh | sh

Plain HTTP

LangChain, CrewAI or any code: /call/<tool-id> with a Bearer token. No SDK.

Try it

What's the best way to ask?

the prompt
Using treg, current quote for a ticker (live or delayed per plan). Show me the price first.

Run one directly

a live-verified call
curl -H "Authorization: Bearer $TREG_TOKEN" \
  "https://treg.to/call/finnhub.quote"
Why treg.to

Why call Finnhub through treg.to

Your account, held safely

Connect once; treg.to keeps the credential server-side and injects it per call. No key on any machine.

Price before the call

The provider's own rate, $0.000 markup. How billing works.

No subscription, no seats

Charged per call. $1.00 free per new team, no card to start.

Your own Finnhub key is free

Register it and those calls are never metered. Your key always wins.

Switch by changing a word

Another provider is a different word in the prompt, not a new integration.

One key, the whole catalog

The same token calls EODHD, Marketstack, Polygon.io and ~2,600 other tools.

The shelf

All 5 Finnhub tools

Stock Market Data · 5 tools
  • Real-time stock quote by ticker — price, day change · live-verified · free
    Current price, day change, open/high/low and previous close for a US ticker finnhub.quote
  • Company profile by stock ticker — industry, market cap · live-verified · free
    Company behind a ticker: name, industry, market cap, IPO date, logo and weburl finnhub.company.profile
  • Search stock ticker symbols by company name · live-verified · free
    Resolve a company name or fragment to tradable symbols finnhub.symbol.search
  • Company news by stock ticker over a date range · live-verified · free
    News articles for one company over a date range finnhub.company.news
  • Stock fundamentals by ticker — P/E, margins, 52-week range · live-verified · free
    Valuation, margin, growth and per-share metrics for a ticker (P/E, 52-week range, beta and more) finnhub.metrics.basic

Reliability badges come from live traffic through treg.to, not a controlled benchmark.

Related

Same jobs, other providers

These providers answer some of the same capabilities as Finnhub. The platform pages show them on one row with rate and coverage; choosing is yours, treg.to does not route between providers automatically.

also on the catalog
EODHDMarketstackPolygon.ioTiingoTwelve Data
Questions

Before you start

Do I need a Finnhub account?

Yes. This is an own-account connection: you sign in to Finnhub once and your agent uses that connection through your treg.to token. Calls on it are never metered.

How do I add Finnhub to Claude Code?

Run: claude mcp add --transport http treg https://treg.to/mcp — one MCP server carries Finnhub and the rest of the catalog.

Which frameworks does it work with?

Anything that speaks MCP (Claude Code, Claude Desktop, ChatGPT, Codex, Cursor, Grok) and anything that can make an HTTP request (LangChain, CrewAI, LlamaIndex, plain code).

Is this the official Finnhub MCP server?

No. treg.to serves Finnhub's real API through its own metered proxy: the request is the provider's own, the credential is injected server-side, and the answer is relayed verbatim. The official Finnhub channels are linked above.