datacenter-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for HTTP server when TRANSPORT=http. | 3000 |
| API_KEY | No | API key for authentication when TRANSPORT=http. | |
| TRANSPORT | No | Transport mode. Set to 'http' for remote HTTP server. | stdio |
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 |
|---|---|
| dc_calculate_cooling_loadA | Calculate the total cooling load for a data center facility based on IT load, PUE, and environmental factors. This tool computes cooling capacity requirements in kW, tons, and BTU/hr, estimates required airflow in CFM, rates the facility's PUE efficiency, and provides actionable recommendations for cooling system design. Accounts for: IT heat rejection, electrical overhead losses, lighting loads, humidification, and altitude derating above 5,000 ft. Args:
Returns structured JSON with cooling_load_kw, cooling_load_tons, cooling_load_btu, estimated_airflow_cfm, pue_rating, and engineering recommendations. Examples:
|
| dc_analyze_power_redundancyA | Analyze power redundancy configuration for a mission-critical data center. Calculates UPS module count and sizing, generator count and total capacity, PDU requirements and switchgear feeds, electrical efficiency chain losses, UPS loading percentage, and concurrent maintainability / fault tolerance assessment. Supports N, N+1, 2N, and 2N+1 redundancy configurations. Args:
Returns structured JSON with complete power infrastructure sizing and recommendations. Examples:
|
| dc_assess_tier_classificationA | Assess a data center's Uptime Institute Tier classification based on its infrastructure configuration. Evaluates power redundancy, cooling redundancy, distribution paths, concurrent maintainability, and fault tolerance against Tier I-IV requirements. Identifies gaps between current infrastructure and target tier. Args:
Returns target vs achieved tier, gap analysis with severity ratings, uptime expectations, and recommendations. Examples:
|
| dc_generate_commissioning_planA | Generate a comprehensive data center commissioning plan following ASHRAE guidelines (Levels 1-5). Creates a structured commissioning plan with test procedures, durations, milestones, and prerequisites scaled to facility size and tier complexity. Commissioning Levels:
Args:
Returns structured plan with phases, test procedures, durations, milestones, and recommendations. Examples:
|
| dc_analyze_rack_densityA | Analyze rack density classification and recommend appropriate cooling strategies. Classifies rack density (low/medium/high/ultra-high/liquid-cooled), recommends cooling approach, estimates airflow requirements per rack, and flags containment and liquid cooling thresholds. Args:
Returns density classification, recommended cooling strategy, airflow estimates, and recommendations. Examples:
|
| dc_gpu_cooling_optimizerA | Optimize cooling infrastructure for GPU/AI workloads. Calculates thermal loads for modern GPU clusters (H100, A100, H200, B200, GB200), recommends cooling strategies (air, rear-door, direct liquid, immersion), and projects energy costs and savings. Handles the unique thermal challenges of AI/ML deployments: extreme power density (30-120+ kW/rack), liquid cooling CDU sizing, coolant flow rates, and PUE impact analysis. Args:
Returns total heat load, per-rack density, cooling strategy recommendation, CDU sizing, coolant flow rates, chilled water plant capacity, annual energy costs, and liquid vs air savings analysis. Examples:
|
| dc_ups_battery_sizingA | Size UPS systems and battery plants for mission-critical data center facilities. Calculates UPS module count, battery string sizing, floor space, structural load, and 10-year Total Cost of Ownership comparing VRLA vs Lithium-Ion batteries. Supports all standard redundancy configurations (N, N+1, 2N, 2N+1) and both battery technologies with lifecycle cost analysis including replacement cycles. Args:
Returns UPS module sizing, battery string count, energy capacity, floor space requirements, weight estimates, 10-year TCO comparison, and recommendations. Examples:
|
| dc_reference_lookupA | Look up data center engineering reference data including Tier requirements, PUE benchmarks, rack density classifications, and commissioning phases. Args:
Returns reference data tables for data center engineering decisions. Examples:
|
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/log-wade/datacenter-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server