← waitingforpower.com

INDIVIDUAL MCP TOOL

list_states

USPS state codes and full names usable as the `state` filter in other tools.

waitingforpower.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://waitingforpower.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_states 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

waitingforpower.com

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.waitingforpower]
url = "https://waitingforpower.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "waitingforpower": {
      "type": "http",
      "url": "https://waitingforpower.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: waitingforpower
Remote MCP URL: https://waitingforpower.com/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": {
    "waitingforpower": {
      "url": "https://waitingforpower.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "waitingforpower": {
      "type": "http",
      "url": "https://waitingforpower.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "waitingforpower",
  "transport": "streamable-http",
  "url": "https://waitingforpower.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_projects — Search the WaitingForPower dataset of U.
  • get_project — Full detail for one WaitingForPower project by slug — cited sources, milestone timeline, capacity, and estimated investment waiting.
  • get_stats — Headline aggregate numbers (project count, capacity waiting, clean-energy capacity waiting, estimated investment waiting) for the WaitingForPower dataset, optionally scoped by the same filters as search_projects.
  • list_causes — The fixed set of structural bottleneck categories (interconnection queue backlog, NEPA review, multi-agency permitting, transmission siting, litigation, local/state opposition, financing/supply chain) every tracked project's delay is mapped to — with a neutral description of each.
  • list_policies — WaitingForPower's six bipartisan permitting-reform policy proposals, one per structural cause category — each with a summary, strengths, weaknesses, and related bills.