MCP.so
登录

BLPAPI-MCP

@djsamseng

关于 BLPAPI-MCP

A MCP server providing financial data from Bloomberg blpapi

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

djsamseng

配置

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

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

工具

未检测到工具

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

概览

What is BLPAPI-MCP?

BLPAPI-MCP is a Model Context Protocol server that provides financial data from Bloomberg’s blpapi library. It is intended for users who have access to a Bloomberg Terminal and want to integrate Bloomberg data into MCP-compatible AI tools.

How to use BLPAPI-MCP?

Install via UV with uv add git+https://github.com/djsamseng/blpapi-mcp, then run the server using uv run blpapi-mcp --sse --host 127.0.0.1 --port 8000. The server uses SSE transport and can be configured in tools like Cursor, Claude Code, or Aider (pending).

Key features of BLPAPI-MCP

  • Provides financial data from Bloomberg via blpapi
  • Runs as an SSE-based MCP server
  • Requires a running Bloomberg Terminal (BBComm accessible)
  • Supports integration with Cursor and Claude Code
  • Test clients included for stdio and SSE modes
  • Open-source, not affiliated with Bloomberg L.P.

Use cases of BLPAPI-MCP

  • Access Bloomberg financial data through an AI coding assistant
  • Query real-time or historical market data via MCP endpoints
  • Automate financial data retrieval in a development workflow
  • Prototype Bloomberg-data-driven applications with LLM integration

FAQ from BLPAPI-MCP

What are the prerequisites to use BLPAPI-MCP?

A Bloomberg Terminal must be running and BBComm must be accessible on the same machine for the server to retrieve data.

What transport does BLPAPI-MCP use?

The server runs with SSE (Server-Sent Events) transport on the specified host and port, as shown in the run command.

Is BLPAPI-MCP affiliated with Bloomberg?

No. This project is not affiliated with Bloomberg Finance L.P. The use of the name Bloomberg is purely descriptive.

Can I use BLPAPI-MCP with Claude Desktop?

Remote hosts for Claude Desktop are still in development, but integration with Claude Code is supported via the claude mcp add command.

Are there any authentication or access controls?

The README does not mention authentication; it assumes the Bloomberg Terminal session is already active on the user’s machine.

评论

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