MCP server for Solematica — solar estimates, provider comparison, energy prices and blog for Italy
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.
Any MCP-compatible client can use this server via stdio transport:
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 sizinginfo_tetto — Satellite roof analysis via Google Solar API — surface, orientation, segments, panelconfronta_provider — Compare 11 Italian solar providers — prices, components, warranties, transparency indexdettaglio_provider — Full provider detail — accessories (heat pumps, EV chargers, boilers), contacts, financingprezzi_energia — Current Italian energy prices (PUN/ARERA) with update datecerca_articoli — Search Solematica blog articles by category or keywordCursor — The Cursor tool exposed by this serverWindsurf — The Windsurf tool exposed by this serverBecause 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.
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.
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.
| Tool | What it does |
|---|---|
| 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](https://developers.google.com/maps/documentation/solar) — surface, orientation, segments, panel potential |
| 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](https://it.wikipedia.org/wiki/Prezzo_unico_nazionale)/[ARERA](https://www.arera.it)) with update date |
| cerca_articoli | Search [Solematica blog](https://www.solematica.it/blog) articles by category or keyword |
| Cursor | The Cursor tool exposed by this server. |
| Windsurf | The Windsurf tool exposed by this 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.
| Variable | Description | Required |
|---|---|---|
| SOLEMATICA_API_KEY | Credential the server authenticates with. | Yes |
| SOLEMATICA_API_URL | Endpoint or connection string the server talks to. | Yes |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.