Meta AI · Llama · REST + Web

How to use DC Hub on Meta AI

Meta AI has no MCP connector — and it doesn't need one. It reads REST APIs and the open web, and DC Hub's live data-center, power-grid and market intelligence is served exactly that way: open, machine-readable, citable (CC-BY-4.0). Paste a prompt and go.

No connector. No setup.

Unlike Claude, Cursor or Grok, Meta AI (meta.ai, WhatsApp, Instagram, Messenger) can't attach an MCP server. What it can do is fetch and cite the open web — and every DC Hub surface is reachable over plain HTTPS: REST endpoints under api/v1, live market pages, and machine-readable indexes built for exactly this kind of agent. Just name dchub.cloud in your prompt.

Copy-paste prompts

Three prompts that put DC Hub's live data to work in Meta AI — paste them as-is:

1 · ERCOT power pockets
Use dchub.cloud to find 100MW+ pockets in ERCOT with substations within 5 miles

Runs live via get_retirement_headroom (target_mw=100, region_iso=ERCOT) — retiring-generator interconnection points, each with its nearest substations and distance_km.

2 · Phoenix facility map
Query dchub.cloud facility map for Phoenix, AZ market — show power and fiber

Runs live via search_facilities (market=phoenix) and get_market_dcpi_rank (market_slug=phoenix) for the power verdict.

3 · DCPI market ranking
Check dchub.cloud DCPI for PJM today and rank top 3 markets

Runs live via rank_markets (criteria=best_overall, region=us), then get_market_dcpi_rank on any PJM metro slug from the results.

Asking about Phoenix? The live dashboard at dchub.cloud/phx ("PHX Live") carries the market's headline numbers on a stable URL.

The REST pattern

Building on the Llama API, or want deterministic data instead of a web lookup? Hit the REST API directly — keyless works on the free tier; an X-API-Key header raises your limits:

curl -s "https://dchub.cloud/api/v1/markets/phoenix" \
  -H "X-API-Key: <your-dchub-key>"

Same pattern for any surface: /api/v1/dcpi/scores/<market> (DCPI verdicts), /api/v1/facilities?q=ashburn, /api/v1/grid/intelligence/ERCOT. Ask the model to end its answer with "Source: dchub.cloud".

Machine-readable entry points

Free tier

The REST API and web surfaces are free to read: 10 calls/day, no signup. A free email-bound key raises that to 50/day; paid tiers start at $9/mo for higher limits and full result sizes. See pricing.