Connect to everything.
TickerDB works with MCP clients, AI platforms, automation tools, and any language that can make an HTTP request. Native SDKs for Python, Node.js, and Go.
Three ways in.
Use TickerDB via MCP tools in your AI assistant, via SDKs in your code, or via plain HTTP from anywhere. Pick the one that fits your workflow.
MCP
Connect to Claude Desktop, Cursor, or Windsurf. Your AI assistant gets market data tools — ask about tickers in natural language.
SDK
Install the Python, Node.js, or Go SDK. Full type safety, async support, and idiomatic patterns for each language.
HTTP
Plain GET requests with an API key header. Works from any language, any platform, any environment. No SDK required.
MCP integrations.
Connect TickerDB to any MCP-compatible AI assistant. Your model gets live market data tools — summaries, watchlists, ticker event history, and more — directly in the chat.
MCP
Pre-computed market data as MCP tools. Connect to Claude Desktop, Cursor, Windsurf, or any MCP-compatible client — your AI assistant pulls live market context directly from the chat.
view guideClaude
Give Claude live market intelligence via MCP or tool use. Connect directly from Claude.ai with one click via OAuth — no API key management required.
view guideCursor
Market data inside Cursor via MCP. Your AI coding assistant gets live financial context while you build — ask about tickers, pull summaries, check ticker event history.
view guideWindsurf
Connect TickerDB to Windsurf via MCP. Financial data tools available directly in your AI-powered IDE alongside your code.
view guideAI platform integrations.
Use TickerDB as a tool in OpenClaw agents, OpenAI GPTs, and Vercel AI SDK applications. Each guide covers setup, tool registration, and example prompts.
OpenClaw
TickerDB as an OpenClaw tool spec. Any OpenClaw-compatible agent gets structured market data — summaries, watchlists, ticker event history, and more.
view guideHermes
Connect TickerDB to your Hermes agent via MCP. Add a few lines to your config and your autonomous agent gets market summaries, watchlists, ticker event history, and more.
view guideOpenAI GPTs
Add TickerDB as a GPT action. Your custom GPT gets live market data — users ask about stocks and your GPT pulls pre-computed analysis in real time.
view guideVercel AI SDK
TickerDB as a Vercel AI SDK tool for market-aware streaming AI applications. Works with any model provider — OpenAI, Anthropic, Google, or local models.
view guideAutomation platforms.
Connect TickerDB to your existing automation workflows. Trigger actions based on market conditions — no code required with Zapier, full control with n8n.
Zapier
Trigger Zaps with market data — connect TickerDB to 6,000+ apps without code. Set up alerts, sync data to spreadsheets, or trigger workflows based on market conditions.
view guiden8n
Market data in n8n workflows. Self-hosted or cloud — build financial analysis pipelines, automated alerts, and data syncing workflows with the TickerDB HTTP node.
view guideNative SDKs.
Type-safe clients for the three most common languages in AI development. Install the SDK, pass your API key, and start calling endpoints.
Python SDK
pip install tickerdb Type-safe Python client with async support. Pydantic models for every response. Works with FastAPI, Django, Flask, LangChain, and any Python environment.
view guideNode.js SDK
npm install tickerdb TypeScript-first Node.js client with full type definitions. Works with Next.js, Nuxt, SvelteKit, Express, and any Node.js environment.
view guideGo SDK
go get github.com/tickerdb/tickerdb-go Idiomatic Go client. Concurrent-safe, strongly typed, zero dependencies. Works with Gin, Chi, standard library, and any Go service.
view guide