PVGIS MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PVGIS MCPestimate yearly solar output for a 4 kW system at 48.8566, 2.3522"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PVGIS MCP — Cloudflare Worker
Remote MCP server che stima la produzione fotovoltaica di un impianto via PVGIS (Photovoltaic Geographical Information System, Commissione Europea / JRC). Gira dentro Cloudflare (serverless, sempre acceso, niente Mac acceso).
API PVGIS: pubblica, gratuita, senza key. Worker su Cloudflare: free tier (100.000 richieste/giorno incluse) — costo atteso €0.
Endpoint MCP una volta deployato: https://<worker>.workers.dev/mcp
Tool esposti
pv_production(lat, lon, peakpower_kwp, angle=30, aspect=0, loss=14) → produzione annua + mensile, irraggiamento.monthly_radiation(lat, lon, angle=30, aspect=0) → irraggiamento mensile.
aspect: 0 = SUD, -90 = est, 90 = ovest.angle: inclinazione falda in gradi.
Related MCP server: Remote MCP Server
Deploy — via GitHub (consigliato)
Questo è il contenuto del repo github.com/maxturazzini/pvgis-mcp.
Su Cloudflare: Workers & Pages → Create → Workers → Connect GitHub → seleziona
pvgis-mcp.Cloudflare rileva
wrangler.jsonc, installa le dipendenze e fa il build/deploy.Ad ogni
git pushsumain→ deploy automatico.URL finale:
https://pvgis-mcp.<tuo-subdominio>.workers.dev
Deploy — via CLI (alternativa)
cd worker-cloudflare
npm install
npx wrangler login # apre il browser, autorizza
npx wrangler deploy # stampa l'URL del workerCollegare a Claude.ai
Claude.ai → Impostazioni → Connettori → Aggiungi connettore personalizzato (BETA):
Nome:
PVGISURL del server MCP remoto:
https://pvgis-mcp.<tuo-subdominio>.workers.dev/mcpOAuth: lasciare vuoto (il server è pubblico, no-auth).
Aggiungi.
Poi in chat attiva il connettore PVGIS e chiedi la produzione di un tetto date le coordinate.
Test rapido dopo il deploy
# health check
curl https://pvgis-mcp.<tuo-subdominio>.workers.dev/
# handshake MCP (atteso: 200 + serverInfo "pvgis")
curl -sL -X POST https://pvgis-mcp.<tuo-subdominio>.workers.dev/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"probe","version":"1"}}}'Note
No-auth: chiunque conosca l'URL può usarlo. Per un tool read-only su dati pubblici (PVGIS) è accettabile; se vuoi limitarlo, si aggiunge OAuth (Workers OAuth Provider) — non incluso qui per semplicità.
Geocoding: PVGIS prende coordinate, non indirizzi. Per accettare un indirizzo serve un geocoder a monte (es. Nominatim/OSM, libero). Non incluso: lo si può aggiungere come terzo tool.
La versione Python stdio (
../server.py) resta per Claude Desktop; la versione tunnel (../server_http.py+../run_tunnel.sh) resta come alternativa locale.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/maxturazzini/pvgis-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server