INDIVIDUAL MCP TOOL
site_app_status
Show monitoring status on a site: whether monitoring is running, inverter/battery connection state, and last update time.
LIVE ENDPOINT
https://solar-assistant.io/mcp
Connect to this endpoint to inspect the live schema for site_app_status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.