← cleantechcontent.co.uk

INDIVIDUAL MCP TOOL

get_uk_ev_tariffs

Use 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.

cleantechcontent.co.uknone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.cleantechcontent.co.uk/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_uk_ev_tariffs and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

cleantechcontent.co.uk

CONNECT 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.

Related tools

  • get_uk_energy_tariffs — Use 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.
  • get_ofgem_price_cap — Use 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.
  • get_ev_charging_prices — Use 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.
  • compare_ev_charging_cost — Use this when a user wants to know what a specific public charge would cost, e.
  • get_data_freshness — Use 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.