← chashmalink.com

INDIVIDUAL MCP TOOL

size_air_conditioner

Work out what size air conditioner (in BTU and horsepower) a room needs, and what it will cost to run per hour and per month at Israel's current electricity tariff.

chashmalink.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.chashmalink.com/api/mcp

No auth detected

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

chashmalink.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.chashmalink]
url = "https://www.chashmalink.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "chashmalink": {
      "type": "http",
      "url": "https://www.chashmalink.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: chashmalink
Remote MCP URL: https://www.chashmalink.com/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": {
    "chashmalink": {
      "url": "https://www.chashmalink.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "chashmalink": {
      "type": "http",
      "url": "https://www.chashmalink.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "chashmalink",
  "transport": "streamable-http",
  "url": "https://www.chashmalink.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • compare_electricity_plans — Rank every electricity plan available in Israel by how much money it would save a specific household, in shekels per month and per year.
  • explain_supplier_switch_process — Explain how switching household electricity supplier works in Israel since the market opened to private suppliers: what changes and what does not, what a household needs before it can switch, the steps involved, and how the discounts are structured.
  • check_smart_meter_at_address — Check whether a smart electricity meter (מונה חכם) is installed at a specific Israeli street address.
  • simulate_solar_tracks — Price BOTH of Israel's mutually-exclusive residential solar tracks against a household's actual consumption and say which one pays more: מונה נטו (net metering — self-consumed kWh avoid the full retail tariff, surplus exported earns only the low export rate) versus מסלול ירוק (feed-in tariff — every produced kWh earns a rate locked for 25 years, while the household keeps buying all its electricity at retail).
  • get_city_consumption_benchmark — Real measured electricity consumption for households in a specific Israeli city: how many households we have analysed there, their median monthly kWh, the mix of consumption profiles (evening/night/morning/weekend/balanced), and the average 24-hour load curve.
  • get_national_load_curve — Israel's national household electricity load curve, measured: average consumption by hour of day, by day of week, and by season.
  • classify_consumption_profile — Classify a household's electricity consumption pattern as evening, morning, night, weekend or balanced from its hourly consumption, and report how peaky it is and how many kWh per month could realistically be shifted into night hours.
  • estimate_appliance_cost — Calculate what a specific household appliance costs to run in Israel, in shekels per hour, per month and per year, using the live regulated electricity tariff.