AgentHubAgentHub

Solematica MCP Server

MCP ServerMCP Registry官方收录

io.github.hanicker/solematica-mcp · v1.0.2

Solar estimates, provider comparison, energy prices and blog for Italy

概览

Solematica MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "solematica-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@solematica/mcp-server"
      ]
    }
  }
}

环境变量

SOLEMATICA_API_KEY可选

API key for authenticated endpoints (stima_solare). Free tools work without it.

SOLEMATICA_API_URL可选

API base URL override (default: https://api.solematica.it/api/v1)

相关资源

统一 Manifest

{
  "id": "io.github.hanicker/solematica-mcp",
  "type": "mcp-server",
  "version": "1.0.2",
  "displayName": "Solematica MCP Server",
  "description": "Solar estimates, provider comparison, energy prices and blog for Italy",
  "repository": {
    "url": "https://github.com/n3m1/solematica-mcp",
    "source": "github"
  },
  "homepage": "https://www.solematica.it/sviluppatori",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@solematica/mcp-server",
        "version": "1.0.2",
        "runtimeHint": "npx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SOLEMATICA_API_KEY",
            "description": "API key for authenticated endpoints (stima_solare). Free tools work without it."
          },
          {
            "name": "SOLEMATICA_API_URL",
            "description": "API base URL override (default: https://api.solematica.it/api/v1)"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.hanicker/solematica-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.hanicker%2Fsolematica-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Solematica MCP Server — MCP Server 安装与配置 · AgentHub