Analytics
wattstreet.net
Provides analytics and data on US electricity grid connections, load requests, and policy events.
ENDPOINT 1
https://api.wattstreet.net/mcp
MCP server metadata
- Name
- watt-street
- Version
- 1.0.0
US grid, interconnection-queue and data-center intelligence. Free tier works with no key; POST /v1/keys for more credits.
Known tools 7
search_projectsSearch 39,173 US grid connection applications by region, status, fuel, state or size.
Inferred read-onlycounty_profileFull grid intelligence for one US county: queued MW, connected capacity, project count, median wait, lead technology.
Inferred read-onlyload_ledgerThe assembled national list of large-load connection requests — requests to connect big new DEMAND to the US grid.
Inferred read-onlymap_dataGeoJSON FeatureCollection of grid activity for rendering a map: generation queue by county, data-center power requests, and AI campuses.
Inferred read-onlypolicy_eventsTracked policy events — data-center moratoria, large-load tariffs, FERC and state dockets — with direction (opening/closing) and citations.
Inferred read-onlyinterconnection_deadlinesCluster request windows, filing deadlines and compliance dates for US interconnection queues, with days remaining.
Inferred read-onlyaccount_statusCredits remaining on the calling key, and how to top up without a human.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.watt-street]
url = "https://api.wattstreet.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"watt-street": {
"type": "http",
"url": "https://api.wattstreet.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: watt-street
Remote MCP URL: https://api.wattstreet.net/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"watt-street": {
"url": "https://api.wattstreet.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"watt-street": {
"type": "http",
"url": "https://api.wattstreet.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "watt-street",
"transport": "streamable-http",
"url": "https://api.wattstreet.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.