solematica-mcp

solematica-mcp

n3m1

Solar estimates, provider comparison, energy prices and blog for Italy. 6 MCP tools for the Italian

Provides solar estimates, provider comparison, and energy data for the Italian market through Solematica's platform.

2 views1Local (stdio)

About solematica-mcp

solematica-mcp is a community-built MCP server published by n3m1 that provides AI assistants with tools and capabilities via the Model Context Protocol. Solar estimates, provider comparison, energy prices and blog for Italy. 6 MCP tools for the Italian It is categorized under other. This server exposes 6 tools that AI clients can invoke during conversations and coding sessions.

How to install

You can install solematica-mcp in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

License

solematica-mcp is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

Tools (6)

stima_solare

Generate a full solar estimate for an Italian address including production, savings, ROI, and panel sizing

info_tetto

Satellite roof analysis via Google Solar API showing surface, orientation, segments, and panel potential

confronta_provider

Compare 11 Italian solar providers with prices, components, warranties, and transparency index

dettaglio_provider

Get full provider details including accessories, contacts, and financing options

prezzi_energia

Get current Italian energy prices (PUN/ARERA) with update date

@solematica/mcp-server

npm version License: MIT MCP Node.js Solematica

MCP (Model Context Protocol) server for Solematica — solar estimates, provider comparison and energy data for Italy.

This server enables AI assistants like Claude, Cursor, Windsurf, Kiro and other MCP-compatible clients to analyze solar potential, compare photovoltaic providers, check energy prices and search energy-related articles for the Italian market.

Tools

ToolDescriptionAuth
stima_solareGenerate a full solar estimate for an Italian address — production, savings, ROI, panel sizingAPI key
info_tettoSatellite roof analysis via Google Solar API — surface, orientation, segments, panel potentialFree
confronta_providerCompare 11 Italian solar providers — prices, components, warranties, transparency indexFree
dettaglio_providerFull provider detail — accessories (heat pumps, EV chargers, boilers), contacts, financingFree
prezzi_energiaCurrent Italian energy prices (PUN/ARERA) with update dateFree
cerca_articoliSearch Solematica blog articles by category or keywordFree

Quick Start

Claude Desktop

Add to your claude_desktop_config.json:

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

Claude Code

claude mcp add solematica npx @solematica/mcp-server

Cursor

Add to your .cursor/mcp.json:

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

Windsurf

Add to your ~/.codeium/windsurf/mcp_config.json:

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

Other MCP Clients

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

npx @solematica/mcp-server

Authentication

  • API key is only required for stima_solare (consumes credits per estimate)
  • All other tools are free and public — no API key needed
  • Get an API key by registering as a partner at solematica.it/partner

Environment Variables

VariableRequiredDefaultDescription
SOLEMATICA_API_KEYOnly for stima_solareYour API key for authenticated endpoints
SOLEMATICA_API_URLNohttps://api.solematica.it/api/v1API base URL (for self-hosted or testing)

Tool Details

stima_solare

Generates a complete solar estimate for an Italian address using Google Solar API + PVGIS data.

Input:

  • indirizzo (required) — Full Italian address (e.g. "Via Roma 1, 20100 Milano MI")
  • consumo_annuo_kwh — Annual electricity consumption in kWh (default: 3500)
  • tipo_abitazione — Building type: indipendente, bifamiliare, schiera, condominio
  • superficie_tetto_mq — Roof surface in sqm (auto-calculated from satellite if omitted)
  • orientamento — Roof orientation: nord, sud, est, ovest

Returns: kWp sizing, panel count, annual production, monthly distribution, savings, ROI, CO2 avoided, cost estimate.

info_tetto

Analyzes a roof using Google Solar API satellite data.

Input:

  • lat (required) — Latitude
  • lng (required) — Longitude

Returns: Roof surface, usable area, orientation, roof segments, max panel count, sunshine hours.

confronta_provider

Lists all active Italian solar providers with comparison data. See the full provider comparison on Solematica.

Returns: Array of providers with name, price (3 kWp), panel brand, inverter brand, warranty, transparency index (1-3), and accessory services availability (heat pump, EV charger, boiler).

dettaglio_provider

Full detail for a specific provider.

Input:

  • slug (required) — Provider slug: enel, iren, plenitude, otovo, eon, hera, a2a, edison, engie, sorgenia, bluenergy

Returns: All comparison data plus: description, phone, headquarters, founding year, financing details, accessory service details with URLs.

prezzi_energia

Current Italian energy prices from the Solematica database, updated monthly from ARERA and GME.

Returns: Self-consumption price (EUR/kWh), SSP price, cost per kWp range, battery cost per kWh, last update date.

cerca_articoli

Search the Solematica blog for energy-related articles.

Input:

  • categoria — Filter by category (e.g. fotovoltaico, incentivi, risparmio)
  • limit — Max results (default: 10, max: 50)

Returns: Article list with title, slug, category, date, description, and full URL.

Examples

Ask Claude:

  • "Quanto produrrebbe un impianto fotovoltaico in Via Garibaldi 15, Torino?"
  • "Confronta le offerte fotovoltaico di Enel e Iren"
  • "Quali provider offrono anche la pompa di calore?"
  • "Qual e il prezzo corrente dell'energia in Italia?"
  • "Cerca articoli sugli incentivi fotovoltaico 2026"

Links

Related

License

MIT — see LICENSE file.

Author

SolematicaSoloweb SRL

Alternatives

Related Skills

Browse all skills
drawio-diagrams-enhanced

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

709
pptx

Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks

65
video-downloader

Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

34
docx

Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks

22
skill-installer

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

19
canvas-design

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

12