General Tools
deyeinverters.net
Provides solar product catalog, system sizing, product comparison, and error code lookup for Deye inverters and batteries.
ENDPOINT 1
https://deyeinverters.net/api/mcp
MCP server metadata
- Name
- Deye — system sizing, specs & error codes
- Version
- 1.0.0
Known tools 5
size_systemSize a complete solar system (inverter + battery + panels) for a home or business from its consumption or appliance list, using the Deye catalog.
Inferred read-onlysearch_productsFind products in the Deye catalog by plain-language query or category.
Inferred read-onlyget_product_specsGet the complete verified datasheet spec sheet for one product in the Deye catalog — every published value with its unit, grouped like a datasheet, plus the product's canonical page URL and price when listed.
Inferred read-onlycompare_productsCompare two products from the Deye catalog spec by spec and get who wins on each headline number, a one-sentence verdict, and the link to the live comparison page.
Inferred read-onlylookup_error_codeExplain what an inverter or battery error code means, what causes it and what to do about it, from the published manufacturer code tables — with the canonical error-code page URL.
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.deye-system-sizing-specs-error-codes]
url = "https://deyeinverters.net/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"deye-system-sizing-specs-error-codes": {
"type": "http",
"url": "https://deyeinverters.net/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: deye-system-sizing-specs-error-codes
Remote MCP URL: https://deyeinverters.net/api/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": {
"deye-system-sizing-specs-error-codes": {
"url": "https://deyeinverters.net/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"deye-system-sizing-specs-error-codes": {
"type": "http",
"url": "https://deyeinverters.net/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "deye-system-sizing-specs-error-codes",
"transport": "streamable-http",
"url": "https://deyeinverters.net/api/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.