OurFamilyWizard MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OFW_PASSWORD | No | Your OurFamilyWizard password. Required unless using fetchproxy extension. | |
| OFW_USERNAME | No | Your OurFamilyWizard username/email. Required unless using fetchproxy extension. | |
| OFW_WRITE_MODE | No | Write protection level: 'none' (read-only), 'drafts' (draft-only writes), or 'all' (all writes). Unrecognized values default to 'none'. | all |
| OFW_CACHE_IDENTITY | No | Optional label to distinguish cache for multiple accounts when using fetchproxy. | |
| OFW_DISABLE_FETCHPROXY | No | Set to '1' to disable the fetchproxy fallback auth method. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| hemnet_autocomplete_locationA | Look up Hemnet location ids for a free-text place name (municipality, district, or area). Returns ranked hits with |
| hemnet_search_listingsA | Search active for-sale property listings on hemnet.se by location and optional filters (price band in SEK, rooms, living area in m², property-type groups, keywords). Returns listing summaries with price, fee, m², rooms, price-per-m², and coordinates. Provide |
| hemnet_get_listingA | Fetch the full detail of a single active for-sale listing by its Hemnet id or a /bostad/ URL. Returns price, monthly fee, yearly running costs, living/land area in m², rooms, tenure, construction year, energy class, broker, description, status labels, coordinates, and gallery photo URLs. For a SOLD listing use hemnet_get_sold_listing instead. Read-only. |
| hemnet_get_listing_photosA | Return the gallery photo URLs for an active for-sale Hemnet listing by id or /bostad/ URL. Read-only. |
| hemnet_search_soldA | Search SOLD property listings ("slutpriser") on hemnet.se by location and optional filters. Each result carries the achieved final price, the asking price, and the over/under-asking percentage — the core comps signal for valuation. Provide |
| hemnet_get_sold_listingA | Fetch the full detail of a single SOLD listing by its Hemnet id or a /salda/ URL. Returns final price, asking price, price change, m², rooms, tenure, broker, and coordinates. Read-only. |
| hemnet_compare_listingsA | Fetch and normalise multiple active for-sale Hemnet listings at once (by id or /bostad/ URL) for side-by-side comparison. Up to 20 targets; input order preserved; per-row errors captured. Read-only. |
| hemnet_get_by_addressA | Resolve a free-text Swedish street address to a live Hemnet for-sale listing. Give the |
| hemnet_get_market_statsA | Aggregate median/average statistics from recent SOLD listings for a location (and optional property-type/size filters): median & average final price, median & average price-per-m², and average over/under-asking percentage. Provide |
| hemnet_calculate_mortgageA | Local-only Swedish mortgage calculator (all amounts SEK). Returns the monthly cost broken into interest, mandated amortisation (amorteringskrav from LTV + a debt-ratio surcharge when income is given), BRF fee (avgift), and operating cost — with both gross and after-tax (ränteavdrag) totals. Provide |
| hemnet_healthcheckA | Round-trips a tiny query to hemnet.se GraphQL and reports whether the endpoint is reachable, the elapsed time, and a hint. Read-only, no auth. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrischall/hemnet-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server