Metadata-Version: 2.4
Name: solar-data-mcp-economics
Version: 0.1.1
Summary: MCP server for solar economics: retail tariffs (OpenEI URDB), electricity prices (EIA), incentives (DSIRE), and auditable ROI estimates
Project-URL: Homepage, https://github.com/hoodsy/solar-data-mcp
Author: Logan Bernard
License-Expression: MIT
License-File: LICENSE
Keywords: dsire,eia,mcp,open-data,roi,solar,urdb
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.11
Requires-Dist: duckdb<2,>=1.1
Requires-Dist: httpx<1,>=0.27
Requires-Dist: mcp<2,>=1.26
Requires-Dist: pydantic<3,>=2.7
Requires-Dist: solar-data-mcp-core<0.2,>=0.1
Requires-Dist: solar-data-mcp-nrel<0.2,>=0.1
Description-Content-Type: text/markdown

# solar-data-mcp-economics

MCP server answering "would solar pay off here?" with cited, decomposable numbers —
the economics domain of [solar-data-mcp](https://github.com/hoodsy/solar-data-mcp).

| Tool | Answers |
|---|---|
| `lookup_tariffs` | "Which rate schedules serve this address?" (OpenEI URDB) |
| `get_electricity_prices` | "What do people pay in Colorado, and which way is it trending?" (EIA v2) |
| `get_incentives` | "What can I claim this year?" (federal ITC + DSIRE snapshot) |
| `estimate_roi` | "Payback, NPV, IRR?" — the flagship composite, with a full audit trail |
| `sync_incentives` | Load a DSIRE program export into the local store |

Run standalone: `uvx --from solar-data-mcp-economics solar-economics-mcp`. Keys:
`OPENEI_API_KEY` (tariffs), `EIA_API_KEY` (prices), `NREL_API_KEY` (the production
model inside `estimate_roi`) — all free; a tool missing its key returns setup
instructions.

Most users want the combined
[`solar-data-mcp`](https://github.com/hoodsy/solar-data-mcp/blob/main/packages/solar-data-mcp/README.md)
server instead — all four domains plus the skill and report layer on one install.
Quickstart: [repo README](https://github.com/hoodsy/solar-data-mcp#quickstart).
