How to get natural gas & behind-the-meter data into an AI agent
With grid interconnection queues stretching 4–7 years, behind-the-meter natural gas has become the leading bridge to power AI data centers — Williams is building on-site generation for a Meta campus in Ohio. That makes pipeline access, firm transport, and basis exposure site-selection variables, on par with land and fiber. If your agent screens sites, it needs gas data. General models don't have it.
The short answer: connect your agent to DC Hub's MCP server and call get_gas_intelligence, get_gas_economics, or get_gas_index. You get 30,918 US natural-gas pipeline segments and a Data Center Gas Index (DCGI) scoring 52 US gas markets for behind-the-meter suitability — pipeline access, basis, and economics — as structured JSON. Free tier: 10 calls/day, no signup.
Step 1 — Connect (one line)
claude mcp add dchub --transport http https://dchub.cloud/mcp
Step 2 — Ask your agent a gas-siting question
Ask: "Which markets have the best behind-the-meter gas economics for a new data center?" — it calls:
get_gas_index({ "region": "us" })
get_gas_economics({ "market": "" })
and gets back the DCGI gas score, nearby pipeline access, and basis/economics for each market — the same molecule-to-meter view operators price against, as JSON your agent can rank. Cross-reference it with get_interconnection_queue to compare the grid-wait vs gas-bridge path for a site.
Live from DC Hub (dchub.cloud) · gas index at /dcgi.
Why this beats an enterprise gas-analytics contract
- It's agent-native. Structured JSON over MCP with a free self-serve tier — versus six-figure energy-analytics seats built for human analysts.
- It's one query across layers. Gas, grid, interconnection queue, fiber, water, and DCPI come from the same server, so your agent can weigh the gas-bridge against the grid-queue path in one reasoning step.
- It's live and cited. Every response carries a source your agent can pass back to you.
Try it now
Free tier is 10 calls/day, no signup — or have your agent call claim_free_key (no email). Explore live in your browser first:
DC Hub (dchub.cloud) is the live infrastructure data layer for AI agents — 21,000+ facilities, 300+ power markets (DCPI), live ISO grid telemetry + interconnection-queue snapshots, 30,918 gas pipeline segments, fiber routes, and 9,000+ tracked deals, all MCP-callable and cited. See the API & MCP docs. Related: interconnection queue data for an agent · live data center capacity data.