Cleantech Content DataUK energy tariff and EV charging price API

UK energy MCP server

A remote Model Context Protocol server at https://mcp.cleantechcontent.co.uk/mcp (Streamable HTTP, no login). It gives any agent six tools for UK electricity and gas tariffs, the Ofgem price cap and public EV charging prices, each answer carrying a source URL and a verified date.

Connect

Claude Desktop

Settings, Connectors, Add custom connector, and paste the URL. Or add this to claude_desktop_config.json:

{ "mcpServers": { "uk-energy": { "command": "npx", "args": ["-y", "mcp-remote", "https://mcp.cleantechcontent.co.uk/mcp"] } } }

Claude Code

claude mcp add --transport http uk-energy https://mcp.cleantechcontent.co.uk/mcp

Cursor, ChatGPT and others

Any client that supports remote MCP servers over Streamable HTTP can use the URL directly. Legacy clients that need a local process can use npx -y mcp-remote https://mcp.cleantechcontent.co.uk/mcp.

Tools

ToolUse it when the user asks aboutInputs
get_uk_energy_tariffsWhat a UK electricity or gas tariff costs, comparing suppliers, unit rates, standing charges, off-peak windows, exit fees, export (SEG) ratesregion, type, supplier, fuel, payment_method, include_unverified, limit
get_uk_ev_tariffsThe cheapest home tariff for charging an electric car, overnight windows, smart-charging add-ons, hardware requirementsregion, supplier, include_unverified
get_ofgem_price_capThe current or next Ofgem price cap, the default tariff rate in a region, direct debit versus prepaymentregion, payment_method, fuel, period, include_history
get_ev_charging_pricesWhat a public charging network charges per kWh, subscription and idle feesnetwork, power_band, basis, include_unverified, limit
compare_ev_charging_costWhat one charging session would cost across networks, which network is cheapestkwh, power_band, basis
get_data_freshnessHow current the data is; always freenone

Example prompts

Free tier and payment inside MCP

The first 25 tool calls a day from an address are free; get_data_freshness never counts. After that a tool returns an error result whose _meta["x402/error"] carries x402 payment requirements (USD 0.01 in USDC on Base). Clients built with the Cloudflare Agents SDK withX402Client helper, or any client that can sign x402 payments, retry automatically with _meta["x402/payment"]; the settled transaction is returned in _meta["x402/payment-response"]. Alternatively pass a credit or free API key on the connection as Authorization: Bearer <key> or ?key= on the URL. See pricing.

Registry and listings

Published in the official MCP Registry as uk.co.cleantechcontent/uk-energy-data. The same service is listed on Glama, Smithery, PulseMCP and mcp.so.