Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

Cabrini Market Data

ai.cabrini/market-data

US stock market data for AI agents — 23 years of minute bars, SEC filings, fundamentals.

Uptime
33.3%
6 probes
Response
1112ms
last probe
Tools
14
callable

Tools · 14

query_minute_bars

Full trading day of intraday OHLCV bars for one US stock (interval 3-240 min, default 3m). $0.025 USDC.

list_tickers

List all tickers that traded on a given date. $0.005 USDC.

query_range

Multi-day intraday bars for one ticker (interval 3-240 min, default 3m). $0.01/day, no day limit.

query_batch

Multiple tickers for one date. $0.02/ticker, no limit.

scan_market

Scan all US stocks on a date for custom criteria (gaps, volume, change). $0.10 USDC.

query_daily

Daily OHLCV bars for one ticker over a date range. $0.001/year.

get_brief

Full research brief: price, fundamentals, insiders, splits for one ticker. $0.25 USDC.

get_company

Company profile: name, CIK, industry, exchange, fiscal year. $0.005 USDC.

get_fundamentals

Quarterly fundamentals from SEC EDGAR (revenue, EPS, margins, etc). $0.02 USDC.

get_insiders

Insider transactions (Form 4) from SEC EDGAR. $0.02 USDC.

get_filings

SEC filing index (10-K, 10-Q, 8-K, proxies) for a ticker. $0.01 USDC; add sections=[risk_factors, mdna] to extract full section text from the latest 10-K/10-Q for $0.05.

get_bars

Resampled OHLCV bars at custom timeframes (3, 6, 9, 12, 15, 30, 60, 240 min). Derived aggregates for one ticker. $0.015 USDC per day.

get_pricing

Pricing and data coverage information. Free.

get_stats

Platform statistics. Free.

Similar MCP servers embedding-nearest

Hyperliquid Market Data — Orderbooks, Prices, OHLCV
Hyperliquid perpetual market data API for AI agents. Real-time order books, mid prices, funding rates, open interest, 24h volume, and OHLCV
0 tools · http
Boolsai Signals live
Quant-research MCP — tradeable signals from public-company website stack changes. 7 tools.
12 tools · streamable-http
Drillr — The financial MCP for AI agents live
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
9 tools · streamable-http
ai.dynamicfeed/dynamic-feed live
Fresh data AI models lack: live prices, software versions, CVEs, service status & more.
93 tools · streamable-http
Inferventis Finance MCP live
19 production-ready financial tools for AI agents. Covers currency conversion (ECB, Frankfurter, CoinAPI), real-time stock quotes via Finnhu
20 tools · http
Hyperliquid Perp Market Data API
Hyperliquid perp order book, prices, funding, OI, candles. x402 paid.
3 tools · sse

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "cabrini_market_data": {
      "url": "https://cabrini.ai/mcp",
      "transport": "streamable-http"
    }
  }
}