CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
3121n avatar

Kartverket Mcp

3121n/nor-data-kartverket-mcp
STDIOregistry active
Summary

Wraps Kartverket's open APIs via Geonorge to give Claude tools for Norwegian geospatial queries. You get address geocoding, place name search from the central registry, elevation lookups from DTM 1m terrain models, property boundary data from the cadastre (matrikkel), and statistical district lookups that return 8-digit grunnkrets codes you can feed directly into SSB demographic tables. Also surfaces building footprints with SEFRAK heritage flags and NS-3457 building type codes. Requires no authentication since it hits public WFS endpoints. Useful when you need to resolve Norwegian addresses to coordinates, validate matrikkel numbers, or enrich location data with municipality codes and terrain heights.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →

@nor-data/kartverket-mcp

MCP server som wrapper Kartverket sine åpne API-er (via Geonorge): stedsnavn, adresser, høydedata, kommuneinfo, eiendom, grunnkretser og bygningspunkt. Ingen autentisering kreves.

Verktøy

sok_grunnkrets (v0.3.0)

Punkt (lat/lon) → statistisk grunnkrets via Kartverkets åpne WFS. Returnerer grunnkretsnummer (8 sifre), navn og kommunenummer. Nummeret brukes direkte som Region-filter i SSB-tabeller på grunnkretsnivå (04362 alder/kjønn, 04317 befolkning) for ekte nabolagsdemografi. Ved kretsgrense returneres flere treff med merknad.

sok_bygning (v0.4.0)

Bygninger rundt et punkt fra Matrikkelen-Bygningspunkt (CC BY 4.0): bygningstype (NS-3457, dekodet), bygningsstatus (RA/IG = registrert byggeaktivitet), SEFRAK-flagg (alderssignal, hovedsakelig før 1900), kulturminne, avstand. Parametere: lat, lon, radiusMeter (default 50), maksTreff (default 20). NB: byggeår finnes ikke i det åpne datasettet (krever Matrikkel-avtale).

sok_stedsnavn

Søk i Sentralt Stedsnavnregister.

Parametere:

  • sok (påkrevd): søkestreng, f.eks. "Bjorvika"
  • knr (valgfri): kommunenummer (4 sifre) for å begrense søket
  • treffPerSide (valgfri, default 10): maks antall treff

Returnerer: skrivemåte, navneobjekttype, kommune, fylke, koordinater (WGS84 lat/lon), stedsnummer.

sok_adresse

Søk i Matrikkelens adresseregister.

Parametere:

  • sok (påkrevd): søkestreng, f.eks. "Karl Johans gate 1 Oslo"
  • kommunenummer (valgfri): begrens til kommunenummer (4 sifre)
  • treffPerSide (valgfri, default 10): maks antall treff

Returnerer: adressetekst, gate/nummer, postnummer/poststed, kommune, koordinater (WGS84 lat/lon), matrikkel-info.

hent_hoyde

Hent terrenghøyde (meter over havet) for et koordinat. Bruker DTM 1m der det finnes, ellers grovere datasett.

Parametere:

  • lat (påkrevd): breddegrad (WGS84)
  • lon (påkrevd): lengdegrad (WGS84)

Returnerer: hoydeMeter, datakilde (f.eks. dtm1), terreng.

sok_kommune

Slå opp kommune og fylke for et geografisk punkt.

Parametere:

  • lat (påkrevd): breddegrad (WGS84)
  • lon (påkrevd): lengdegrad (WGS84)

Returnerer: kommune, kommunenummer, fylke, fylkesnummer.

sok_eiendom

Slå opp matrikkeleiendom enten via et geografisk punkt eller via matrikkelnummer (knr/gnr/bnr).

Parametere:

Punktsøk:

  • lat, lon (begge påkrevd for punktsøk)
  • radius (valgfri): søkeradius i meter (1–1000)
  • treffPerSide (valgfri, default 10)

Matrikkeloppslag:

  • knr (kommunenummer, 4 sifre), gnr (gårdsnummer), bnr (bruksnummer) — alle påkrevd for matrikkelmodus
  • fnr (festenummer), snr (seksjonsnummer) — valgfrie

Oppgi enten lat+lon eller knr+gnr+bnr.

Returnerer: matrikkelnummer, kommunenummer, lokalid, objekttype, representasjonspunkt (WGS84). I punktmodus også meterFraPunkt for hvert treff.

Installasjon

Via npx (anbefalt)

npx -y @nor-data/kartverket-mcp

Global install

npm install -g @nor-data/kartverket-mcp
drist-kartverket-mcp

Bruk i Claude Code

Legg til i ~/.claude.json under mcpServers:

{
  "mcpServers": {
    "kartverket": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@nor-data/kartverket-mcp"]
    }
  }
}

Eller via CLI:

claude mcp add kartverket -s user -- npx -y @nor-data/kartverket-mcp

Eksempler

Stedsnavn

sok_stedsnavn({ sok: "Galdhøpiggen" })

Returnerer Norges høyeste fjell (Lom kommune, koordinater 61.6363°N 8.3125°Ø).

sok_stedsnavn({ sok: "Bjorvika", knr: "0301" })

Finn Bjorvika i Oslo (kommunenummer 0301) i stedet for andre Bjorvika-er rundt om i landet.

Adresser

sok_adresse({ sok: "Karl Johans gate 1 Oslo" })

Returnerer slott-adressen med postnummer 0154 og koordinater 59.9114°N 10.7494°Ø.

sok_adresse({ sok: "Storgata 1", kommunenummer: "5001" })

Storgata 1 i Trondheim spesifikt.

Høyde

hent_hoyde({ lat: 61.6364, lon: 8.3127 })

Returnerer ~2465 m for Galdhøpiggen (DTM 1m).

Kommune fra koordinat

sok_kommune({ lat: 59.02682, lon: 10.52464 })

Færder fyr → Færder kommune (3911), Vestfold.

Eiendom

sok_eiendom({ lat: 59.91, lon: 10.75 })

Returnerer de nærmeste matrikkeleiendommene rundt punktet, sortert etter avstand.

sok_eiendom({ knr: "0301", gnr: 207, bnr: 157 })

Slå opp en spesifikk eiendom og få representasjonspunktet.

API-referanse

  • Stedsnavn: https://ws.geonorge.no/stedsnavn/v1/
  • Adresser: https://ws.geonorge.no/adresser/v1/
  • Høydedata: https://ws.geonorge.no/hoydedata/v1/
  • Kommuneinfo: https://ws.geonorge.no/kommuneinfo/v1/
  • Eiendom: https://ws.geonorge.no/eiendom/v1/
  • Bakgrunn: https://kartverket.no/api-og-data

Data er åpne under NLOD 2.0.

Lokal utvikling

git clone <repo>
cd kartverket-mcp
npm install
npm run dev       # kjør direkte via tsx
npm run build     # kompiler til dist/

Lisens

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
Categories
Data & Analytics
Registryactive
Package@nor-data/kartverket-mcp
TransportSTDIO
UpdatedJun 7, 2026
View on GitHub

More from 3121n

  • Nabolag Mcp
  • Nve Mcp
  • Statfin Mcp
  • Udir Mcp

Related Data & Analytics MCP Servers

View all →
3121n avatar
Nabolag Mcp

io.github.3121n/nabolag-mcp

Norwegian neighborhood data: transit, road-noise & green-area access by coordinate.
3121n avatar
Nve Mcp

io.github.3121n/nve-mcp

Norwegian flood & landslide hazard data from NVE, by WGS84 coordinate.
3121n avatar
Udir Mcp

io.github.3121n/udir-mcp

Norwegian school (NSR) & kindergarten (NBR) registry data from UDIR.
lvsmanhole avatar
Clearscreen

io.github.lvsmanhole/clearscreen

Screen people & companies against 12 US sanctions & exclusion lists (OFAC, LEIE, SAM, Medicaid).
thenextgennexus avatar
Google Maps Mcp Server

io.github.thenextgennexus/google-maps-mcp-server

Search local businesses, generate leads, and validate emails via Google Maps data
thenextgennexus avatar
Hr Compensation Mcp Server

io.github.thenextgennexus/hr-compensation-mcp-server

Search H1B visa salaries, salary benchmarks, and job market data