← ampworth.com

INDIVIDUAL MCP TOOL

radiator_flow_temperature

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

ampworth.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://ampworth.com/mcp/calculators

No auth detected

Connect to this endpoint to inspect the live schema for radiator_flow_temperature 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

ampworth.com

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

Related tools

  • heat_pump_noise — Calculate 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.
  • heat_pump_running_cost — Compare what a household spends heating on its current fuel with what the same heat would cost from a heat pump.
  • heat_pump_size — Estimate the heat pump a UK house needs, and what it would cost to run against the fuel it burns now.
  • hot_water_cylinder — Work 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.
  • list_calculators — Lists 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.
  • room_heat_loss — Calculate the design heat loss of a single room in watts, following BS EN 12831 as MIS 3005-D applies it.
  • solar_pv_output — Estimate 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.
  • solar_pv_self_consumption — Estimate 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.