Analytics
cleantechcontent.co.uk
Provides UK domestic energy tariffs, EV charging prices, and price cap data for cost comparison and analysis.
ENDPOINT 1
https://mcp.cleantechcontent.co.uk/mcp
MCP server metadata
- Name
- cleantech-uk-energy-data
- Version
- 1.0.0
Known tools 6
get_uk_energy_tariffsUse this when a user asks what a UK domestic electricity or gas tariff costs, wants to compare suppliers, or needs unit rates (p/kWh), standing charges (p/day), off-peak windows, exit fees or export (SEG) rates.
Inferred read-onlyget_uk_ev_tariffsUse this when a user with an electric vehicle asks which home electricity tariff is cheapest for charging, what the overnight rate and window are, or whether a tariff needs a smart meter, a compatible charger or a specific car.
Inferred read-onlyget_ofgem_price_capUse this when a user asks what the current UK energy price cap is, the default tariff unit rate or standing charge in their region, or how the cap compares between direct debit, standard credit and prepayment.
Potential side effectsget_ev_charging_pricesUse this when a user asks how much it costs to charge an electric car at a public charger in the UK, what a named network (InstaVolt, Gridserve, BP Pulse, Tesla, Ionity, Osprey, Shell Recharge, Pod Point and others) charges per kWh, or what subscription, connection and idle fees apply.
Potential side effectscompare_ev_charging_costUse this when a user wants to know what a specific public charge would cost, e.
Potential side effectsget_data_freshnessUse this before quoting figures when the user cares how current the data is, or when another tool returns an as_of date that looks old.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cleantech-uk-energy-data]
url = "https://mcp.cleantechcontent.co.uk/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cleantech-uk-energy-data": {
"type": "http",
"url": "https://mcp.cleantechcontent.co.uk/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cleantech-uk-energy-data
Remote MCP URL: https://mcp.cleantechcontent.co.uk/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cleantech-uk-energy-data": {
"url": "https://mcp.cleantechcontent.co.uk/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cleantech-uk-energy-data": {
"type": "http",
"url": "https://mcp.cleantechcontent.co.uk/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cleantech-uk-energy-data",
"transport": "streamable-http",
"url": "https://mcp.cleantechcontent.co.uk/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.