← huawei-solar.org

INDIVIDUAL MCP TOOL

lookup_error_code

Explain 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.

huawei-solar.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://huawei-solar.org/api/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

huawei-solar.org

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.huawei-mjs-system-sizing-specs-error-codes]
url = "https://huawei-solar.org/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "huawei-mjs-system-sizing-specs-error-codes": {
      "type": "http",
      "url": "https://huawei-solar.org/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: huawei-mjs-system-sizing-specs-error-codes
Remote MCP URL: https://huawei-solar.org/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": {
    "huawei-mjs-system-sizing-specs-error-codes": {
      "url": "https://huawei-solar.org/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "huawei-mjs-system-sizing-specs-error-codes": {
      "type": "http",
      "url": "https://huawei-solar.org/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "huawei-mjs-system-sizing-specs-error-codes",
  "transport": "streamable-http",
  "url": "https://huawei-solar.org/api/mcp"
}
MCP Inspector

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

Related tools

  • size_system — Size a complete solar system (inverter + battery + panels) for a home or business from its consumption or appliance list, using the Huawei MJS catalog.
  • search_products — Find products in the Huawei MJS catalog by plain-language query or category.
  • get_product_specs — Get the complete verified datasheet spec sheet for one product in the Huawei MJS catalog — every published value with its unit, grouped like a datasheet, plus the product's canonical page URL and price when listed.
  • compare_products — Compare two products from the Huawei MJS catalog spec by spec and get who wins on each headline number, a one-sentence verdict, and the link to the live comparison page.