AI agent that parses your Italian energy bill, compares 44+ electricity and gas offers in real time, and walks you through switching providers — with WebMCP tools to estimate savings, read available offers, and submit a subscription.
4 tools1 methodsspec API surface
What can an agent do with switchai.it WebMCP tools?
AI agent that parses your Italian energy bill, compares 44+ electricity and gas offers in real time, and walks you through switching providers — with WebMCP tools to estimate savings, read available offers, and submit a subscription. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.
WebMCP tools on switchai.it
Tool 1 of 4WebMCPAction
calculate_energy_savings
Confronta tariffe Luce/Gas e calcola il risparmio annuo. Accetta il testo di una bolletta (bill_text) oppure dati già estratti. MODALITÀ 1 (bolletta): passa commodity + bill_text — il tool estrae automaticamente consumi, spesa e zona. MODALITÀ 2 (dati noti): passa commodity + yearly_consumption_kwh + current_annual_spend + zone. ESEMPIO: {commodity:'LUCE', yearly_consumption_kwh:2700, zone:'NORD', current_annual_spend:850}
How to install
Open the switchai.it website and ask your browser agent to use calculate_energy_savings
Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Run with an agent
Use the calculate_energy_savings tool on switchai.it with commodity: <string>, bill_text: <string>, yearly_consumption_kwh: <number>, yearly_consumption_smc: <number>, zone: <string>, current_supplier: <string>, current_annual_spend: <number>. Return the structured result and cite the source page.
Input contract
commoditystringLUCE per elettricità o GAS per gas metano
bill_textstring(Solo se hai il testo della bolletta) Passa il testo completo per estrarre automaticamente i dati.
yearly_consumption_kwhnumberConsumo annuo in kWh (LUCE). Es: 2700.
yearly_consumption_smcnumberConsumo annuo in Smc (GAS). Es: 1000.
Analizza il testo di una bolletta italiana (luce o gas) ed estrae: fornitore, POD/PDR, consumo annuo, spesa annua stimata, zona tariffaria. DOPO aver usato questo tool, usa calculate_energy_savings con i dati estratti per confrontare le offerte. ESEMPIO: l'utente incolla la bolletta → tu chiami parse_energy_bill → poi calculate_energy_savings con i risultati.
How to install
Open the switchai.it website and ask your browser agent to use parse_energy_bill
Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Run with an agent
Use the parse_energy_bill tool on switchai.it with bill_text: <string>. Return the structured result and cite the source page.
Input contract
bill_textstringTesto completo della bolletta da analizzare. Puoi estrarre il testo da un PDF.
Recupera tutte le offerte disponibili per Luce o Gas in Italia. Restituisce nome fornitore, nome offerta, tipo (fisso/variabile), prezzo per unità e costo fisso mensile. Usa questo tool quando l'utente vuole vedere tutte le offerte disponibili senza fare un calcolo specifico.
How to install
Open the switchai.it website and ask your browser agent to use get_available_offers
Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Run with an agent
Use the get_available_offers tool on switchai.it with commodity: <string>. Return the structured result and cite the source page.
Input contract
commoditystringLUCE per elettricità, GAS per gas metano
Recupera PUN (prezzo energia elettrica all'ingrosso) e PSV (prezzo gas) correnti, aggiornati giornalmente dal sync ARERA notturno. Usa questo tool quando l'utente chiede il prezzo del kWh oggi, il prezzo del gas, o gli indici di mercato.
How to install
Open the switchai.it website and ask your browser agent to use get_market_indices
Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Run with an agent
Use the get_market_indices tool on switchai.it. Return the structured result and cite the source page.