← solar-assistant.io

INDIVIDUAL MCP TOOL

site_app_devices

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

solar-assistant.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://solar-assistant.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for site_app_devices and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

solar-assistant.io

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.

Related tools

  • whoami — Check authentication status and get current user info.
  • order_show — Look up SolarAssistant order by ID.
  • order_search — Search for SolarAssistant orders.
  • site_show — Look up SolarAssistant site by ID or name.
  • site_search — Search for SolarAssistant sites.
  • site_metric_search — Search solar metrics on a site by topic glob pattern.
  • site_metric_history — Query historical metric data from a site's InfluxDB.
  • site_logs — Get device logs from a site by source.