Metadata-Version: 2.4
Name: solar-data-mcp-market
Version: 0.1.1
Summary: MCP server for US solar market data: permitting timelines (SolarTRACE), installed systems (Tracking the Sun), utility-scale plants (USPVDB), AHJ lookup
Project-URL: Homepage, https://github.com/hoodsy/solar-data-mcp
Author: Logan Bernard
License-Expression: MIT
License-File: LICENSE
Keywords: ahj,mcp,open-data,solar,solartrace,tracking-the-sun,uspvdb
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
Description-Content-Type: text/markdown

# solar-data-mcp-market

MCP server for US solar market intelligence — the market domain of
[solar-data-mcp](https://github.com/hoodsy/solar-data-mcp).

| Tool | Answers |
|---|---|
| `query_installed_systems` | "Median $/W in CO since 2022?" (LBNL Tracking the Sun) |
| `get_permitting_timelines` | "How long does permitting take in Denver?" (SolarTRACE) |
| `find_utility_scale_projects` | "Biggest solar farms in Texas — batteries?" (USPVDB, live) |
| `identify_ahj` | "Who issues the permit here?" (SunSpec registry; token by email) |
| `market_snapshot` | One-call state overview: installs, $/W, permitting, big projects |
| `sync_tracking_the_sun` / `sync_solartrace` | Load the bulk datasets into the local store |

The bulk datasets sync into a local DuckDB store with explicit `sync_*` tools and
cited vintages — query tools tell you which sync they need. No API keys required.

Run standalone: `uvx --from solar-data-mcp-market solar-market-mcp` — but not
alongside `solar-economics-mcp` (both open the same single-process DuckDB store).

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).
