Skip to main content
Glama
mikecali

Business Intelligence MCP Server

by mikecali

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for web server (default: 5000)
NODE_ENVNoNode environment (e.g., development)
LOG_LEVELNoLogging level (e.g., INFO, DEBUG)
ELSER_INFERENCE_IDNoInference endpoint ID for ELSER sparse embedding (default: .elser-2-elasticsearch)
ELASTICSEARCH_INDEXNoElasticsearch index name (default: business_intelligence)
RERANK_INFERENCE_IDNoInference endpoint ID for reranking (default: .rerank-v1-elasticsearch)
ELASTICSEARCH_API_KEYNoAPI key for Elasticsearch authentication (alternative to username/password)
ELASTICSEARCH_ENDPOINTYesElasticsearch Cloud endpoint URL, e.g., https://your-deployment.es.region.aws.elastic-cloud.com
ELASTICSEARCH_PASSWORDNoPassword for Elasticsearch authentication (used with username)
ELASTICSEARCH_USERNAMENoUsername for Elasticsearch authentication (used with password)
EMBEDDING_INFERENCE_IDNoInference endpoint ID for E5 dense embedding (default: .multilingual-e5-small-elasticsearch)
COMPLETION_INFERENCE_IDNoInference 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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