Bloomberg MCP Server
by madushankaf
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PATH | No | MCP endpoint path. | /mcp |
| MCP_API_KEY | No | Optional shared secret accepted as x-api-key or Bearer token for backend authentication. | |
| MCP_HTTP_HOST | No | HTTP listen address. | 0.0.0.0 |
| MCP_HTTP_PORT | No | HTTP listen port. | 8000 |
| MCP_STATELESS | No | If true, use stateless HTTP transport (no server-side session state). | true |
| BLOOMBERG_HOST | No | BLPAPI endpoint host. | localhost |
| BLOOMBERG_MODE | No | Operation mode: 'auto' falls back to mock, 'blpapi' fails fast if Bloomberg unreachable, 'mock' serves deterministic mock data. | auto |
| BLOOMBERG_PORT | No | BLPAPI endpoint port. | 8194 |
| MCP_ALLOWED_HOSTS | No | Comma-separated allowed Host header values to enable DNS-rebinding protection, e.g. 'bloomberg-mcp:8000,localhost:*'. | |
| MCP_API_KEY_HEADER | No | Header name used to read the API key from. | x-api-key |
| MCP_JSON_RESSPONSE | No | true | |
| MCP_ALLOWED_ORIGINS | No | Comma-separated allowed origins for CORS if set. | |
| BLOOMBERG_MAX_FIELDS | No | Maximum number of fields allowed per request. | 50 |
| BLOOMBERG_TIMEOUT_MS | No | Per-request timeout in milliseconds. | 30000 |
| BLOOMBERG_AUTH_OPTIONS | No | B-PIPE/SAPI authentication string, e.g. 'AuthenticationMode=APPLICATION_ONLY;ApplicationAuthenticationType=APPNAME_AND_KEY;ApplicationName=my-app'. | |
| BLOOMBERG_MAX_SECURITIES | No | Maximum number of securities allowed per request. | 100 |
| BLOOMBERG_TLS_CLIENT_CERT | No | Path to the B-PIPE client certificate (PKCS#12 file). | |
| BLOOMBERG_TLS_TRUST_MATERIAL | No | Path to the B-PIPE trust material (root certificate PKCS#7 file). | |
| BLOOMBERG_TLS_CLIENT_CERT_PASSWORD | No | Password for the B-PIPE client certificate. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/madushankaf/mcp-bloomberg-mock'
If you have feedback or need assistance with the MCP directory API, please join our Discord server