Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Data center intelligence: 20,000+ facilities, M&A deals, site scoring, and market analytics.

README.md

DC Hub Backend

Flask backend powering dchub.cloud — real-time data center, power, and gas intelligence for AI agents and humans.

🔍 Looking for the MCP server? This repo is the Flask backend. The standalone MCP server is at azmartone67/dchub-mcp-server (live at https://dchub.cloud/mcp).

![Tools](https://dchub.cloud/.well-known/mcp.json) ![Markets](https://dchub.cloud/dcpi) ![Facilities](https://dchub.cloud) ![Countries](https://dchub.cloud) ![License](https://dchub.cloud/cited-by)

---

What this powers

DC Hub is the live data layer for data-center infrastructure — every API, MCP tool call, market brief, and AI integration on dchub.cloud runs through this Flask backend.

  • 15,000+ data center facilities across 170+ countries (search, profile, score, alternatives)
  • 300+ markets scored daily by the DC Hub Power Index (DCPI — BUILD / CAUTION / AVOID)
  • DC Hub Gas Index (DCGI) — per-state natural-gas suitability for siting
  • Live ISO grid telemetry — PJM, ERCOT, CAISO, MISO, SPP, NYISO, ISO-NE (fuel mix, carbon intensity, demand, prices, queue depth)
  • 1,600+ tracked M&A transactions + hyperscaler capex tracker
  • Site factors — fiber routes, water-stress, tax incentives, transmission & substations
  • 126,427 substations with voltage class + capacity estimates
  • NEPA filings for upcoming federal energy + data center projects

Architecture

                    ┌──────────────────────────────────────┐
                    │   Cloudflare Pages (dchub-frontend)  │
                    │   Static HTML + worker for routing   │
                    └────────────┬─────────────────────────┘
                                 │ proxies /api/*, /mcp, /admin/*
                                 ▼
   ┌─────────────────────────────────────────────────────────────┐
   │   THIS REPO — Flask backend on Railway (2 replicas)         │
   │   + Render failover at dchub-backend-render.onrender.com    │
   │                                                              │
   │   • 350+ blueprints, 58 surface registrations on boot       │
   │   • Neon Postgres (primary) + Redis cache                    │
   │   • Brain v2 layers (Layer 4 HTML fixes, Layer 5 PR writer) │
   │   • 30+ scheduled crons (data ingest, demote, nudge, etc.)  │
   └─────────────────────────────────────────────────────────────┘
                                 │
                                 ├──> Neon Postgres (primary DB)
                                 ├──> Cloudflare R2 (asset storage)
                                 ├──> Resend (transactional email)
                                 ├──> Stripe (billing, webhooks)
                                 ├──> Anthropic Claude API (brain reasoning)
                                 └──> dchub-mcp-server (Streamable HTTP MCP)

MCP integration

The MCP server at https://dchub.cloud/mcp exposes 80+ tools for AI agents (tools/list is the canonical, always-current catalog). See the standalone repo: azmartone67/dchub-mcp-server.

MCP catalog listings:

Example MCP queries an AI agent can run:

"What's the current grid headroom in PJM?"
"Show me AWS data center construction pipeline in Ohio"
"Compare ERCOT vs PJM capacity prices over the last 30 days"
"Find data centers within 50km of Northern Virginia substations >230kV"
"Get the DC Hub Power Index verdict for Ashburn vs. Phoenix"
"Get fiber routes between Ashburn and Atlanta"

API access

  • Public API: <https://dchub.cloud/api/v1/> — free tier with no signup
  • Free dev key: <https://dchub.cloud/signup> for higher rate limits
  • Paid tiers: <https://dchub.cloud/pricing> ($9 Starter, $49 Developer, $299 Pro, Enterprise)
  • OpenAPI spec: <https://dchub.cloud/openapi.json>

Used by

Claude, ChatGPT, Cursor, Cline, Perplexity, Gemini, Copilot, DeepSeek, Mistral — see /cited-by for live AI-citation tracking.

Local development

This is a private operational repo — not designed for external contribution. If you're looking to integrate DC Hub data into your AI app:

  1. Via MCP: configure your client with https://dchub.cloud/mcp (Streamable HTTP transport)
  2. Via REST: see <https://dchub.cloud/openapi.json>
  3. Via embed: see <https://dchub.cloud/widget-example.html>

For partnership / data licensing / press, contact: jonathan@dchub.cloud

License

  • Code: proprietary (operational backend)
  • Data: CC-BY-4.0 (cite "DC Hub, dchub.cloud" in any derivative)

---

Backend for the DC Hub data intelligence platform · Built by @azmartone67 · Live since 2025

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.