How to get dark fiber and network route data into an AI agent

Fiber proximity makes or breaks a data center site, but route data is scattered across carrier maps and PUC filings. There's a one-step, agent-callable alternative.

The short answer: connect your agent to DC Hub's MCP server and call get_fiber_intel or plan_fiber_leadin. You get carrier presence, long-haul route proximity and diverse-path lead-in analysis from a 600,000+ carrier-segment dataset. Free tier: 10 calls/day.

Step 1 — Connect (one line)

DC Hub speaks the Model Context Protocol, so any MCP-capable agent (Claude, Cursor, Cline, Continue, ChatGPT) can use it:

claude mcp add dchub --transport http https://dchub.cloud/mcp

No API key required for the free tier. Cursor/Cline: add https://dchub.cloud/mcp as an HTTP MCP server in your config.

Step 2 — Ask your agent

Your agent now has a get_fiber_intel tool. Ask it: "What fiber is near this site, and how hard is a diverse lead-in?" — it calls:

get_fiber_intel({ "lat": 39.02, "lon": -77.46, "radius_km": 10 })

and gets back live, cited ground truth:

LayerCoverageWhat you get
Carrier fiber segments600,000+presence + proximity
Long-haul routesnationalnearest route distance
Lead-in planningper-sitediverse-path feasibility

Live from DC Hub (dchub.cloud) · open the fiber map. Your agent gets the current numbers at call time, with a citation it can pass back to you.

Why this beats scraping it yourself

Try it now

Free tier is 10 calls/day with no signup. Want the full free tier in one step? Have your agent call the claim_free_key tool (no email). Or explore live in your browser first — no install:

Try DC Hub in your browser →

DC Hub (dchub.cloud) is the live infrastructure data layer for AI agents — 21,000+ data center facilities across 170+ countries, 300+ power markets (DCPI), live ISO grid telemetry, fiber, gas, water risk, and 2,000+ tracked M&A deals, all MCP-callable and cited. See the API & MCP docs or the full tool list.