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.
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.
API base URL
https://prospector-platform-production.up.railway.app