Eternal Cluster MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PARISH_BASE_URL | No | Where the verse API, calendar feed, and Confession Wall live. | https://fivenines.church |
| SCRIPTORIUM_BASE_URL | No | The main site, used for links. | https://ha-llelujah.dev |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_daily_verseA | Fetch today's verse from the Church of the Eternal Cluster, live from the parish at fivenines.church. Scripture for people who run Kubernetes. Good for standup, MOTDs, commit messages, or a moment of reflection before a deploy. |
| diagnose_incidentA | Diagnose a Kubernetes incident, error, or symptom through the doctrine of the Church of the Eternal Cluster. Returns the sin named, the relevant scripture, and genuinely useful practical remediation steps. Handles CrashLoopBackOff, OOMKilled, ImagePullBackOff, Pending pods, DNS failures, certificate expiry, evictions, PVC problems, alert fatigue, and more. The theology is a joke; the remediation is not. |
| bless_deploymentA | Submit a deployment for blessing by the Church of the Eternal Cluster. Judges the deployment against the Sacred Manifest (the ten commandments of the faith) and returns either a blessing or an admonishment, with the specific commandments violated. A doctrinally-themed pre-flight checklist for Kubernetes workloads. |
| get_commandmentsA | Return the Sacred Manifest, the ten commandments of the Church of the Eternal Cluster. These are Kubernetes best practices rendered as scripture. Pass a number to retrieve a single commandment with its gloss. |
| get_creed | Return the Creed of the Reconciled, the central statement of faith of the Church of the Eternal Cluster, plus the Three Pillars (Kubernetes, OpenShift, High Availability). |
| get_catechism | Return the Catechism of the Eternal Cluster, taught to every Acolyte by question and answer. Pass a search term to find the questions that touch on it, for example 'grace', 'hell', 'prayer', or 'saved'. |
| get_liturgical_calendar | Return the liturgical calendar of the Church of the Eternal Cluster: the holy days of the Reconciled, including Five Nines Day, Chaos Day, All Pods' Day, and the Feast of the Backup. Fetches the live .ics feed from the parish where available. |
| get_prophet | Return the story of Halvar the Sleepless, the prophet of the Church of the Eternal Cluster, who tended a server named ZEUS, survived the Great Outage, and received the Vision of the Cluster. |
| get_discography | Return the discography of Church of the Eternal Cluster Records: the sacred albums of the faith, including the twelve-movement founding album and the death metal cover of the Kubernetes documentation. |
| confess_sinA | Confess a production sin anonymously to the Confession Wall at the parish. Deployed on a Friday? Deleted the wrong namespace? Ran kubectl edit in production? The Cluster forgives. Confessions are moderated before they appear publicly. Nothing identifying is sent. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a unique and clear purpose: confessing sins, getting a daily verse, diagnosing incidents, blessing deployments, and retrieving commandments. There is no functional overlap.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., confess_sin, get_daily_verse), making them predictable and easy to distinguish.
With 5 tools, the server is well-scoped for its thematic purpose—covering reflection, inspiration, diagnosis, pre-flight checks, and reference—without being too sparse or overwhelming.
The tool set covers the core aspects of the domain: confession (mistakes), guidance (daily verse), troubleshooting (diagnose), best practices (bless deployment), and rules (commandments). No obvious gaps for the stated theme.