Solematica MCP Server

MCP server for Solematica — solar estimates, provider comparison, energy prices and blog for Italy

Remote serverstreamable-http

What is the Solematica MCP MCP server?

MCP server for Solematica — solar estimates, provider comparison, energy prices and blog for Italy. That is what the solematica mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

Any MCP-compatible client can use this server via stdio transport:

The tools it exposes

The server publishes 8 tools. What each one is for:

  • stima_solare — Generate a full solar estimate for an Italian address — production, savings, ROI, panel sizing
  • info_tetto — Satellite roof analysis via Google Solar API — surface, orientation, segments, panel
  • confronta_provider — Compare 11 Italian solar providers — prices, components, warranties, transparency index
  • dettaglio_provider — Full provider detail — accessories (heat pumps, EV chargers, boilers), contacts, financing
  • prezzi_energia — Current Italian energy prices (PUN/ARERA) with update date
  • cerca_articoli — Search Solematica blog articles by category or keyword
  • Cursor — The Cursor tool exposed by this server
  • Windsurf — The Windsurf tool exposed by this server

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

What it needs from you

Configuration is passed through the environment: SOLEMATICA_API_KEY, SOLEMATICA_API_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

How it compares

Plenty of knowledge and memory servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Solematica MCP's toolset — stima_solare, info_tetto, confronta_provider and 5 more — is a fair guide to whether it matches your workflow. It is maintained by n3m1; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
stima_solareGenerate a full solar estimate for an Italian address — production, savings, ROI, panel sizing
info_tettoSatellite roof analysis via [Google Solar API](https://developers.google.com/maps/documentation/solar) — surface, orientation, segments, panel potential
confronta_providerCompare 11 Italian solar providers — prices, components, warranties, transparency index
dettaglio_providerFull provider detail — accessories (heat pumps, EV chargers, boilers), contacts, financing
prezzi_energiaCurrent Italian energy prices ([PUN](https://it.wikipedia.org/wiki/Prezzo_unico_nazionale)/[ARERA](https://www.arera.it)) with update date
cerca_articoliSearch [Solematica blog](https://www.solematica.it/blog) articles by category or keyword
CursorThe Cursor tool exposed by this server.
WindsurfThe Windsurf tool exposed by this server.

How to install the Solematica MCP MCP server

{
  "mcpServers": {
    "solematica": {
      "command": "npx",
      "args": ["@solematica/mcp-server"],
      "env": {
        "SOLEMATICA_API_KEY": "your-api-key"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
SOLEMATICA_API_KEYCredential the server authenticates with.Yes
SOLEMATICA_API_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Solematica MCP to stima solare.
  • Use Solematica MCP to info tetto.
  • Use Solematica MCP to confronta provider.

Frequently asked questions

It connects Solematica MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (stima_solare, info_tetto, confronta_provider, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Solematica MCP directly.