Connect to everything.
TickerAPI 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 TickerAPI 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 TickerAPI to any MCP-compatible AI assistant. Your model gets live market data tools — summaries, comparisons, scans, and watchlists — 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, scan for opportunities, compare assets.
view guideWindsurf
Connect TickerAPI to Windsurf via MCP. Financial data tools available directly in your AI-powered IDE alongside your code.
view guideAI platform integrations.
Use TickerAPI as a tool in OpenClaw agents, OpenAI GPTs, and Vercel AI SDK applications. Each guide covers setup, tool registration, and example prompts.
OpenClaw
TickerAPI as an OpenClaw tool spec. Any OpenClaw-compatible agent gets structured market data — summaries, comparisons, scans, watchlists, and more.
view guideHermes
Connect TickerAPI to your Hermes agent via MCP. Add a few lines to your config and your autonomous agent gets market scans, summaries, comparisons, and watchlists.
view guideOpenAI GPTs
Add TickerAPI 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
TickerAPI 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 TickerAPI 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 TickerAPI 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 TickerAPI 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 tickerapi 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 tickerapi 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/tickerapi/tickerapi-sdk-go Idiomatic Go client. Concurrent-safe, strongly typed, zero dependencies. Works with Gin, Chi, standard library, and any Go service.
view guide