INDIVIDUAL MCP TOOL
interconnection_deadlines
Cluster request windows, filing deadlines and compliance dates for US interconnection queues, with days remaining.
LIVE ENDPOINT
https://api.wattstreet.net/mcp
Connect to this endpoint to inspect the live schema for interconnection_deadlines and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
search_projects— Search 39,173 US grid connection applications by region, status, fuel, state or size.county_profile— Full grid intelligence for one US county: queued MW, connected capacity, project count, median wait, lead technology.load_ledger— The assembled national list of large-load connection requests — requests to connect big new DEMAND to the US grid.map_data— GeoJSON FeatureCollection of grid activity for rendering a map: generation queue by county, data-center power requests, and AI campuses.policy_events— Tracked policy events — data-center moratoria, large-load tariffs, FERC and state dockets — with direction (opening/closing) and citations.account_status— Credits remaining on the calling key, and how to top up without a human.