Carbon Intensity
БесплатноНе проверенProvides access to the UK Carbon Intensity API, enabling users to retrieve current, historical, and forecast carbon intensity data, regional data by postcode, a
Описание
Provides access to the UK Carbon Intensity API, enabling users to retrieve current, historical, and forecast carbon intensity data, regional data by postcode, and generation mix information.
README
An MCP (Model Context Protocol) server that provides access to the UK Carbon Intensity API from National Energy System Operator (NESO).
Features
- Get current carbon intensity data for Great Britain
- Retrieve historical and forecast carbon intensity data
- Access regional carbon intensity data by postcode or region ID
- Get generation mix data (renewable vs non-renewable sources)
- Statistical analysis of carbon intensity trends
- Carbon intensity factors for different fuel types
Installation
From PyPI (Recommended)
# No installation needed - uvx will handle it automatically
uvx carbon-intensity-mcp --help
From Source
git clone https://github.com/benomahony/carbon-intensity-mcp.git
cd carbon-intensity-mcp
uv sync
Usage
If using from PyPI
Add to your MCP client configuration:
{
"mcpServers": {
"carbon-intensity": {
"command": "uvx",
"args": ["carbon-intensity-mcp"]
}
}
}
If installed from source
Add to your MCP client configuration:
{
"mcpServers": {
"carbon-intensity": {
"command": "uv",
"args": ["--directory", "/path/to/carbon-intensity-mcp", "run", "carbon-intensity-mcp"]
}
}
}
Important: Replace /path/to/carbon-intensity-mcp with the actual absolute path to your cloned repository.
For the example configuration provided:
cp example-config.json ~/.config/claude/mcp_servers.json
# Edit the path in the file to match your setup
Testing
Test the server works:
# If using from PyPI
echo '{"jsonrpc": "2.0", "id": 1, "method": "initialize", "params": {"protocolVersion": "2024-11-05", "capabilities": {"tools": {}}, "clientInfo": {"name": "test", "version": "1.0.0"}}}' | uvx carbon-intensity-mcp
# If installed from source
echo '{"jsonrpc": "2.0", "id": 1, "method": "initialize", "params": {"protocolVersion": "2024-11-05", "capabilities": {"tools": {}}, "clientInfo": {"name": "test", "version": "1.0.0"}}}' | uv run carbon-intensity-mcp
Available Tools
National Intensity
get_current_intensity- Get carbon intensity for current half hourget_intensity_today- Get carbon intensity for todayget_intensity_by_date- Get carbon intensity for specific dateget_intensity_by_date_period- Get carbon intensity for specific date and periodget_intensity_by_datetime- Get carbon intensity for specific datetimeget_intensity_forward_24h- Get 24h forward forecastget_intensity_forward_48h- Get 48h forward forecastget_intensity_past_24h- Get past 24h dataget_intensity_range- Get data for date range (max 14 days)
Statistics
get_intensity_statistics- Get statistics for date range (max 30 days)get_intensity_statistics_blocks- Get block average statistics
Generation Mix
get_current_generation_mix- Get current fuel mixget_generation_mix_past_24h- Get past 24h generation mixget_generation_mix_range- Get generation mix for date range
Regional Data
get_regional_current- Get all GB regions current dataget_regional_england- Get England dataget_regional_scotland- Get Scotland dataget_regional_wales- Get Wales dataget_regional_by_postcode- Get data by UK postcodeget_regional_by_region_id- Get data by region ID
Factors
get_intensity_factors- Get carbon intensity factors by fuel type
API Coverage
This server provides access to the complete UK Carbon Intensity API v2.0.0:
- National Intensity: Current, historical and forecast carbon intensity
- Regional Intensity: Regional data by postcode or region ID
- Generation Mix: Fuel mix breakdown (gas, nuclear, renewables, etc.)
- Statistics: Statistical analysis of carbon intensity trends
- Factors: Carbon intensity factors by fuel type
License
CC BY 4.0 (following the source API license)
Установка Carbon Intensity
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/benomahony/carbon-intensity-mcpFAQ
Carbon Intensity MCP бесплатный?
Да, Carbon Intensity MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Carbon Intensity?
Нет, Carbon Intensity работает без API-ключей и переменных окружения.
Carbon Intensity — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Carbon Intensity в Claude Desktop, Claude Code или Cursor?
Открой Carbon Intensity на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Carbon Intensity with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
