obai-market-data

Retrieve real-time and historical stock quotes, OHLCV candles, and technical indicators via the OBaI market-data MCP server.

11|6|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/sixteen-dev/obai --skill obai-market-data-sixteen-dev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: obai-market-data
Source: https://github.com/sixteen-dev/obai/tree/main/skills/obai-market-data
Command: npx skills add https://github.com/sixteen-dev/obai --skill obai-market-data-sixteen-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Analysts and traders need fast, structured access to live market prices, historical candles, and technical indicators without manually querying multiple financial data APIs. This Skill connects an AI agent to the OBaI market-data MCP server so it can answer market questions with sourced, timestamped data. ## Core Features & Use Cases - Quotes and Prices: Fetch current quotes, latest trades, and pre-market/after-hours bid-ask data for any ticker. - Historical and Technical Analysis: Pull OHLCV candles across intervals from 1-minute to daily, plus RSI, SMA, EMA, WMA, DEMA, TEMA, and ADX indicators. - Market Context: Get gainers/losers/most-active movers (optionally scoped to S&P 500, Nasdaq, or Dow Jones), sector snapshots, short volume, market hours status, and commodity prices like gold, oil, and natural gas. - Use Case: Ask whether NVDA is overbought today, and the agent checks market status, pulls the current quote, and computes RSI(14) with sourced timestamps in one answer. ## Quick Start Ask the agent for the current price, RSI(14), and 50-day moving average of AAPL using the market data tools.

Frequently Asked Questions about obai-market-data

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get real-time stock quotes with an AI agent?▼

Use the market_data_get_quote_tool for a full current price snapshot including change and volume, or market_data_get_latest_trade_tool when only the price matters. Check market_data_is_market_open_tool first when presenting live prices.

How to fetch historical OHLCV candle data for a stock?▼

Call market_data_get_candles_tool with the interval matching your horizon: 1min to 4hour for intraday, daily for multi-day or multi-month history. Use one interval per symbol unless multiple are explicitly requested.

Which technical indicators does the market data server support?▼

The market_data_get_technical_indicators_tool supports RSI, SMA, EMA, WMA, DEMA, TEMA, and ADX only. If another indicator is requested, the agent reports it as unavailable rather than substituting a different one.

Can I get commodity and futures prices like gold or oil?▼

Yes, quote and candle tools work for commodity symbols such as GCUSD (gold), CLUSD (crude oil), and NGUSD (natural gas). Use market_data_list_commodities_tool to discover symbols, but movers, short volume, and after-hours tools are stock-only.

What happens when a market data tool call fails?▼

The agent records [DATA UNAVAILABLE: reason], continues with any remaining data, and does not retry because the server handles retries internally. Responses are capped near 25,000 characters, so long windows are paginated with limit and offset.