47,000 interconnection projects. 4.8 million distributed generation installations. Tax credits, developer intelligence, market pricing, grid infrastructure. 61 endpoints. One API key.
# Solar projects in New Jersey curl "https://prospector-platform-production.up.railway.app/projects?state=NJ&fuel_type=Solar&per_page=5"
# ITC for a 2MW solar project in West Virginia curl "https://prospector-platform-production.up.railway.app/tax-credits/calculate?technology=Solar&capacity_mw=2&state=WV&county=McDowell&cod_year=2027"
# High-score investable projects curl "https://prospector-platform-production.up.railway.app/investable?min_score=70&per_page=10"
RESTful JSON API with pagination, filtering, and sorting on every endpoint. Full OpenAPI spec with interactive docs.
Your AI agent can query US energy data natively through the Model Context Protocol. Works with Claude Desktop, Cursor, and any MCP-compatible client.
Ask questions like "Find solar projects in New Jersey" or "Calculate tax credits for a 5MW battery in Texas" and get structured data back instantly. View full agent documentation →
// claude_desktop_config.json { "mcpServers": { "prospector-energy": { "command": "uvx", "args": ["prospector-energy-mcp"] } } }