← Registry

General Tools

solar-assistant.io

Provides tools to search and retrieve SolarAssistant orders and site information.

1 endpoint20 known toolsFirst detected August 30, 2026Last detected August 30, 2026

ENDPOINT 1

https://solar-assistant.io/mcp

No auth detected

MCP server metadata

Name
SolarAssistant MCP
Version
0.1.0
Capabilities
auth.authorizationUrlauth.scopesauth.tokenUrlauth.typetools

Known tools 20

whoami

Check authentication status and get current user info.

Inferred read-only
order_show

Look up SolarAssistant order by ID.

Inferred read-only
order_search

Search for SolarAssistant orders.

Inferred read-only
site_show

Look up SolarAssistant site by ID or name.

Inferred read-only
site_search

Search for SolarAssistant sites.

Inferred read-only
site_metric_search

Search solar metrics on a site by topic glob pattern.

Inferred read-only
site_metric_history

Query historical metric data from a site's InfluxDB.

Inferred read-only
site_logs

Get device logs from a site by source.

Inferred read-only
site_app_devices

List available devices on a site: serial ports (/dev/ttyUSBx), hidraw devices (/dev/hidrawx), network devices, running brokers, and USB devices.

Inferred read-only
site_app_config

Show current Solar Assistant configuration on a site: selected inverter/battery drivers and assigned connections.

Inferred read-only
site_app_status

Show monitoring status on a site: whether monitoring is running, inverter/battery connection state, and last update time.

Potential side effects
user_show

Look up SolarAssistant user by ID or email.

Potential side effects
user_search

Search for SolarAssistant users by name.

Inferred read-only
license_show

Look up a SolarAssistant license by ID.

Inferred read-only
license_search

Search for SolarAssistant licenses.

Inferred read-only
device_vendor_search

Search for device vendors.

Inferred read-only
device_show

Look up device by ID.

Inferred read-only
device_list

List devices with pagination.

Inferred read-only
device_search

Search for devices.

Inferred read-only
event_search

Search device events submitted by sites: alarms, notifications, automation actions and system state changes.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.solarassistant-mcp]
url = "https://solar-assistant.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "solarassistant-mcp": {
      "type": "http",
      "url": "https://solar-assistant.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: solarassistant-mcp
Remote MCP URL: https://solar-assistant.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "solarassistant-mcp": {
      "url": "https://solar-assistant.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "solarassistant-mcp": {
      "type": "http",
      "url": "https://solar-assistant.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "solarassistant-mcp",
  "transport": "streamable-http",
  "url": "https://solar-assistant.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.