MCP.so
登录

Bloomberg MCP

@djsamseng

关于 Bloomberg MCP

A MCP server providing financial data from Bloomberg blpapi

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

djsamseng

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "bloomberg-mcp": {
      "command": "uv",
      "args": [
        "run",
        "bloomberg-mcp",
        "--sse",
        "--host",
        "127.0.0.1",
        "--port",
        "8000"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Bloomberg MCP?

A Model Context Protocol server that provides financial data from Bloomberg's blpapi library. It is designed for developers and AI agents who need programmatic access to Bloomberg financial data through MCP-compatible clients like Cursor and Claude Code.

How to use Bloomberg MCP?

Install via UV with the Bloomberg blpapi index configured, then run the server: uv run bloomberg-mcp --sse --host 127.0.0.1 --port 8000. Configure your MCP client (e.g., Cursor or Claude Code) to connect to the SSE endpoint at the specified host and port.

Key features of Bloomberg MCP

  • Serves financial data from Bloomberg's blpapi
  • Uses industry-standard MCP protocol
  • Supports SSE (Server-Sent Events) transport
  • Works with Cursor and Claude Code
  • Can be run locally on macOS/Linux

Use cases of Bloomberg MCP

  • Query real-time or historical financial data via natural language in an AI coding assistant
  • Automate financial analysis workflows inside Cursor or Claude Code
  • Enable AI agents to access Bloomberg Terminal data for research

FAQ from Bloomberg MCP

What dependencies does Bloomberg MCP require?

You need Bloomberg blpapi (installed via a private index), UV, and a Bloomberg Terminal subscription for data access.

What transport protocols does Bloomberg MCP support?

It supports SSE (Server-Sent Events) transport. Stdio mode is also available for testing with the included client examples.

How do I connect Cursor to Bloomberg MCP?

Add the SSE URL to your .cursor/mcp.json configuration file (project-level or global).

Is Claude Desktop supported?

Remote hosts for Claude Desktop are still in development as of this README.

评论

其他 分类下的更多 MCP 服务器