- Prospector Energy
Prospector Energy
The most comprehensive US energy infrastructure dataset available via MCP. 31 tools for Claude, GPT, Cursor, and any MCP-compatible agent.
Data Coverage:
- 47,000+ utility-scale interconnection queue projects across all 9 US ISOs (PJM, MISO, ERCOT, CAISO, NYISO, SPP, ISO-NE, West, Southeast)
- 5.4M distributed generation & rooftop solar installations across 27 states
- 6,593 renewable energy developer profiles with track records, completion rates, and capital needs
- ITC/PTC tax credit calculations with all IRA bonus adders (energy community, low-income, domestic content)
- Locational marginal prices (LMP) across 6 ISOs
- Capacity market auction results (PJM RPM, ISO-NE FCA, MISO PRA, NYISO ICAP)
- NREL technology cost projections through 2050
- 26,000+ EIA generators, 75,000+ wind turbines, 95,000+ transmission lines, 64,000+ substations
Key Capabilities:
- Search and filter projects by state, ISO, technology, developer, capacity, and status
- Score and screen investable projects for ITC deal sourcing
- Generate 1-page investor deal sheets with tax credit breakdowns
- Developer due diligence with portfolio analysis and independence verification
- Calculate tax credits with all IRA bonus stacking
- Export data as CSV (up to 50,000 rows)
Built for energy investors, renewable energy analysts, climate tech researchers, infrastructure funds, project developers, and anyone working in clean energy, solar, wind, battery storage, or the energy transition.
Overview
Prospector Energy MCP Server
MCP (Model Context Protocol) server that gives AI agents access to the Prospector Labs Energy Data API — 47,000+ interconnection queue projects, 5.4M distributed generation installations, 6,593 developer profiles, tax credit calculations, and ITC deal sourcing.
Tools Available (34 tools)
Projects & Search
| Tool | Description |
|---|---|
search_projects | Search 47K+ utility-scale energy projects by state, ISO, type, developer, capacity |
get_project | Full project detail with all enrichment fields |
get_project_score | Investability score breakdown for a project |
get_queue_stats | Aggregate interconnection queue statistics |
export_projects | Export projects as CSV (up to 50K) |
Deals & Investment
| Tool | Description |
|---|---|
find_itc_deals | ITC-eligible investment opportunities with scoring |
get_itc_deal | Detailed ITC deal profile |
get_itc_summary | Aggregate ITC deal pipeline statistics |
get_investable_projects | Pre-screened investable projects with grades |
get_investable_summary | Aggregate investability statistics |
get_deal_sheet | Formatted 1-page deal sheet (HTML, print to PDF) |
Tax Credits
| Tool | Description |
|---|---|
calculate_tax_credits | ITC/PTC eligibility with all IRA bonus adders |
check_domestic_content | Domestic content ITC bonus eligibility (+10%) |
Developers
| Tool | Description |
|---|---|
search_developers | Search 6,593 developer profiles by name |
get_developer | Full developer profile with track record |
get_developer_projects | All projects by a specific developer |
get_developer_stats | Developer aggregate statistics |
Market Data
| Tool | Description |
|---|---|
get_lmp_daily | Daily locational marginal prices |
get_lmp_monthly | Monthly average LMP trends |
get_lmp_zones | List available LMP pricing zones |
get_capacity_prices | Capacity market auction prices |
get_fuel_prices | Fuel prices by state and type |
get_technology_costs | NREL ATB cost projections |
get_rto_generation | RTO-level generation by fuel type |
Grid Infrastructure
| Tool | Description |
|---|---|
get_grid_turbines | 75K+ US wind turbines (USWTDB) |
get_grid_transmission | 95K+ transmission lines (HIFLD) |
get_grid_substations | 64K+ electrical substations (HIFLD) |
get_generators | EIA generator inventory (26K+ generators) |
Distributed Generation
| Tool | Description |
|---|---|
search_dg_projects | Search 5.4M distributed generation installations |
get_dg_stats | DG aggregate statistics |
get_investable_dg_projects | Pre-screened investable DG projects (55K+ scored for small ITC investors) |
get_dg_investable_summary | Aggregate investable DG statistics by state, stage, source |
What's New in v0.3.1
- DG Investability tools —
get_investable_dg_projectsandget_dg_investable_summaryfor searching 55K+ pre-screened distributed generation projects scored for small ITC investor fit - 34 total tools (was 32 in v0.3.0)
- Milestone tools from v0.3.0:
get_milestone_summary, construction stage/study phase/IA status filters onsearch_projectsandget_investable_projects
Setup
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"prospector-energy": {
"command": "uvx",
"args": ["prospector-energy-mcp"]
}
}
}
Or if installed locally:
{
"mcpServers": {
"prospector-energy": {
"command": "/path/to/venv/bin/python",
"args": ["-m", "prospector_energy"]
}
}
}
Claude Code
Add to your Claude Code settings or .mcp.json:
{
"mcpServers": {
"prospector-energy": {
"command": "uvx",
"args": ["prospector-energy-mcp"]
}
}
}
Cursor
Add to Cursor's MCP settings (Settings > MCP Servers):
{
"prospector-energy": {
"command": "uvx",
"args": ["prospector-energy-mcp"]
}
}
Direct Install
# From GitHub
pip install git+https://github.com/OwenCoonahan/prospector-energy-mcp.git
# From PyPI
pip install prospector-energy-mcp
# Or with uv
uvx prospector-energy-mcp
# Run directly
prospector-energy-mcp
Configuration
| Environment Variable | Description | Default |
|---|---|---|
PROSPECTOR_API_URL | API base URL | https://prospector-platform-production.up.railway.app |
PROSPECTOR_API_KEY | API key for authenticated access | None (free tier) |
Example Queries
Once connected, ask your AI agent:
- "How many solar projects are in the ERCOT queue?"
- "Calculate tax credits for a 2MW solar project in West Virginia"
- "Find investable ITC deals in New Jersey with credit rates above 50%"
- "Tell me about developer NextEra Energy's track record"
- "What's the average LMP in PJM this week?"
- "Find battery storage projects over 100MW in California"
Development
# Clone and install in dev mode
cd mcp-server
python3.12 -m venv .venv
source .venv/bin/activate
pip install -e .
# Run with stdio transport (default)
python -m prospector_energy
# Run with SSE transport
python -m prospector_energy --sse
# Test with MCP inspector
npx @modelcontextprotocol/inspector python -m prospector_energy
Server Config
{
"mcpServers": {
"prospector-energy": {
"command": "uvx",
"args": [
"prospector-energy-mcp"
]
}
}
}Project Info
Created At
2 months agoUpdated At
2 months agoAuthor Name
OwenCoonahanStar
-Language
-License
-Recommend Servers
View AllAmap Maps
@amap
高德地图官方 MCP Server
a year ago
Playwright Mcp
@microsoft
Playwright MCP server
TypeScript
10 months ago
mcp-server-flomo MCP Server
@chatmcp
Write notes to Flomo
JavaScript
a year ago
Mcp Server Chatsum
@chatmcp
summarize chat message
typescript
a year ago
Littleorange Video Mcp
@littleorange-ai
15 hours ago