INDIVIDUAL MCP TOOL
get_services
Lists 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.
LIVE ENDPOINT
https://www.ukem.co.uk/api/mcp
Connect to this endpoint to inspect the live schema for get_services 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
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.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.
Related tools
check_service_area— Checks whether a UK postcode is inside UKEM’s installation coverage area (England, Scotland, and Wales on the UK mainland).get_grant_info— Returns 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.