
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@solematica/mcp-server
Advanced tools
MCP server for Solematica — solar estimates, provider comparison, energy prices and blog for Italy
MCP (Model Context Protocol) server for Solematica — solar estimates, provider comparison and energy data for Italy.
This server enables AI assistants like Claude to analyze solar potential, compare photovoltaic providers, check energy prices and search energy-related articles for the Italian market.
| Tool | Description | Auth |
|---|---|---|
stima_solare | Generate a full solar estimate for an Italian address — production, savings, ROI, panel sizing | API key |
info_tetto | Satellite roof analysis via Google Solar API — surface, orientation, segments, panel potential | Free |
confronta_provider | Compare 11 Italian solar providers — prices, components, warranties, transparency index | Free |
dettaglio_provider | Full provider detail — accessories (heat pumps, EV chargers, boilers), contacts, financing | Free |
prezzi_energia | Current Italian energy prices (PUN/ARERA) with update date | Free |
cerca_articoli | Search Solematica blog articles by category or keyword | Free |
Add to your claude_desktop_config.json:
{
"mcpServers": {
"solematica": {
"command": "npx",
"args": ["@solematica/mcp-server"],
"env": {
"SOLEMATICA_API_KEY": "your-api-key"
}
}
}
}
claude mcp add solematica npx @solematica/mcp-server
Any MCP-compatible client can use this server via stdio transport:
npx @solematica/mcp-server
stima_solare (consumes credits per estimate)| Variable | Required | Default | Description |
|---|---|---|---|
SOLEMATICA_API_KEY | Only for stima_solare | — | Your API key for authenticated endpoints |
SOLEMATICA_API_URL | No | https://api.solematica.it/api/v1 | API base URL (for self-hosted or testing) |
stima_solareGenerates 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, condominiosuperficie_tetto_mq — Roof surface in sqm (auto-calculated from satellite if omitted)orientamento — Roof orientation: nord, sud, est, ovestReturns: kWp sizing, panel count, annual production, monthly distribution, savings, ROI, CO2 avoided, cost estimate.
info_tettoAnalyzes a roof using Google Solar API satellite data.
Input:
lat (required) — Latitudelng (required) — LongitudeReturns: Roof surface, usable area, orientation, roof segments, max panel count, sunshine hours.
confronta_providerLists all active Italian solar providers with comparison data.
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_providerFull detail for a specific provider.
Input:
slug (required) — Provider slug: enel, iren, plenitude, otovo, eon, hera, a2a, edison, engie, sorgenia, bluenergyReturns: All comparison data plus: description, phone, headquarters, founding year, financing details, accessory service details with URLs.
prezzi_energiaCurrent Italian energy prices from the Solematica database, updated monthly.
Returns: Self-consumption price (€/kWh), SSP price, cost per kWp range, battery cost per kWh, last update date.
cerca_articoliSearch 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.
Ask Claude:
MIT — see LICENSE file.
Solematica — Soloweb SRL
FAQs
MCP server for Solematica — solar estimates, provider comparison, energy prices and blog for Italy
The npm package @solematica/mcp-server receives a total of 22 weekly downloads. As such, @solematica/mcp-server popularity was classified as not popular.
We found that @solematica/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.