INDIVIDUAL MCP TOOL
get_sample
FREE, no payment: real intraday OHLCV bars for AAPL on 2024-01-02, identical in shape to a paid query.
LIVE ENDPOINT
https://cabrini.ai/mcp
Connect to this endpoint to inspect the live schema for get_sample and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cabrini-ai]
url = "https://cabrini.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cabrini-ai": {
"type": "http",
"url": "https://cabrini.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cabrini-ai
Remote MCP URL: https://cabrini.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cabrini-ai": {
"url": "https://cabrini.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cabrini-ai": {
"type": "http",
"url": "https://cabrini.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cabrini-ai",
"transport": "streamable-http",
"url": "https://cabrini.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
query_minute_bars— Full trading day of intraday bars for one US stock (interval 3-240 min, default 3m).list_tickers— List all tickers that traded on a given date.query_range— Multi-day intraday bars for one ticker (interval 3-240 min, default 3m).query_batch— Multiple tickers for one date.scan_market— Scan all US stocks on a date for custom criteria (gaps, volume, change).query_daily— Daily OHLCV bars plus VWAP, range_pct and true_range_pct for one ticker over a date range.get_brief— Full research brief: price, fundamentals, insiders, splits for one ticker.get_company— Company profile: name, CIK, industry, exchange, fiscal year.