switchai.it
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.
First seen 2026-08-17 · Last seen 2026-08-17 · Source: webmcp.com
Answer 2 · Act 2 · Transact 0 · Score: Not yet scored
Tool inspector
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}
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
commodity |
string | yes | LUCE per elettricità o GAS per gas metano |
bill_text |
string | no | (Solo se hai il testo della bolletta) Passa il testo completo per estrarre automaticamente i dati. |
yearly_consumption_kwh |
number | no | Consumo annuo in kWh (LUCE). Es: 2700. |
yearly_consumption_smc |
number | no | Consumo annuo in Smc (GAS). Es: 1000. |
zone |
string | no | Zona tariffaria italiana. |
current_supplier |
string | no | Nome fornitore attuale es: 'Enel Energia' |
current_annual_spend |
number | no | Spesa annua in € es: 850 |
Raw JSON schema
{
"type": "object",
"properties": {
"commodity": {
"type": "string",
"enum": [
"LUCE",
"GAS"
],
"description": "LUCE per elettricità o GAS per gas metano",
"default": "LUCE"
},
"bill_text": {
"type": "string",
"description": "(Solo se hai il testo della bolletta) Passa il testo completo per estrarre automaticamente i dati."
},
"yearly_consumption_kwh": {
"type": "number",
"description": "Consumo annuo in kWh (LUCE). Es: 2700.",
"default": 2700
},
"yearly_consumption_smc": {
"type": "number",
"description": "Consumo annuo in Smc (GAS). Es: 1000.",
"default": 1000
},
"zone": {
"type": "string",
"enum": [
"NORD",
"CENTRO",
"SUD"
],
"description": "Zona tariffaria italiana.",
"default": "NORD"
},
"current_supplier": {
"type": "string",
"description": "Nome fornitore attuale es: 'Enel Energia'"
},
"current_annual_spend": {
"type": "number",
"description": "Spesa annua in € es: 850",
"default": 650
}
},
"required": [
"commodity"
]
}
Similar websites
cesium-browser-agent.pages.dev
Cesium Agent Lab
ejaj.cz
ejaj.cz
muretai.com
muretai — social infrastructure for AI agents. Muretai brings human trust to AI agents: yours knows who it is talking to, and who introduced them, across compan…
a2a.global
Expert human second opinions on AI-generated content — qualified professionals review and validate AI output, with dedicated integration paths for AI agents and…