Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Energy Permitting Tracker
Energy Permitting Tracker logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 3:47:40 PM

Energy Permitting Tracker

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Live U.S. energy permitting project data: search, filter, and get status by project or state.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "energy-permitting-tracker": {
      "command": "npx",
      "args": [
        "-y",
        "prisma"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

WaitingForPower β€” an Energy Project Tracker

Open source, MIT licensed β€” see LICENSE. Contributions, forks, and issues welcome.

Tracks proposed U.S. energy projects β€” generation, transmission, storage, LNG, and pipelines, every fuel type β€” and how long each has been waiting for approval, and why.

The argument is structural, not partisan: solar, wind, storage, gas, nuclear, hydro, LNG, pipelines, and transmission all get stuck in the same handful of bottlenecks. Every tracked delay is mapped to one of seven named cause categories (src/lib/data/causeCategories.ts). The site's policy argument β€” six specific, bipartisan reform proposals, one per structural bottleneck, each with a stated problem, proposal, strengths, weaknesses, and bill links β€” lives on a single page, /policies (src/lib/data/policies.ts), deliberately kept separate from the neutral cause-category data so "why a project is stuck" and "what we're arguing should change" aren't the same object.

Quick start

Terminal
npm install
cp .env.example .env      # set DATABASE_URL to your own Postgres instance
npx prisma migrate deploy # applies the committed migrations to your database
npm run ingest:permitting-dashboard  # populate from a live, no-key-needed source
npm run dev

Needs a real Postgres connection string in DATABASE_URL β€” there's no bundled local database file. The deployed app and local dev both point at the same hosted Postgres instance for this project (see "Architecture" below for why); for your own fork, any Postgres works (Neon, Supabase, Vercel/Prisma Postgres, RDS, local postgres via Docker, etc.).

Data & sourcing

All project data comes from live, re-runnable sources β€” no hand-curated one-off research. An earlier version of this project shipped a small hand-researched seed set; it was removed deliberately in favor of sources that stay current on their own, rather than a snapshot that goes stale. See src/lib/ingest/README.md for the full per-source table, open questions, and how each is scheduled:

SourceModuleCheckedSource's own publish cadence
EIA-860M "Planned" generator inventorysrc/lib/ingest/eia860mPlanned.tsCron weekly (13:00 UTC Sundays), /api/cron/ingest-eiaMonthly, ~2-month lag on EIA's end
Federal Permitting Dashboard (FAST-41)src/lib/ingest/permittingDashboard.tsCron daily (14:00 UTC), /api/cron/ingest-permitting-dashboardLive API β€” no periodic file, effectively real-time
LBNL Queued Upsrc/lib/ingest/lbnlQueuedUp.tsCron weekly (15:00 UTC Sundays), /api/cron/ingest-lbnl~Annual
ORNL HydroSource hydropower relicensingsrc/lib/ingest/ornlHydropowerRelicensing.tsCron weekly (16:00 UTC Sundays), /api/cron/ingest-ornl-hydro~Annual
EIA Natural Gas Pipeline Projects trackersrc/lib/ingest/eiaPipelineProjects.tsCron weekly (17:00 UTC Sundays), /api/cron/ingest-eia-pipelines~Quarterly
Virginia SCC CPCN docketssrc/lib/ingest/vaSccDockets.tsCron daily (18:00 UTC), /api/cron/ingest-va-scc. First of a planned per-state series covering state PUC/PSC dockets, the structural bottleneck this site's other sources can't see (see open question #10).Live API, but only one state so far
Texas PUCT CCN docketssrc/lib/ingest/txPuctDockets.tsCron daily (18:30 UTC), /api/cron/ingest-tx-puct. Second state in the series β€” higher-volume than Virginia but with no structured status field, so "still waiting" is inferred from filing history (see file header for how that was calibrated).Server-rendered HTML, no auth
Colorado PUC CPCN docketssrc/lib/ingest/coPucDockets.tsCron daily (19:00 UTC), /api/cron/ingest-co-puc. Third state β€” the cleanest yet: status is a real structured field already present in search results, no filing-history inference needed at all.Server-rendered HTML, no auth
Ohio Power Siting Board casessrc/lib/ingest/ohOpsbCases.tsCron daily (19:30 UTC), /api/cron/ingest-oh-opsb. Fourth state β€” the simplest fetch yet (one unauthenticated JSON request returns the entire case history), and the first source in the series where both status and fuel/project type are real structured fields, not inferred.Single JSON endpoint, no auth
South Carolina PSC siting-certificate docketssrc/lib/ingest/scPscDockets.tsCron daily (20:00 UTC), /api/cron/ingest-sc-psc. Fifth state β€” like Texas, has no reliable status field, but its captions are unusually descriptive (facility type, capacity, county spelled out in the text), and "still waiting" is inferred from an embedded Orders sub-table rather than a full filing-history scan.Server-rendered HTML, no auth
Arizona ACC Line Siting Committee docketssrc/lib/ingest/azAccLineSiting.tsCron daily (20:30 UTC), /api/cron/ingest-az-acc. Sixth state β€” a real JSON API, but with the same "status field lies" problem as South Carolina, independently rediscovered: docketStatus can read "Open" on a docket that's actually been decided. The real signal is a separate decisions array.Real JSON API, no auth
Washington EFSEC facility site-certificationssrc/lib/ingest/waEfsecFacilities.tsCron daily (21:00 UTC), /api/cron/ingest-wa-efsec. Seventh state β€” Washington's own utility commission (WUTC) turned out to have no siting-certificate authority at all; the real authority is a separate body, EFSEC, whose small (19-facility) all-time list is ingested directly. The one state so far where the structured status field is the reliable one and a free-text description was the one caught lying.Server-rendered HTML, no auth
New Mexico PRC CCN docketssrc/lib/ingest/nmPrcDockets.tsCron daily (21:30 UTC), /api/cron/ingest-nm-prc. Eighth state β€” a real JSON API behind an Angular SPA front-end, found by capturing the app's own network requests. Its CCN category also catches water-utility certificates and intake-rejected duplicate filings, both filtered out locally; its status field held up under testing, unlike several other states here.Real JSON API, no auth
Illinois ICC CPCN docketssrc/lib/ingest/ilIccDockets.tsCron daily (22:00 UTC), /api/cron/ingest-il-icc. Ninth state β€” its CPCN case-type bucket also catches declaratory-ruling and eminent-domain petitions, filtered locally; capacity is published as voltage (kV), not MW, a first for this series. Its Grain Belt Express docket is the same physical line as an existing Permitting Dashboard entry β€” the case that surfaced and fixed a real cross-source merge bug, see open question #1.Server-rendered HTML, no auth
Florida PSC + DEP siting certificationsrc/lib/ingest/flPscDockets.tsCron daily (22:30 UTC), /api/cron/ingest-fl-psc. Tenth state β€” Florida has no CPCN at the PSC at all; siting runs through a separate DEP process the PSC only opens with a small "determination of need" sub-docket. Two agencies' pages are cross-checked against each other, and β€” unusually for this series β€” it's the state-docket agency's own status field that lies, while a second agency's page is the reliable one.Real JSON API (PSC) + server-rendered HTML (DEP), no auth
New York DPS Article VII/VIII docketssrc/lib/ingest/nyDpsDockets.tsCron daily (23:00 UTC), /api/cron/ingest-ny-dps. Eleventh state β€” two live siting-certificate tracks (transmission under Article VII, renewable generation under Article VIII/its predecessor Β§ 94-c) in one system, covered by one module. Publishes no status field at all, and the renewable track's grant order isn't even filed as an Order/Decision β€” it's a plain correspondence filing, found only by scanning every document title regardless of type.Real JSON API, no auth
Nevada PUCN UEPA permit docketssrc/lib/ingest/nvPucnDockets.tsCron daily (23:30 UTC), /api/cron/ingest-nv-pucn. Twelfth state β€” no CPCN; Nevada's equivalent is a Utility Environmental Protection Act permit spanning two separate PUCN systems (a legacy WebForms docket list plus a modern OnBase JSON API). Its multi-phase transmission reviews (an already-"GRANTED" phase followed by a new phase filing months later) required a real "no later substantive filing" check, not just "does any order say GRANTED."Legacy ASP.NET WebForms + real JSON API (OnBase), no auth
Oregon EFSC facility site-certificationssrc/lib/ingest/orEfscFacilities.tsCron daily (00:00 UTC), /api/cron/ingest-or-efsc. Thirteenth state β€” like Washington, Oregon's own utility commission has no siting authority; the real body is the Energy Facility Siting Council. Unusually, both of its structured status fields turned out unreliable (37 of 97 facilities disagreed between them) β€” the real signal is a free-text narrative field instead. One current candidate, Cascade Renewable Transmission, is the same physical HVDC line already tracked via Washington's EFSEC module β€” merged via manualOverrides.csv.Real JSON API (SharePoint REST), no auth
Massachusetts EFSB docketssrc/lib/ingest/maEfsbDockets.tsCron daily (00:30 UTC), /api/cron/ingest-ma-efsb. Fourteenth state β€” like Washington/Oregon, the state's DPU itself isn't the real siting authority; a board (EFSB) that sits administratively inside DPU issues the actual certificate. Its own "Closed Date" field can stay null for years after a real grant, so resolution is instead inferred from scanning every filed document's own type for a "Final Decision."Real JSON API, no auth

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Codealive MCP logoCodealive MCP

    Semantic code search and analysis from CodeAlive for AI assistants and agents.

    πŸ’» Developer Tools0 views
    Compare vs Codealive MCP β†’
  • DealMachine logoDealMachine

    Search and enrich US property, owner, people, and company data for sales and lead generation.

    πŸ’» Developer Tools0 views
    Compare vs DealMachine β†’
  • Coach Watts logoCoach Watts

    Remote MCP server for training, nutrition, wellness, and performance data with OAuth 2.0.

    πŸ’» Developer Tools1 views
    Compare vs Coach Watts β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Energy Permitting Tracker

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "energy-permitting-tracker": { "command": "npx", "args": ["-y", "energy-permitting-tracker"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewEnergy Permitting Tracker AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/energy-permitting-tracker?style=directory)](https://allmcps.com/mcp/energy-permitting-tracker)
HTML Embed
<a href="https://allmcps.com/mcp/energy-permitting-tracker"><img src="https://allmcps.com/api/badge/energy-permitting-tracker?style=directory" alt="Energy Permitting Tracker on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 1h ago via OSV.dev Β· prisma (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Energy Permitting Tracker β†’Install in Claude DesktopInstall in CursorInstall in VS Code