Cabrini Market Data MCP Server

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

Local serverstdioPython

What is the Cabrini Market Data MCP server?

Cabrini Market Data MCP server exists for a simple reason — assistants are far more useful when they can act on Cabrini Market Data directly instead of describing what you should do. US stock market data for AI agents — 23 years of minute bars, SEC filings, fundamentals.

What you get

US stock market data for AI agents. 23 years of intraday and daily bars, SEC fundamentals, filings, and insider data — every US equity from 2003 to present.

What the assistant can call

Once Cabrini Market Data is connected, these are the calls the assistant has available:

Setting it up

cabrini on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Choosing this one

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Cabrini Market Data's toolset — Homepage, Method — is a fair guide to whether it matches your workflow. It is maintained by ai.cabrini; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the cabrini market data mcp server does with a few real requests.

Available tools

ToolWhat it does
Homepagehttps://cabrini.ai
MethodPrice

How to install the Cabrini Market Data MCP server

{
  "mcpServers": {
    "cabrini": {
      "url": "https://cabrini.ai/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Cabrini Market Data to Homepage.
  • Use Cabrini Market Data to Method.

Frequently asked questions

It connects Cabrini Market Data to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (Homepage, Method) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Cabrini Market Data directly.