Business Intelligence MCP Server
by mikecali
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for web server (default: 5000) | |
| NODE_ENV | No | Node environment (e.g., development) | |
| LOG_LEVEL | No | Logging level (e.g., INFO, DEBUG) | |
| ELSER_INFERENCE_ID | No | Inference endpoint ID for ELSER sparse embedding (default: .elser-2-elasticsearch) | |
| ELASTICSEARCH_INDEX | No | Elasticsearch index name (default: business_intelligence) | |
| RERANK_INFERENCE_ID | No | Inference endpoint ID for reranking (default: .rerank-v1-elasticsearch) | |
| ELASTICSEARCH_API_KEY | No | API key for Elasticsearch authentication (alternative to username/password) | |
| ELASTICSEARCH_ENDPOINT | Yes | Elasticsearch Cloud endpoint URL, e.g., https://your-deployment.es.region.aws.elastic-cloud.com | |
| ELASTICSEARCH_PASSWORD | No | Password for Elasticsearch authentication (used with username) | |
| ELASTICSEARCH_USERNAME | No | Username for Elasticsearch authentication (used with password) | |
| EMBEDDING_INFERENCE_ID | No | Inference endpoint ID for E5 dense embedding (default: .multilingual-e5-small-elasticsearch) | |
| COMPLETION_INFERENCE_ID | No | Inference endpoint ID for Claude completions (default: claude-completions) |
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
- 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/mikecali/bi_with_elasticsearch_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server