DC Hub MCP Server
Intelijen pusat data, daya, dan gas secara langsung untuk agen AI
Dokumentasi
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).
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.
- 21,000+ data center facilities across 170+ countries (search, profile, score, alternatives)
- 232 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)
- 2,000+ 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 38 tools for AI agents. See the standalone repo: azmartone67/dchub-mcp-server.
MCP catalog listings:
- Glama โ ownership verified
- Smithery
- Cursor Directory
- Official MCP Registry
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, $199 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:
- Via MCP: configure your client with
https://dchub.cloud/mcp(Streamable HTTP transport) - Via REST: see https://dchub.cloud/openapi.json
- Via embed: see https://dchub.cloud/widget-example.html
For partnership / data licensing / press, contact: [email protected]
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