Back to Browse

Ionluz MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Solar quotes for Brazilian installers: kWp sizing, own pricing, payback under Law 14.300, PDF.

About

Solar quotes for Brazilian installers: kWp sizing, own pricing, payback under Law 14.300, PDF.

Remote endpoints: streamable-http: https://app.ionluz.com.br/api/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-surfer42069-ionluz": {
      "url": "https://app.ionluz.com.br/api/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

ionluz MCP server

Remote MCP server that lets an AI agent quote solar energy systems for Brazilian installers, using the installer's own pricing and catalog.

Tools

ToolWhat it does
quote_solarTakes monthly consumption in kWh (required) and optional UF, connection type (mono/bi/tri), desired kWp, tariff, roof type and lead data. Returns system size, price (installer's pricing), payback and savings under Law 14.300. Simulates by default; persist=true (requires consent=true) saves the proposal and returns the PDF and interactive-page links.
check_coverageReturns the power ranges the account can quote with kit and price, so the agent knows what it can offer before promising.

Client configuration

{
  "mcpServers": {
    "ionluz": {
      "url": "https://app.ionluz.com.br/api/mcp",
      "headers": { "Authorization": "Bearer ilz_your_key" }
    }
  }
}

Limits

  • 300 requests/min per IP before authentication (anti-flood, REST and MCP).
  • 120 JSON-RPC messages/min per key on the MCP transport.
  • Saving a proposal creates a lead with personal data: persist=true requires explicit consent (consent=true, LGPD). An optional idempotencyKey prevents duplicate leads on retries.

About

ionluz is a proposal generator for solar installers in Brazil: from the customer's consumption to a premium PDF and interactive proposal in seconds, with honest payback under Law 14.300. This repository holds only the MCP registry metadata; the server itself is hosted.

Guide (Portuguese): https://ionluz.com.br/guias/cotacao-solar-por-agente-de-ia-mcp/

Reviews

No reviews yet

Be the first to review this server!