General Tools
solar-assistant.io
Provides tools to search and retrieve SolarAssistant orders and site information.
ENDPOINT 1
https://solar-assistant.io/mcp
MCP server metadata
- Name
- SolarAssistant MCP
- Version
- 0.1.0
Known tools 20
site_app_devicesList available devices on a site: serial ports (/dev/ttyUSBx), hidraw devices (/dev/hidrawx), network devices, running brokers, and USB devices.
Inferred read-onlysite_app_configShow current Solar Assistant configuration on a site: selected inverter/battery drivers and assigned connections.
Inferred read-onlysite_app_statusShow monitoring status on a site: whether monitoring is running, inverter/battery connection state, and last update time.
Potential side effectsevent_searchSearch device events submitted by sites: alarms, notifications, automation actions and system state changes.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.