Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Solarnetwork

БесплатноНе проверен

Read-only MCP server for querying solar generation, consumption, and DER telemetry from SolarNetwork via the SolarQuery API. Zero-config against a public demo n

GitHubEmbed

Описание

Read-only MCP server for querying solar generation, consumption, and DER telemetry from SolarNetwork via the SolarQuery API. Zero-config against a public demo node.

README

Read-only MCP server for SolarNetwork — query solar generation, consumption, and other DER telemetry over the SolarQuery API. Zero config against a public demo node. Public (/pub) mode only; authenticated (sec) mode is not implemented.

Setup

npm install
npm run build
npm test        # offline, against captured fixtures
npm run smoke   # live check against demo node 108

MCP client config (stdio):

{
  "mcpServers": {
    "solarnetwork": {
      "command": "node",
      "args": ["/path/to/solarnetwork-mcp/dist/index.js"]
    }
  }
}

Tools

Tool Answers
get_reportable_interval What date range has data? (call first)
list_sources Which source IDs exist?
get_latest Most recent datum per source
query_datum Time series between two node-local dates (Day/Hour/Month; raw guarded)
get_meter_reading Energy used/generated over a period

Responses are compact { data, meta } JSON; meta reports count, truncated, and paging. Day aggregation by default, 500-row cap, raw queries over 7 days require allowRaw.

Demo node

Node 108 — public, posting since 2013, time zone Pacific/Auckland. Sources: DB (bidirectional meter, richest stream), Main (intermittent), A/B/C (phase watts), OfficeTemp (dormant). A complete month to query: June 2026.

Environment

Variable Default
SN_HOST https://data.solarnetwork.net
SN_TOKEN, SN_SECRET unset; sec mode is unimplemented and the server fails fast if they are set

from github.com/hoodsy/solarnetwork-mcp

Установка Solarnetwork

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/hoodsy/solarnetwork-mcp

FAQ

Solarnetwork MCP бесплатный?

Да, Solarnetwork MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Solarnetwork?

Нет, Solarnetwork работает без API-ключей и переменных окружения.

Solarnetwork — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Solarnetwork в Claude Desktop, Claude Code или Cursor?

Открой Solarnetwork на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Solarnetwork with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development