1. Conduid
  2. Developer Tools
  3. Openbb
MCP server · Developer Tools

Openbb

Financial data platform for analysts, quants and AI agents.

92Excellent

Scored 16 hours ago · breakdown

About Openbb

Openbb is an MCP server published by OpenBB-finance in the Developer Tools category: financial data platform for analysts, quants and AI agents. It has been installed 0 times through Conduid.

The repository has 62K stars and 6.1K forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx openbb

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Openbb

Powered by Claude · Grounded in docs

I know everything about Openbb. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

ODPODP Desktop (Latest Stable) · 25 Apr 2026This is the latest stable release (v1.0.2)** This release always points to the most recent stable version. For version-specific details and release notes, see: [ODP Desktop…
Open-Data-Platform-v1.0.2ODP Desktop v1.0.2 · 25 Apr 2026What's Changed [Feature] ODP Desktop: Add Clear Logs Button to Log Windows by @deeleeramone in https://github.com/OpenBB-finance/OpenBB/pull/7429 [BugFix] Update openssl in `cargo.toml` and Remove `dll` and `dylibs` From Repo by…
v4.7.0OpenBB V4.7.0 · 9 Mar 2026Thank you and welcome to our new contributors 🔥 @RinZ27 made their first contribution in https://github.com/OpenBB-finance/OpenBB/pull/7302 @pgoslatara made their first contribution in https://github.com/OpenBB-finance/OpenBB/pull/7326…
Open-Data-Platform-v1.0.1ODP Desktop v1.0.1 · 9 Feb 2026Open Data Platform by OpenBB - Desktop v1.0.1 Version 1.0.1 of ODP Desktop updates the dependent libraries and associated syntax, improves the error message on initial environment setup failure, and refactors the `Update Environment`…
v4.6.0OpenBB Platform v4.6.0 · 7 Jan 2026Thank you and welcome to our new contributors 🔥 @ChimdumebiNebolisa made their first contribution in https://github.com/OpenBB-finance/OpenBB/pull/7289 @VeroDomenico made their first contribution in…

README

Twitter Discord Shield Open in Dev Containers PyPI

Open Data Platform by OpenBB (ODP) is the open-source toolset that helps data engineers integrate proprietary, licensed, and public data sources into downstream applications like AI copilots and research dashboards.

ODP operates as the "connect once, consume everywhere" infrastructure layer that consolidates and exposes data to multiple surfaces at once: Python environments for quants, OpenBB Workspace and Excel for analysts, MCP servers for AI agents, and REST APIs for other applications.

Get started with: pip install openbb

from openbb import obb
output = obb.equity.price.historical("AAPL")
df = output.to_dataframe()

Data integrations available can be found here: https://docs.openbb.co/python/reference


OpenBB Workspace

While the Open Data Platform provides the open-source data integration foundation, OpenBB Workspace offers the enterprise UI for analysts to visualize datasets and leverage AI agents. The platform's "connect once, consume everywhere" architecture enables seamless integration between the two.

You can find OpenBB Workspace at https://pro.openbb.co.

Data integration:

AI Agents integration:

Integrating Open Data Platform to the OpenBB Workspace

Connect this library to the OpenBB Workspace with a few simple commands, in a Python (3.9.21 - 3.12) environment.

Run an ODP backend

  • Install the packages.
pip install "openbb[all]"
  • Start the API server over localhost.
openbb-api

This will launch a FastAPI server, via Uvicorn, at 127.0.0.1:6900.

You can check that it works by going to http://127.0.0.1:6900.

Integrate the ODP Backend to OpenBB Workspace

Sign-in to the OpenBB Workspace, and follow the following steps:

  1. Go to the "Apps" tab
  2. Click on "Connect backend"
  3. Fill in the form with: Name: Open Data Platform URL: http://127.0.0.1:6900
  4. Click on "Test". You should get a "Test successful" with the number of apps found.
  5. Click on "Add".

That's it.


1. Installation

The ODP Python Package can be installed from PyPI package by running pip install openbb

or by cloning the repository directly with git clone https://github.com/OpenBB-finance/OpenBB.git.

Please find more about the installation process, in the OpenBB Documentation.

ODP CLI installation

The ODP CLI is a command-line interface that allows you to access the ODP directly from your command line.

It can be installed by running pip install openbb-cli

or by cloning the repository directly with git clone https://github.com/OpenBB-finance/OpenBB.git.

Please find more about the installation process in the OpenBB Documentation.

2. Contributing

There are three main ways of contributing to this project. (Hopefully you have starred the project by now ⭐️)

Become a Contributor

Create a GitHub ticket

Before creating a ticket make sure the one you are creating doesn't exist already among the existing issues

Provide feedback

We are most active on our Discord, but feel free to reach out to us in any of our social media for feedback.

3. License

Distributed under the AGPLv3 License. See LICENSE for more information.

4. Disclaimer

Trading in financial instruments involves high risks including the risk of losing some, or all, of your investment amount, and may not be suitable for all investors.

Before deciding to trade in a financial instrument you should be fully informed of the risks and costs associated with trading the financial markets, carefully consider your investment objectives, level of experience, and risk appetite, and seek professional advice where needed.

The data contained in the Open Data Platform is not necessarily accurate.

OpenBB and any provider of the data contained in this website will not accept liability for any loss or damage as a result of your trading, or your reliance on the information displayed.

All names, logos, and brands of third parties that may be referenced in our sites, products or documentation are trademarks of their respective owners. Unless otherwise specified, OpenBB and its products and services are not endorsed by, sponsored by, or affiliated with these third parties.

Our use of these names, logos, and brands is for identification purposes only, and does not imply any such endorsement, sponsorship, or affiliation.

5. Contacts

If you have any questions about the platform or anything OpenBB, feel free to email us at support@openbb.co

If you want to say hi, or are interested in partnering with us, feel free to reach us at hello@openbb.co

Any of our social media platforms: openbb.co/links

6. Star History

This is a proxy of our growth and that we are just getting started.

But for more metrics important to us check openbb.co/open.

Star History Chart

7. Contributors

OpenBB wouldn't be OpenBB without you. If we are going to disrupt financial industry, every contribution counts. Thank you for being part of this journey.

README mirrored from the source repository 16 hours ago. The original is authoritative.

Questions

About Openbb

How do I install Openbb?

Run npx openbb, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Openbb safe to use with an AI agent?

Its trust score is 92 out of 100 (excellent). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Openbb still maintained?

Yes — the latest release is ODP (25 Apr 2026), and the last commit was 6 months ago. The repository has 62K stars and 0 open issues.