Settings

Your API key, usage, plan, and integrations.

API key

Paste a key to see your usage, limits, and plan. Keys are stored locally in this browser.

No key? Get one free — 50 queries/month, no card required.

Quick start

Three calls to try first. Examples auto-fill with your key when connected.

Full docs
List solar projects in New Jersey
curl "https://prospector-platform-production.up.railway.app/projects?state=NJ&fuel_type=Solar&per_page=5" \
  -H "X-API-Key: YOUR_KEY"
Calculate ITC for a 2 MW WV solar project
curl "https://prospector-platform-production.up.railway.app/tax-credits/calculate?technology=Solar&capacity_mw=2&state=WV&county=McDowell&cod_year=2027" \
  -H "X-API-Key: YOUR_KEY"
Find high-score investable projects
curl "https://prospector-platform-production.up.railway.app/investable?min_score=70&per_page=10" \
  -H "X-API-Key: YOUR_KEY"

AI agents

Connect Claude Desktop, Cursor, or any MCP client to query the API natively.

claude_desktop_config.json
{
  "mcpServers": {
    "prospector-energy": {
      "command": "uvx",
      "args": ["prospector-energy-mcp"]
    }
  }
}

Plans

Upgrade by emailing owen@prospectorlabs.com — self-serve billing coming soon.

Free
$0
50 / month
10 / min
Upgrade →
Growth
$49 / mo
5,000 / month
30 / min
Upgrade →
Pro
$99 / mo
10,000 / month
60 / min
Upgrade →
Enterprise
Custom
Unlimited
300 / min
Upgrade →

API base URL

https://prospector-platform-production.up.railway.app