Norwegian housing-market data for your AI
Ask your AI about
Norwegian homes.
Get real numbers.
Connect any AI assistant — Claude, Cursor, or another MCP-compatible tool — and just ask, in plain Norwegian or English. Get statistics on sold homes, current listings, prices by area, and ready-made charts. No databases, no spreadsheets, no API calls.
Install in Claude Desktop with one click
No JSON, no Node, no terminal — and it works on Claude's Team plan, where adding a connector is blocked. Download, double-click, paste your key.
Download the extension · .mcpb- Download the
.mcpbfile above - Double-click it — Claude Desktop opens an install dialog
- Paste your
sk_key and click Install
Don't have a key yet? Ask us → — we reply within one business day.
What you get
Real data. Plain answers.
Once connected, your AI has access to aggregated, anonymised Norwegian housing-market data — updated continuously. No raw personal records, no individual buyer or seller information.
Sold homes
Statistics on completed sales: volume, average price, price per m², how much over or under asking price, and how long homes sat on the market — by municipality, county, or city district.
Homes for sale today
What is currently on the market (resale / bruktbolig): asking prices, value estimates, and days listed — so you can compare supply vs. recent sales.
Charts & presentations
Ask for a chart or a ready-made HTML report and your AI will produce it directly. Ideal for articles, board presentations, or market briefings.
Aggregated only
All results are statistical summaries — no raw records, no personal data. Safe to use in publications and internal reports.
Good to know: you get statistics and charts — averages, counts, and trends — not a browsable list of individual homes.
What can I ask?
Just ask, in Norwegian or English.
Once connected, open your AI assistant and ask — for statistics and charts, or for lists of individual homes with links. Click a card to copy one; if your assistant doesn't pick up the data on its own, just add 'bruk solgt-mcp'.
📊 Statistikk og grafer
Lag en HTML-presentasjon med grafer over solgte boliger i Oslo de siste 3 månedene.
Lag en HTML-presentasjon med grafer over leiligheter til salgs i Bergen nå — antall og kvadratmeterpris.
Vis kvadratmeterpris for eneboliger i Trondheim siste året som en HTML-presentasjon med grafer.
Lag en HTML-presentasjon med grafer over hvor mye over prisantydning boliger selges for i Vestland.
Sammenlign liggetid mellom bydeler i Oslo siste halvåret i en HTML-presentasjon med grafer.
Lag en HTML-presentasjon med grafer: ligger boliger til salgs i Stavanger i snitt over eller under verdiestimatet?
📋 Lister med lenker (enkeltboliger)
Lag en liste over de 20 boligene i Oslo som ble solgt mest over prisantydning siste 3 måneder — med adresse, pris og lenker til Finn og Solgt.
Vis leiligheter til salgs i Bergen som ligger lengst over verdiestimatet — som en tabell med lenker.
Hvilke eneboliger til salgs i Stavanger har ligget lengst ute? Lag en liste med liggetid og lenker.
Lag en tabell over boliger solgt over 10 millioner i Oslo siste året, med kvadratmeterpris og lenker.
🏆 Meglerstatistikk (hvem selger mest)
Hvem har solgt mest hos Sem & Johnsen i Oslo i år? Lag en liste over de beste meglerne med antall salg.
Hvilke meglerkontor solgte flest leiligheter i Oslo siste 12 måneder?
Topp 10 meglere i Bergen hittil i år — med antall salg.
Your AI understands plain Norwegian or English. No special syntax needed.
Get started
Three steps to connect.
No coding needed — if you can paste text into a settings file, you can connect. Each tool below links to its own setup docs if you get stuck.
Email us for a key
Send a short note to
post@solgt.no
— who you are, what you're working on. We'll reply within
one business day with an sk_live_… key.
Paste one block into your AI client
Find your tool below and copy the config snippet. Swap in
your key where it says sk_live_….
That's the only thing you change.
Ask in plain Norwegian or English
Open a new conversation in your AI tool and ask away. Try one of the example prompts above to start.
Claude Code — terminal (any OS) docs ↗
claude mcp add --transport http solgt-mcp https://mcp.solgt.no/mcp \ --header "Authorization: Bearer sk_live_…"
Claude Desktop — config file docs ↗
Open it in the app: Settings → Developer → Edit Config (same on macOS & Windows). Or edit the file directly:
/Users/YOURUSER/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
~/.config/Claude/claude_desktop_config.json
Claude Desktop reaches remote servers through the mcp-remote
bridge (its built-in connector UI only supports OAuth, not Bearer keys).
Needs Node.js installed — npx runs the bridge.
No official Claude Desktop on Linux. Use Claude Code or Cursor instead, which run natively.
{ "mcpServers": { "solgt-mcp": { "command": "npx", "args": [ "-y", "mcp-remote", "https://mcp.solgt.no/mcp", "--header", "Authorization: Bearer sk_live_…" ], "env": { "npm_config_cache": "~/.cache/solgt-mcp-npm" } } } }
Cursor — ~/.cursor/mcp.json
docs ↗
{ "mcpServers": { "solgt-mcp": { "url": "https://mcp.solgt.no/mcp", "headers": { "Authorization": "Bearer sk_live_…" } } } }
VS Code (Copilot) — .vscode/mcp.json
docs ↗
VS Code 1.101+. Open Copilot Chat → Agent mode; the
solgt-mcp tools appear in the tools picker. Works in Copilot
agent mode — not Microsoft 365 Copilot.
{ "servers": { "solgt-mcp": { "type": "http", "url": "https://mcp.solgt.no/mcp", "headers": { "Authorization": "Bearer sk_live_…" } } } }
Hermes Agent — terminal (any OS) docs ↗
hermes mcp add solgt-mcp --url https://mcp.solgt.no/mcp --auth header
Then set the Bearer token in ~/.hermes/config.yaml:
mcp_servers: solgt: url: "https://mcp.solgt.no/mcp" headers: Authorization: "Bearer sk_live_…"
Using a different agent? Solgt.no MCP works with any MCP-compatible client ↗.
For developers
The endpoint uses Streamable-HTTP MCP (2025-03-26) over JSON-RPC 2.0. Authentication is a standard HTTP Bearer header on every request. To verify connectivity with curl:
curl -s -X POST https://mcp.solgt.no/mcp \ -H "Content-Type: application/json" \ -H "Accept: application/json, text/event-stream" \ -H "Authorization: Bearer sk_live_…" \ -d '{ "jsonrpc": "2.0", "id": 1, "method": "initialize", "params": { "protocolVersion": "2025-03-26", "clientInfo": { "name": "my-agent", "version": "1.0.0" }, "capabilities": {} } }'
FAQ
Common questions
- Do I need to be technical?
- No. You copy-paste one config block into your AI tool — no coding.
- What data is this?
- Aggregated statistics on Norwegian sold homes and homes currently for sale (resale / bruktbolig). No personal data; new-builds are not included.
- Can I get a list of specific homes?
- Not yet — today it returns statistics and charts, not a browsable list of individual listings.
- Is it free? What are the limits?
- No — Solgt.no MCP is a paid service. Email post@solgt.no for pricing and usage limits.
Access
Ready to get started?
Keys are issued manually — just send us a short note and we'll have you set up within one business day.
Email us at post@solgt.no. Tell us who you are (journalist, editor, analyst, developer…) and what you are working on. No lengthy form, no automatic approval — just a quick conversation. We'll reply with your key and usage limits.
Your key will look like sk_live_… — keep it private and out of version control.