Skip to main content
Glama
pipeworx-io

mcp-carbon

by pipeworx-io

mcp-carbon

Carbon MCP —— 英国碳排放强度 API(免费,无需认证)

属于 Pipeworx —— 一个将 AI 智能体连接到 1394+ 个实时数据源的 MCP 网关。

工具

工具

描述

get_intensity

查看英国当前的碳排放强度。返回 gCO2/kWh(预测值和实际值)以及强度等级(极低到极高)。用于在低碳时段安排能源密集型任务。

get_intensity_by_date

获取某个具体日期(例如 "2024-01-15")内英国电力每 30 分钟时段的碳排放强度。返回 gCO2/kWh 的预测值和实际值。用于找出碳排放最低的时段。

get_generation_mix

查看英国当前电网的发电构成百分比(天然气、煤炭、风能、太阳能、核能、水电、生物质、外来电)。用于了解实时电网能源结构。

get_regional_intensity

获取大不列颠特定区域的碳排放强度(预测 gCO2/kWh + 指数等级)和发电构成。可传入 "postcode"(英国 outcode —— 邮编的前半部分,例如 "RG10")或 "regionid"(1–17,例如 13 = 伦敦)。两项都省略时,返回当前半小时内所有区域的数据。区域数据仅含预测值。

get_intensity_factors

按燃料类型划分的碳排放因子(gCO2/kWh),用于主要指标 —— 例如:煤炭 937、天然气(联合循环)950、核能 0、风能 0、太阳能 0。

Related MCP server: mcp-carbon-intensity

快速开始

在 MCP 客户端(Claude Desktop、Cursor、Windsurf 等)中添加:

{
  "mcpServers": {
    "carbon": {
      "url": "https://gateway.pipeworx.io/carbon/mcp"
    }
  }
}

或连接完整的 Pipeworx 网关,以访问全部 1394+ 个数据源:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

与 ask_pipeworx 一起使用

无需直接调用工具,直接用英文提问即可:

ask_pipeworx({ question: "your question about Carbon data" })

网关会自动选择正确的工具并自动填写参数。

更多

许可证

MIT

A
license - permissive license
Not graded
quality - not tested
C
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

  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides real-time US power grid intelligence and carbon intensity data to enable carbon-aware AI compute scheduling across major grid regions. It allows users to monitor energy generation and optimize workloads based on renewable energy availability and grid load forecasts.
    2
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables users to query the UK National Grid's carbon intensity data, providing real-time and forecasted carbon emissions for electricity generation.
    10
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides real-time electricity grid data including CO2 intensity, power mix, and wholesale prices, plus optimal green time windows for energy-intensive AI tasks. Supports UK, Germany, and global regions with optional API keys.
    9
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    Provides real-time European and GB electricity grid data via MCP, including generation, prices, carbon intensity, and grid infrastructure.
    44
    417
    5
    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/pipeworx-io/mcp-carbon'

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