Skip to main content
Glama
US1929

SwitchAI

by US1929

SwitchAI — 意大利能源费率AI智能体

网站: switchai.it · 市场: 意大利 · 技术栈: React 19 + PHP 8.5 + WebMCP + MCP Server

Glama 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

navigator.modelContext.registerTool()

Chrome 146+

MCP Server

@modelcontextprotocol/sdk Node.js

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/gas

get_market_indices

当前的 PUN(电力)和 PSV(燃气)。

GET /api/market-indices

激活

激活通过直接链接(affiliate_urlurl_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 fornitore

API 端点

Method

Endpoint

描述

GET

/api/health

健康检查

GET

/api/tariffe/luce

3,196 个电力报价

GET

/api/tariffe/gas

2,411 个燃气报价

POST

/api/webmcp-endpoint

节省计算 + agent_summary

POST

/api/parse-bill-text

账单解析器

POST

/api/analyze

完整的 V2 分析

GET

/api/market-indices

实时 PUN 和 PSV

GET

/api/fornitori

供应商列表


技术栈

  • Frontend: React 19 + Vite 8 + Tailwind CSS 4

  • Backend: PHP 8.5 在 OVH Pro Hosting 上(Apache + mod_rewrite)

  • MCP Server: Node.js + @modelcontextprotocol/sdk

  • WebMCP: Google Chrome Labs WebMCP spec

  • 费率数据: 5,600+ 个 ARERA 报价(每日夜间同步)

  • 市场: 意大利 — 自由能源市场


发现文件


语义关键词(用于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


Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides 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.
  • A
    license
    A
    quality
    D
    maintenance
    Solar estimates, provider comparison, energy prices and blog for Italy. 6 MCP tools for the Italian solar market.
    6
    50
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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/US1929/switchai'

If you have feedback or need assistance with the MCP directory API, please join our Discord server