hemnet

hemnet is a skill for Claude Code from chrischall/hemnet-mcp. It costs 72 tokens per session (806 once invoked), scanned A, original, MIT.

A search and analysis tool for Hemnet, Sweden’s property website. It covers homes for sale, past sale prices, listing details, photos, market statistics, addresses, and mortgage calculations.

In plain words
What is it for?
Use it to find Swedish homes, compare listings, check sold prices, inspect property details, and estimate mortgage payments.
Why use it?
It brings Swedish property information into one workflow instead of making you search listings and calculate costs separately.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the hemnet plugin — 2 skills, 2 MCP servers shipped together

Good fit Use it to find Swedish homes, compare listings, check sold prices, inspect property details, and estimate mortgage payments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chrischall/hemnet-mcp/hemnet
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add chrischall/hemnet-mcp --skill hemnet
Clone the repo
git clone --depth 1 https://github.com/chrischall/hemnet-mcp

Made for: Claude Code.

Or install hemnet, the plugin that ships this one along with the rest of its 2 skills, 2 MCP servers.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for hemnet

README.md
[![agentmods](https://agentmods.dev/badge/skills/chrischall/hemnet-mcp/hemnet.svg)](https://agentmods.dev/skills/chrischall/hemnet-mcp/hemnet)
Your own site
<a href="https://agentmods.dev/skills/chrischall/hemnet-mcp/hemnet"><img src="https://agentmods.dev/badge/skills/chrischall/hemnet-mcp/hemnet.svg" alt="Measured on agentmods" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 806 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00072 $0.00806
Opus 5 $0.00036 $0.00403
Sonnet 5 $0.00014 $0.00161
Haiku 4.5 $0.00007 $0.00081

Measured 8d ago against content hash 46efcbd99653, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

hemnet scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/hemnet/SKILL.md · 73 lines

How it starts

The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Hemnet (hemnet.se)

Tools for Sweden's largest property portal. All reads go through Hemnet's public GraphQL API (no login, no configuration). Money is in SEK, areas in , rooms as a number.

Start with a location

Hemnet searches take numeric location ids, not place names. Resolve first:

  1. hemnet_autocomplete_location{ query: "Vasastan" }{ location_id, full_name, parent_full_name } hits.

Then pass a location_id into the search tools — or pass a free-text location and the tool resolves the top hit for you.

For-sale listings

  • hemnet_search_listings — search by location/location_ids plus optional price_min/price_max (SEK), rooms_min/rooms_max, living_area_min/living_area_max (m²), housing_form_groups (HOUSES, APARTMENTS, ROW_HOUSES, VACATION_HOMES, PLOTS, OTHERS), keywords, sort (NEWEST/OLDEST).
  • hemnet_get_listing — full detail by id or /bostad/ URL: price, fee (avgift), yearly running costs, m², rooms, tenure, energy class, broker, description, status labels, coordinates, and photo URLs.
  • hemnet_get_listing_photos — just the gallery URLs.
  • hemnet_compare_listings — several listings at once (≤20).
  • hemnet_get_by_address — resolve a street address (+ city/area) to a live listing.

Sold prices (slutpriser) — Hemnet's signature dataset

  • hemnet_search_sold — sold listings with achieved final price, the asking price, and the over/under-asking %. The comps for valuation.
  • hemnet_get_sold_listing — full detail for one sold listing.
  • hemnet_get_market_stats — median/average final price and price-per-m² for a location (accepts the same filters as the sold search). Check sample_size before trusting thin medians.

Local calculation

  • hemnet_calculate_mortgage — Swedish monthly cost (SEK): interest + mandated amortisation (amorteringskrav from LTV, +1% debt-ratio surcharge when gross_yearly_income is given) + BRF fee/operating cost, with both gross and after-tax (ränteavdrag) totals. No network.

Read the full file on GitHub · 73 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 73 lines · 72 tokens per session scan A 46efcbd99653

Subscribe to this mod's changes

hemnet is a skill published in the GitHub repository chrischall/hemnet-mcp (1 stars, last pushed 3d ago), licensed MIT. It adds 72 tokens to every session and 806 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens