Carbon Intensity MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Carbon Intensity MCPCurrent carbon intensity for London"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Carbon Intensity MCP Server
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
Related MCP server: MCP Energy Hub
Installation
From PyPI (Recommended)
# No installation needed - uvx will handle it automatically
uvx carbon-intensity-mcp --helpFrom Source
git clone https://github.com/benomahony/carbon-intensity-mcp.git
cd carbon-intensity-mcp
uv syncUsage
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 setupTesting
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-mcpAvailable 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)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/benomahony/carbon-intensity-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server