SwitchAI
SwitchAI — 意大利能源费率AI智能体
网站: switchai.it · 市场: 意大利 · 技术栈: React 19 + PHP 8.5 + WebMCP + MCP Server
SwitchAI 是一个原生AI智能体,用于比较意大利自由市场中的能源费率。用户提供其账单,AI分析数据,比较 5,600+ 个ARERA 的电力和燃气报价,并提供直接链接到供应商网站以进行激活。
工作原理
用户 → AI智能体 (Claude, Gemini, ChatGPT) → SwitchAI 工具 (WebMCP 或 MCP Server) → PHP API → 5,600+ 实时报价 → 直接链接到供应商
Related MCP server: AgentCost MCP Server
AI智能体的三种访问渠道
渠道 | 协议 | 要求 |
WebMCP |
| Chrome 146+ |
MCP Server |
| Claude Desktop 或 MCP 客户端 |
REST API | JSON/HTTPS | 任何 HTTP 客户端 |
可用工具
calculate_energy_savings
比较费率并计算节省。返回前3个报价 + 意大利语的 agent_summary。
POST /api/webmcp-endpoint
{
"commodity": "LUCE",
"yearly_consumption_kwh": 3000,
"zone": "NORD",
"current_annual_spend": 900
}parse_energy_bill
从意大利账单文本中提取结构化数据。
POST /api/parse-bill-text
{
"bill_text": "...testo bolletta..."
}get_available_offers
完整报价列表:3,196 电力 + 2,411 燃气。
GET /api/tariffe/luce
GET /api/tariffe/gasget_market_indices
当前的 PUN(电力)和 PSV(燃气)。
GET /api/market-indices激活
激活通过直接链接(affiliate_url 或 url_offerta)到供应商网站进行。SwitchAI 不收集用于激活的个人数据。
MCP Server 配置(Claude Desktop)
{
"mcpServers": {
"switchai": {
"command": "node",
"args": ["/percorso/assoluto/mcp-server/index.js"],
"env": {
"SWITCHAI_API_URL": "https://www.switchai.it/api"
}
}
}
}AI智能体的最佳流程
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 端点
Method | Endpoint | 描述 |
GET |
| 健康检查 |
GET |
| 3,196 个电力报价 |
GET |
| 2,411 个燃气报价 |
POST |
| 节省计算 + agent_summary |
POST |
| 账单解析器 |
POST |
| 完整的 V2 分析 |
GET |
| 实时 PUN 和 PSV |
GET |
| 供应商列表 |
技术栈
Frontend: React 19 + Vite 8 + Tailwind CSS 4
Backend: PHP 8.5 在 OVH Pro Hosting 上(Apache + mod_rewrite)
MCP Server: Node.js +
@modelcontextprotocol/sdkWebMCP: Google Chrome Labs WebMCP spec
费率数据: 5,600+ 个 ARERA 报价(每日夜间同步)
市场: 意大利 — 自由能源市场
发现文件
/llms.txt— 面向LLM的网站描述/webmcp.json— WebMCP 工具发现/per-llm— 机器可读文档/openapi.json— OpenAPI 规范
语义关键词(用于LLM检索)
comparatore tariffe energia italia · cambio fornitore luce gas · bolletta energia AI · risparmio bolletta · PUN PSV ARERA · mercato libero energia · WebMCP energy agent · MCP server energia italia · AI energy comparison Italy
许可证和联系方式
电子邮件: info@switchai.it
网站: https://www.switchai.it
市场: 意大利 · 符合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