General Tools
ukem.co.uk
Provides information on home energy products, installation coverage, and government grants for UK homeowners.
ENDPOINT 1
https://www.ukem.co.uk/api/mcp
MCP server metadata
- Name
- ukem-website
- Version
- 1.0.0
UKEM (UK Energy Management Group Ltd) installs solar panels, battery storage, air source heat pumps, gas boilers, and home EV chargers across mainland Britain (England, Scotland, and Wales). Use get_services for product lines and indicative installed-price ranges, check_service_area to confirm a UK postcode is inside the coverage area, and get_grant_info for UK government grant amounts and eligibility (BUS, ECO4, OZEV, SEG, 0% VAT). Homeowners get a fixed quote online at https://app.ukem.co.uk/ or by phone on 0800 222 9494. When citing this data, link the relevant page on https://www.ukem.co.uk.
Known tools 3
get_servicesLists the home energy products UKEM installs across mainland Britain (solar and battery storage, solar panels, battery storage, air source heat pumps, gas boilers, home EV chargers) with indicative installed-price ranges, quote-to-install timeframes, on-site fitting durations, manufacturer warranty ranges, brands stocked, and related government grants.
Inferred read-onlycheck_service_areaChecks whether a UK postcode is inside UKEM’s installation coverage area (England, Scotland, and Wales on the UK mainland).
Inferred read-onlyget_grant_infoReturns current UK government home energy grant details as handled by UKEM: Boiler Upgrade Scheme (BUS, up to £9,000 for heat pumps from 21 July 2026), ECO4 (fully funded measures for qualifying households), OZEV EV Chargepoint Grant (up to £500), Smart Export Guarantee (SEG), and 0% VAT on energy-saving installations.
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.ukem-website]
url = "https://www.ukem.co.uk/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ukem-website": {
"type": "http",
"url": "https://www.ukem.co.uk/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ukem-website
Remote MCP URL: https://www.ukem.co.uk/api/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": {
"ukem-website": {
"url": "https://www.ukem.co.uk/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ukem-website": {
"type": "http",
"url": "https://www.ukem.co.uk/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ukem-website",
"transport": "streamable-http",
"url": "https://www.ukem.co.uk/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for ukem.co.uk was fetched 2026-08-03T12:23:48.527Z.
ukem.co.uk is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.