Developer API & MCP

Energy data, accessible by HTTP or AI agent.

83 REST endpoints. 34 MCP tools. One key. Used by funds, BD teams, OEM strategy units, and AI agents to query U.S. project pipelines, FEOC compliance, and developer scoring.

REST
MCP
Python
$ curl -H "X-API-Key: $KEY" \
https://api.prospectorlabs.io/v1/projects?
iso=ERCOT&stage=construction

{
  "name": "Solar Farm, Albany County",
  "capacity_mw": 4.8,
  "stage": "under_construction",
  "effective_itc": 0.60,
  "developer_tier": "A",
  "feoc_risk": "clear"
}
47,000+
Queue projects
5.6M
DG installations
6,593
Developer profiles
25,000+
FEOC entities
66
REST endpoints

One key. Every product.

Every dataset on the platform is queryable via REST or MCP, returned in the same enriched schema as the dashboard. Cross-product joins are pre-computed — no client-side stitching.

/projects

Interconnection projects

47,000+ queue projects across 7 ISOs with stage, capacity, technology, ITC eligibility, and developer joins.

GET /v1/projects/{id}
GET /v1/projects?stage=construction
/dg

DG installations

5.6M+ distributed generation installations from state programs, EIA Form 861, county permit offices.

GET /v1/dg/investable
GET /v1/dg/by-state/{state}
/developers

Developers

6,593 developer profiles with completion rates, tier scoring (A-E), portfolio composition, and verified contacts.

GET /v1/developers/{name}
GET /v1/developers?tier=A
/feoc

FEOC screening

25,000+ federal-list entities across DOD 1260H, UFLPA, BIS, OFAC, SEC. Parent-resolved.

GET /v1/feoc/screen?name=...
GET /v1/feoc/entities/{id}
/tax-credits

ITC / PTC stacking

Base ITC, energy community, low-income, and domestic content overlays per project. Updated to Treasury guidance.

GET /v1/tax-credits/{id}
GET /v1/tax-credits/energy-community
/market

Market data

LMPs across 7 ISOs, capacity auctions, retirement filings, FERC Form 1 financials.

GET /v1/market/lmp?iso=ERCOT
GET /v1/market/capacity

Pick your transport.

REST for your code or model. MCP for any AI agent. Python for fast scripting.

FEOC screen by name cURL
# Screen a supplier in 1 call curl -H "X-API-Key: $KEY" \ "https://api.prospectorlabs.io/v1/feoc/screen?name=Xinjiang%20Daqo" # Response { "entity": "Xinjiang Daqo New Energy", "lists": ["UFLPA", "BIS"], "risk": "feoc" }
MCP for Claude / Cursor MCP
# Install pip install prospector-energy-mcp # claude_desktop_config.json { "mcpServers": { "prospector": { "command": "prospector-mcp", "env": { "PROSPECTOR_API_KEY": "..." } } } }
Find late-stage projects Python
# Python requests import requests r = requests.get( "https://api.prospectorlabs.io/v1/projects", headers={"X-API-Key": KEY}, params={ "iso": "ERCOT", "stage": "construction", "min_capacity_mw": "100", } ) for p in r.json()["projects"]: print(p["name"], p["developer"])
MCP — Model Context Protocol

Built for AI agents, not just humans.

Drop our MCP server into Claude Desktop, Cursor, or any MCP-compatible client. Your agent gets first-class access to 34 tools — query projects, screen suppliers, score developers, calculate tax credits — without you writing a single API integration.

Same key as REST. Same data, same enrichment, same refresh cadence.

# 1. Install
pip install prospector-energy-mcp

# 2. Add to your MCP client
prospector-mcp --key $PROSPECTOR_API_KEY

# 3. Ask your agent
> Find late-stage solar projects
> in ERCOT under 100 MW with
> clear FEOC supply chains.

Live in 60 seconds.

No demo, no sales call. Sign up, get a key, query the first endpoint.

01

Sign up

Free tier — no credit card. Email + password.

app.prospectorlabs.io/sign-up
02

Generate a key

In your account dashboard. Rotateable, scope-able, usage tracked.

app → settings → API keys
03

Query an endpoint

REST, MCP, or Python — pick what fits your stack.

GET /v1/projects
04

Upgrade when you scale

Hit the free-tier ceiling? Pro is $750/mo with 10K queries.

See pricing →

Pricing.

Free tier is for evaluation. Pro is $750/mo with 10,000 queries. Enterprise is what you'd pay legacy data vendors in a month.

Free
$0
100 queries / month
Pro
$750
10,000 queries / month
Team
$1,995
50,000 queries / month
See full plan comparison →