other

solematica-mcp

n3m1

by 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.

github stars

0

0 commentsdiscussion

Both formats append explainx.ai attribution and the canonical URL for this MCP server listing.

best for

  • / General purpose MCP workflows

capabilities

  • / stima_solare
  • / info_tetto
  • / confronta_provider
  • / dettaglio_provider
  • / prezzi_energia
  • / cerca_articoli

what it does

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

about

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

MIT

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.

readme

# @solematica/mcp-server [![npm version](https://img.shields.io/npm/v/@solematica/mcp-server)](https://www.npmjs.com/package/@solematica/mcp-server) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![MCP](https://img.shields.io/badge/MCP-compatible-blue)](https://modelcontextprotocol.io) [![Node.js](https://img.shields.io/badge/node-%3E%3D18-brightgreen)](https://nodejs.org) [![Solematica](https://img.shields.io/badge/Solematica-solematica.it-f59e0b)](https://www.solematica.it) [MCP](https://modelcontextprotocol.io) (Model Context Protocol) server for [Solematica](https://www.solematica.it) — solar estimates, provider comparison and energy data for Italy. This server enables AI assistants like [Claude](https://claude.ai), [Cursor](https://cursor.com), [Windsurf](https://codeium.com/windsurf), [Kiro](https://kiro.dev) and other [MCP-compatible clients](https://modelcontextprotocol.io/clients) to analyze solar potential, compare photovoltaic providers, check energy prices and search energy-related articles for the Italian market. ## Tools | 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](https://developers.google.com/maps/documentation/solar) — 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](https://it.wikipedia.org/wiki/Prezzo_unico_nazionale)/[ARERA](https://www.arera.it)) with update date | Free | | `cerca_articoli` | Search [Solematica blog](https://www.solematica.it/blog) articles by category or keyword | Free | ## Quick Start ### Claude Desktop Add to your `claude_desktop_config.json`: ```json { "mcpServers": { "solematica": { "command": "npx", "args": ["@solematica/mcp-server"], "env": { "SOLEMATICA_API_KEY": "your-api-key" } } } } ``` ### Claude Code ```bash claude mcp add solematica npx @solematica/mcp-server ``` ### Cursor Add to your `.cursor/mcp.json`: ```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`: ```json { "mcpServers": { "solematica": { "command": "npx", "args": ["@solematica/mcp-server"], "env": { "SOLEMATICA_API_KEY": "your-api-key" } } } } ``` ### Other MCP Clients Any [MCP-compatible client](https://modelcontextprotocol.io/clients) can use this server via stdio transport: ```bash 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](https://www.solematica.it/partner) ## Environment Variables | 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) | ## Tool Details ### `stima_solare` Generates a complete solar estimate for an Italian address using [Google Solar API](https://developers.google.com/maps/documentation/solar) + [PVGIS](https://re.jrc.ec.europa.eu/pvg_tools/en/) 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](https://developers.google.com/maps/documentation/solar) 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](https://www.solematica.it/confronto-offerte) 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](https://www.solematica.it) database, updated monthly from [ARERA](https://www.arera.it) and [GME](https://www.mercatoelettrico.org). **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](https://www.solematica.it/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 - [Solematica](https://www.solematica.it) — Main platform - [Provider Comparison](https://www.solematica.it/confronto-offerte) — Compare 11 Italian solar providers - [Solar Estimate](https://www.solematica.it/stima) — Free solar estimate tool - [Energy Guide](https://www.solematica.it/guida) — Complete energy guide - [API Documentation](https://www.solematica.it/sviluppatori) — REST API docs - [Blog](https://www.solematica.it/blog) — Energy articles and news - [npm Package](https://www.npmjs.com/package/@solematica/mcp-server) — npm registry page - [Model Context Protocol](https://modelcontextprotocol.io) — MCP specification - [MCP Servers](https://modelcontextprotocol.io/examples) — More MCP servers ## Related - [Google Solar API](https://developers.google.com/maps/documentation/solar) — Satellite-based solar potential - [PVGIS](https://re.jrc.ec.europa.eu/pvg_tools/en/) — EU photovoltaic estimation tool - [ARERA](https://www.arera.it) — Italian energy regulator - [Superbonus & Incentivi](https://www.solematica.it/fotovoltaico) — Italian solar incentives info ## License MIT — see [LICENSE](LICENSE) file. ## Author [Solematica](https://www.solematica.it) — [Soloweb SRL](https://www.solematica.it/chi-siamo)

FAQ

What is the solematica-mcp MCP server?
solematica-mcp is a Model Context Protocol (MCP) server profile on explainx.ai. MCP lets AI hosts (e.g. Claude Desktop, Cursor) call tools and resources through a standard interface; this page summarizes categories, install hints, and community ratings.
How do MCP servers relate to agent skills?
Skills are reusable instruction packages (often SKILL.md); MCP servers expose live capabilities. Teams frequently combine both—skills for workflows, MCP for APIs and data. See explainx.ai/skills and explainx.ai/mcp-servers for parallel directories.
How are reviews shown for solematica-mcp?
This profile displays 48 aggregated ratings (sample rows for discoverability plus signed-in user reviews). Average score is about 4.7 out of 5—verify behavior in your own environment before production use.

Use Cases

Extended AI Capabilities

Add new capabilities to Claude beyond text generation

Example

Access external data sources, execute code, interact with tools and services

Transform Claude from chatbot to action-taking agent

Context Enhancement

Provide Claude with access to relevant context and data

Example

Load project documentation, access knowledge bases, query databases

Get more accurate, context-aware responses

Workflow Automation

Automate multi-step workflows combining AI and external tools

Example

Research → Summarize → Create document → Send notification

Complete complex tasks end-to-end without manual steps

Implementation Guide

Prerequisites

  • Claude Desktop 0.7.0+ or Cursor IDE with MCP support
  • Basic understanding of MCP architecture and capabilities
  • Access credentials for integrated services (if required)
  • Willingness to experiment and iterate on configuration

Time Estimate

15-60 minutes depending on server complexity

Installation Steps

  1. 1.Install MCP server: npm install -g [package-name] or via GitHub
  2. 2.Add server configuration to ~/.claude/mcp.json
  3. 3.Provide required credentials and configuration
  4. 4.Restart Claude Desktop to load new server
  5. 5.Test basic functionality with simple prompts
  6. 6.Explore capabilities and experiment with use cases
  7. 7.Document successful patterns for reuse

Troubleshooting

  • MCP server not loading: Check config syntax, verify installation
  • Connection errors: Check network, firewall, credentials
  • Feature not working: Read server docs, check required parameters
  • Performance issues: Monitor resource usage, check for network latency
  • Conflicts with other servers: Check port assignments, namespace collisions

Best Practices

✓ Do

  • +Read server documentation thoroughly before setup
  • +Start with simple use cases to validate functionality
  • +Test in non-production environment first
  • +Monitor resource usage and performance
  • +Keep servers updated for bug fixes and new features
  • +Document configuration for team members
  • +Use environment variables for sensitive configuration

✗ Don't

  • Don't grant overly permissive access to MCP servers
  • Don't skip reading security considerations in docs
  • Don't expose sensitive data without proper controls
  • Don't run untrusted MCP servers without code review
  • Don't ignore error messages—investigate root cause

💡 Pro Tips

  • Combine multiple MCP servers for powerful workflows
  • Create custom MCP servers for your specific needs
  • Share successful configurations with team
  • Use MCP inspector for debugging
  • Join MCP community for tips and troubleshooting

Technical Details

Architecture

Model Context Protocol standardizes how AI hosts (Claude, Cursor) communicate with external tools and data sources through server implementations.

Protocols

  • Model Context Protocol (MCP)
  • JSON-RPC 2.0
  • stdio or HTTP transport

Compatibility

  • Claude Desktop
  • Cursor IDE
  • Custom MCP clients

When to Use This

✓ Use When

Use when you need Claude to access external data, execute actions, or integrate with tools. Best for extending AI capabilities beyond conversation.

✗ Avoid When

Avoid when native integrations exist (use official APIs directly), for real-time critical systems, or when security/compliance requires zero external dependencies.

Integration

  • Tool composition: Chain multiple MCP tools in workflows
  • Context augmentation: Provide AI with relevant external data
  • Action delegation: Let AI execute tasks on external systems
  • Bidirectional sync: Keep AI context and external systems in sync

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.

List & Promote Your MCP Server

Share your MCP server with the developer community

GET_STARTED →
MCP server reviews

Ratings

4.748 reviews
  • Yusuf Shah· Dec 16, 2024

    Strong directory entry: solematica-mcp surfaces stars and publisher context so we could sanity-check maintenance before adopting.

  • Yusuf Sethi· Dec 12, 2024

    We evaluated solematica-mcp against two servers with overlapping tools; this profile had the clearer scope statement.

  • Sophia Iyer· Dec 8, 2024

    I recommend solematica-mcp for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.

  • Zara White· Dec 4, 2024

    Useful MCP listing: solematica-mcp is the kind of server we cite when onboarding engineers to host + tool permissions.

  • Evelyn Lopez· Nov 27, 2024

    We evaluated solematica-mcp against two servers with overlapping tools; this profile had the clearer scope statement.

  • Ganesh Mohane· Nov 19, 2024

    Useful MCP listing: solematica-mcp is the kind of server we cite when onboarding engineers to host + tool permissions.

  • Tariq Singh· Nov 7, 2024

    solematica-mcp is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.

  • Amelia Abebe· Nov 3, 2024

    solematica-mcp reduced integration guesswork — categories and install configs on the listing matched the upstream repo.

  • Arjun Li· Nov 3, 2024

    I recommend solematica-mcp for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.

  • Tariq Mehta· Oct 26, 2024

    We evaluated solematica-mcp against two servers with overlapping tools; this profile had the clearer scope statement.

showing 1-10 of 48

1 / 5