Back to Home
apostoloss icon

elastic-cloud-billing-mcp

Verified Safe

by apostoloss

Overview

Minimal Model Context Protocol (MCP) server exposing Elastic Cloud billing/usage data for LLM tooling to enable cost tracking and stale environment cleanup.

Installation

Run Command
uvx mcpo --config .cursor/mcp.json --hot-reload --port 8080

Environment Variables

  • ELASTIC_API_KEY

Security Notes

The server securely handles Elastic Cloud API keys by loading them from dedicated `.env` files in a configurable 'accounts' directory, rather than hardcoding. It uses `httpx` for API requests, a modern and secure HTTP client. No `eval`, `exec`, or direct command execution vulnerabilities are apparent. The server is explicitly designed for read-only operations on billing and deployment data, minimizing risks of unintended resource modification. The primary security consideration is ensuring the `.env` files containing API keys are protected on the host system.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens5000
Stars0
Forks0
Last Update2026-01-19

Tags

Elastic CloudBillingCost ManagementLLM ToolingAPI Server