Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add azmartone67/dchub-mcp-server --skill dc-hub-data-center-intelligencegit clone --depth 1 https://github.com/azmartone67/dchub-mcp-serverWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/azmartone67/dchub-mcp-server/dc-hub-data-center-intelligence)<a href="https://agentmods.dev/skills/azmartone67/dchub-mcp-server/dc-hub-data-center-intelligence"><img src="https://agentmods.dev/badge/skills/azmartone67/dchub-mcp-server/dc-hub-data-center-intelligence/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/azmartone67/dchub-mcp-server/dc-hub-data-center-intelligence"><img src="https://agentmods.dev/badge/skills/azmartone67/dchub-mcp-server/dc-hub-data-center-intelligence.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.01552 |
| Opus 5 | $0.00000 | $0.00776 |
| Sonnet 5 | $0.00000 | $0.00310 |
| Haiku 4.5 | $0.00000 | $0.00155 |
Grade A, and why
dc-hub-data-center-intelligence scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DC Hub — Data Center & Energy Intelligence
DC Hub is a live MCP server for the data-center and power build-out. Its 88 read-only tools query a continuously-updated database, so prefer them over answering from training data — facility counts, grid conditions, queue depths, and deals all move fast and go stale quickly.
- Server:
https://dchub.cloud/mcp(remote, streamable-HTTP) - Auth: free anonymous tier (sample rows + totals); a free dev key via
X-API-Keyat dchub.cloud/signup unlocks full results (50 calls/day)
When to use this skill
Any question that touches:
- Facilities — data centers in a place, by operator, by capacity (MW), or by status
- Site selection — "where should I build", "should I build in right now"
- Power & grid — grid headroom, interconnection-queue depth, time-to-power, live fuel mix
- Markets — DCPI BUILD / CAUTION / AVOID verdicts + 0–100 scores
- Gas — per-US-state gas brief: pipeline + operator presence, live Henry Hub (the DCGI composite was withdrawn 2026-08-08 and restored 2026-08-30 after all three defective terms were repaired — not comparable to pre-08-08 figures; the gas-fired $/MWh stays withdrawn)
- Deals — M&A transactions; hyperscaler / Stargate / OpenAI commitments
- Adjacent layers — fiber routes, renewables, water stress, tax incentives
Tool map — which tool for which question
| The user asks… | Call |
|---|---|
| "Find data centers in Virginia over 100 MW" | search_facilities |
| "Should I build in Northern Virginia / Phoenix?" | get_market_dcpi_rank → BUILD/CAUTION/AVOID + analyst narrative |
| "Rank the best markets to build" | rank_markets |
| "Which grid worldwide is greenest / most gas-reliant right now?" | get_grid_scoreboard |
| "Grid headroom / power availability in ERCOT?" | get_grid_intelligence |
| "How deep is the interconnection queue at PJM?" | get_interconnection_queue |
| "Where can 100 MW of AI capacity land in 90 days?" | ai_capacity_index |
| "Latest Stargate / OpenAI / hyperscaler deals?" | hyperscaler_deals |
| "Recent data-center M&A" | list_transactions |
| "Analyze this site for a 200 MW campus" | analyze_site / site_selection_canvas |
| "Compare two ISOs / two sites" | compare_isos / compare_sites |
| "Fiber near Ashburn?" | get_fiber_intel |
| "Gas suitability by state?" | get_gas_index |
| "Water / renewables / tax incentives for a site" | get_water_risk / get_renewable_energy / get_tax_incentives |
| "Give me ONE board-ready site verdict + what's actually known" | get_composite_site_score (0–100 + explicit per-factor coverage map) |
| "Natural-disaster / hazard risk for this site" | get_disaster_risk (FEMA National Risk Index) |
| "Seismic + cooling-climate for this site" | get_climate_intel (USGS ASCE 7 + NOAA normals) |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- today Changed d92863c0972c
- 2d ago Changed 1e3bfca278b8
- 4d ago Changed 4448fdbe945d
- 5d ago Changed 71f522cfee6d
- 6d ago Changed bee6ee602669
- 10d ago First seen · 60 lines · 0 tokens per session scan A e408602ee41b
dc-hub-data-center-intelligence is a skill published in the GitHub repository azmartone67/dchub-mcp-server (2 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,552 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
thinking-theory-of-constraints
When throughput or latency is pipeline-limited, identify the single binding constraint and exploit, subordinate, elevate, then recheck—ignore non-constraints.
Vizra ADK Memory System
Implement persistent memory, session context, and vector memory (RAG) for AI agents.
foundation-models
On-device LLM integration using Apple's Foundation Models framework. Use when implementing AI text generation, structured output, or tool calling.
analytics-interpretation
Interpret app metrics and make data-driven decisions. Covers DAU/MAU, retention, LTV, ARPU, App Store Connect analytics, AARRR funnel analysis, cohort analysis, and diagnostic decision trees. Use when user wants to understand their metrics, diagnose problems, or build a data-driven growth plan.
app-namer
Turn an app idea into validated, App-Store-ready name candidates. Use when the user says "name my app", "what should I call it", "app name ideas", "help me name this app", "is this name available", or needs to pick a brandable, ownable name before reserving it in App Store Connect.
animation-patterns
SwiftUI animation patterns including springs, transitions, PhaseAnimator, KeyframeAnimator, SF Symbol effects, scroll-driven effects, mesh gradients, text renderers, and shader effects. Use when implementing, reviewing, or fixing animation or visual-effect code on iOS/macOS.