Bloomberg MCP
@djsamseng
关于 Bloomberg MCP
A MCP server providing financial data from Bloomberg blpapi
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
评论