treg.to / Catalog / Twelve Data
4 tools · your own account · never metered

Twelve Data MCP for AI agents

Equities, forex and crypto quotes and time series across global exchanges. Connect your own Twelve Data 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
4 of 4 tools on this page are live-verified against the provider.
works in
ChatGPTClaudeClaude CodeCodexCursorGrokGemini CLI
What your agent can now do

Twelve Data, one prompt away

AGENT
ChatGPTClaudeClaude CodeCodexCursorGrokGemini CLI
current quote for a ticker (live or delayed per plan)
end-of-day price history for a ticker
find tickers and the exchanges they trade on
treg
$ treg call twelvedata.quote
✓ 200 · free
$ treg call twelvedata.time-series
✓ 200 · free
$ treg call twelvedata.symbol.search
✓ 200 · free
$ _
Twelve DataYOUR ACCOUNT
Equities, forex and crypto quotes and time series across global exchanges.
⚒ 4 TOOLS

Market data · https://api.twelvedata.com

Set up

Set up Twelve Data 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/twelvedata.quote"
Why treg.to

Why call Twelve Data 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 Twelve Data 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, Finnhub, Marketstack and ~2,600 other tools.

The shelf

All 4 Twelve Data tools

Stock Market Data · 4 tools
  • Stock, forex or crypto quote by symbol — 52-week range · live-verified · free
    Current quote with open/high/low/close, volume, change and 52-week range — stocks, forex and crypto symbols alike twelvedata.quote
  • Stock OHLCV time series by symbol — 1min to 1month · live-verified · free
    OHLCV series at any interval from 1min to 1month — the workhorse for charts and analysis twelvedata.time-series
  • Current price of a symbol — one number only · live-verified · free
    One number: the current price of a symbol — the cheapest possible check twelvedata.price
  • Search stock, forex and crypto symbols by name · live-verified · free
    Resolve a name or fragment to symbols across stocks, forex and crypto, with exchange info twelvedata.symbol.search

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 Twelve Data. 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
EODHDFinnhubMarketstackPolygon.ioTiingo
Questions

Before you start

Do I need a Twelve Data account?

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

How do I add Twelve Data to Claude Code?

Run: claude mcp add --transport http treg https://treg.to/mcp — one MCP server carries Twelve Data 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 Twelve Data MCP server?

No. treg.to serves Twelve Data'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 Twelve Data channels are linked above.