General Tools
ampworth.com
An MCP server providing UK heat pump calculators for noise compliance, running costs, system sizing, and hot water cylinder demand based on MCS and MIS standards.
ENDPOINT 1
https://ampworth.com/mcp/calculators
MCP server metadata
- Name
- ampworth-calculators
- Version
- 1.0.0
Known tools 11
heat_pump_noiseCalculate the sound pressure level an air source heat pump produces at an assessment position, and whether it meets the 37 dB(A) permitted development noise limit, using the method in MCS 020.
Inferred read-onlyheat_pump_running_costCompare what a household spends heating on its current fuel with what the same heat would cost from a heat pump.
Inferred read-onlyheat_pump_sizeEstimate the heat pump a UK house needs, and what it would cost to run against the fuel it burns now.
Inferred read-onlyhot_water_cylinderWork out the daily hot water demand of a dwelling and the size of cylinder a heat pump needs, using the formula in MIS 3005-D 3.5.2 and the BS 6700 guidance reproduced in MGD 007.
Inferred read-onlylist_calculatorsLists every calculator on this server, with the MCS standard behind it and whether it is the whole-system sizing calculator or one of the single-method ones, plus the reference data a caller needs to build a valid request: the compass directions and their orientations, the shading descriptions, the twenty-five solar postcode zones, the eight heat pump design locations with their design temperatures, the room types and their internal design temperatures, the heat loss element kinds, the occupancy archetypes and the fuel types.
Inferred read-onlyradiator_flow_temperatureWork out the flow temperature a heat pump must produce to heat a room through a given radiator, and the resulting MCS Heat Emitter Guide star rating, following section 4 of MGD 007.
Inferred read-onlyroom_heat_lossCalculate the design heat loss of a single room in watts, following BS EN 12831 as MIS 3005-D applies it.
Inferred read-onlysolar_pv_outputEstimate the annual AC electricity output of a UK solar photovoltaic system, in kWh, using the standard estimation method that MIS 3002 requires every MCS certified installer to use.
Inferred read-onlysolar_pv_self_consumptionEstimate what proportion of a domestic solar PV system's annual output is consumed in the house and what proportion is exported, using the lookup tables in MGD 003.
Inferred read-onlysolar_pv_shadingConvert a completed MCS sunpath shading assessment into a shade factor, using the procedure in MGD 005.
Inferred read-onlysolar_pv_system_sizeWork out the solar PV system a UK home needs: the capacity in kWp, the number of panels, the battery to go with it, and what it would do to the electricity bill.
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.ampworth-calculators]
url = "https://ampworth.com/mcp/calculators"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ampworth-calculators": {
"type": "http",
"url": "https://ampworth.com/mcp/calculators"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ampworth-calculators
Remote MCP URL: https://ampworth.com/mcp/calculators
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": {
"ampworth-calculators": {
"url": "https://ampworth.com/mcp/calculators"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ampworth-calculators": {
"type": "http",
"url": "https://ampworth.com/mcp/calculators"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ampworth-calculators",
"transport": "streamable-http",
"url": "https://ampworth.com/mcp/calculators"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://ampworth.com/mcp/documents
MCP server metadata
- Name
- ampworth-documents
- Version
- 1.0.0
Known tools 3
get_documentFetch the full text of one guide, article or set of questions by its slug, as Markdown, not HTML.
Inferred read-onlylist_documentsLists every document, optionally filtered by kind ('guide', 'article' or 'faq'), by category, or, for guides, by the reader they are written for.
Inferred read-onlysearch_documentsSearch the guides, articles and questions for material on a UK home energy subject.
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.ampworth-documents]
url = "https://ampworth.com/mcp/documents"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ampworth-documents": {
"type": "http",
"url": "https://ampworth.com/mcp/documents"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ampworth-documents
Remote MCP URL: https://ampworth.com/mcp/documents
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": {
"ampworth-documents": {
"url": "https://ampworth.com/mcp/documents"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ampworth-documents": {
"type": "http",
"url": "https://ampworth.com/mcp/documents"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ampworth-documents",
"transport": "streamable-http",
"url": "https://ampworth.com/mcp/documents"
}
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.