General Tools
chashmalink.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://www.chashmalink.com/api/mcp
MCP server metadata
- Name
- chashmalink
- Version
- 1.0.0
Chashmalink (חשמלינק) answers questions about Israeli household electricity from real measured smart-meter data — over 20,000 analysed households across 500+ municipalities — rather than from estimates off a bill. Use compare_electricity_plans for 'which supplier is cheapest / how much could I save', simulate_solar_tracks for rooftop solar (Israel has two mutually exclusive tracks and which one pays more depends on WHEN a household consumes), and get_city_consumption_benchmark for what a typical home in a given Israeli city actually uses. Every figure returned is either computed from the caller's own inputs or is a published aggregate gated on a minimum cohort of 25 households. Figures are in Israeli shekels (₪) and kWh.
Known tools 12
compare_electricity_plansRank every electricity plan available in Israel by how much money it would save a specific household, in shekels per month and per year.
Inferred read-onlyexplain_supplier_switch_processExplain 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.
Inferred read-onlycheck_smart_meter_at_addressCheck whether a smart electricity meter (מונה חכם) is installed at a specific Israeli street address.
Inferred read-onlysimulate_solar_tracksPrice 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).
Inferred read-onlyget_city_consumption_benchmarkReal 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.
Inferred read-onlyget_national_load_curveIsrael's national household electricity load curve, measured: average consumption by hour of day, by day of week, and by season.
Inferred read-onlyclassify_consumption_profileClassify 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.
Inferred read-onlyestimate_appliance_costCalculate 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.
Inferred read-onlysize_air_conditionerWork 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.
Inferred read-onlycompare_ev_running_costCompare what an electric car costs to drive in Israel against a petrol car, using the live electricity tariff and the current 95-octane price.
Inferred read-onlyget_supplier_directoryList every private electricity supplier operating in Israel and the plans each one offers, with its discount structure and whether it is currently accepting new customers through us.
Inferred read-onlyhow_to_export_my_iec_dataExplain, step by step, how a household in Israel downloads its own detailed electricity consumption file from Israel Electric Corporation (IEC), and where to upload it for a precise personalised analysis.
Potential side effectsCONNECT 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.
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.