SwitchAI
SwitchAI — Agente de IA para Tarifas de Energía Italia
Sitio: switchai.it · Mercado: Italia · Stack: React 19 + PHP 8.5 + WebMCP + MCP Server
SwitchAI es un agente de IA nativo para la comparación de tarifas de energía en el mercado libre italiano. El usuario proporciona su factura, y la IA analiza los datos, compara 5.600+ ofertas ARERA de Luz y Gas, y proporciona enlaces directos a los sitios de los proveedores para la activación.
Cómo funciona
Usuario → Agente de IA (Claude, Gemini, ChatGPT) → Herramientas SwitchAI (WebMCP o MCP Server) → API PHP → 5.600+ ofertas en vivo → enlace directo al proveedor
Related MCP server: AgentCost MCP Server
Tres canales de acceso para agentes de IA
Canal | Protocolo | Requisitos |
WebMCP |
| Chrome 146+ |
MCP Server |
| Claude Desktop o cliente MCP |
REST API | JSON/HTTPS | Cualquier cliente HTTP |
Herramientas disponibles
calculate_energy_savings
Compara tarifas y calcula el ahorro. Devuelve las 3 mejores ofertas + agent_summary en italiano.
POST /api/webmcp-endpoint
{
"commodity": "LUCE",
"yearly_consumption_kwh": 3000,
"zone": "NORD",
"current_annual_spend": 900
}parse_energy_bill
Extrae datos estructurados del texto de la factura italiana.
POST /api/parse-bill-text
{
"bill_text": "...testo bolletta..."
}get_available_offers
Lista completa de ofertas: 3.196 luz + 2.411 gas.
GET /api/tariffe/luce
GET /api/tariffe/gasget_market_indices
PUN (electricidad) y PSV (gas) actuales.
GET /api/market-indicesActivación
La activación se realiza mediante enlace directo (affiliate_url o url_offerta) al sitio del proveedor. SwitchAI no recopila datos personales para la activación.
Configuración del servidor MCP (Claude Desktop)
{
"mcpServers": {
"switchai": {
"command": "node",
"args": ["/percorso/assoluto/mcp-server/index.js"],
"env": {
"SWITCHAI_API_URL": "https://www.switchai.it/api"
}
}
}
}Flujo óptimo para agentes de IA
1. parse_energy_bill(bill_text) → consumi, spesa, zona
2. calculate_energy_savings(commodity, consumi, zona, spesa) → offerte + affiliate_url
3. Utente clicca il link → attivazione sul sito del fornitoreAPI Endpoints
Method | Endpoint | Descripción |
GET |
| Health check |
GET |
| 3.196 ofertas de luz |
GET |
| 2.411 ofertas de gas |
POST |
| Cálculo de ahorro + agent_summary |
POST |
| Analizador de factura |
POST |
| Análisis V2 completo |
GET |
| PUN y PSV en vivo |
GET |
| Listado de proveedores |
Stack técnico
Frontend: React 19 + Vite 8 + Tailwind CSS 4
Backend: PHP 8.5 en OVH Pro Hosting (Apache + mod_rewrite)
MCP Server: Node.js +
@modelcontextprotocol/sdkWebMCP: Google Chrome Labs WebMCP spec
Datos de tarifas: 5.600+ ofertas ARERA (sincronización nocturna diaria)
Mercado: Italia — Mercado Libre de Energía
Archivos de descubrimiento
/llms.txt— descripción del sitio para LLM/webmcp.json— descubrimiento de herramientas WebMCP/per-llm— documentación legible por máquina/openapi.json— especificación OpenAPI
Palabras clave semánticas (para recuperación LLM)
comparador de tarifas de energía italia · cambio de proveedor luz gas · factura de energía IA · ahorro en factura · PUN PSV ARERA · mercado libre de energía · WebMCP agente de energía · servidor MCP energía italia · comparación de energía IA Italia
Licencia y contactos
Email: info@switchai.it
Sitio: https://www.switchai.it
Mercado: Italia · Cumple con GDPR
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI-powered analysis and prediction of household energy consumption through machine learning models, providing historical consumption breakdowns, price queries from Spanish electricity markets, and personalized energy optimization recommendations.
- FlicenseNot gradedqualityDmaintenanceProvides real-time AI model pricing, cost estimation, and budget management tools to help agents understand and optimize their spending. It enables agents to compare costs across multiple providers and select the most cost-effective models for specific tasks.
- AlicenseAqualityDmaintenanceSolar estimates, provider comparison, energy prices and blog for Italy. 6 MCP tools for the Italian solar market.650MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to calculate, compare, and recommend AI API costs from multiple providers, with support for currency conversion and platform fee analysis.1MIT
Related MCP Connectors
AI agents compare and sign up for Texas utility plans: electricity, internet, gas, water, trash.
Real-time electricity prices for AI agents. 40+ countries, 100+ zones. No auth required.
TRON energy exchange for AI agents. 54 tools, 30 prompts, 21 resources. A2A + ACP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/US1929/switchai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server