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

Nabolag Mcp

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

Wraps open Norwegian neighborhood data APIs for location-based queries. Three tools: `hent_kollektivdekning` pulls nearby transit stops from Entur's GraphQL API with distance, modes, and lines; `hent_stoysone` fetches road noise zones from Statens vegvesen's WMS (both warning maps and strategic noise levels); `hent_grontareal` combines NIBIO land classification with SSB park polygons to assess green space access. Built for a neighborhood data product but shared as a reusable pipeline. Honest about data gaps: no noise hit might mean low levels or missing coverage, SSB parks are nameless and urban-focused. Reach for this when building Norwegian property tools, urban analysis dashboards, or anything needing transit/noise/green-space context from lat/lon coordinates.

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/nabolag-mcp

MCP-server som wrapper åpne norske nabolagsdata. Bygget for Nabodata-produktet, gjenbrukbar på tvers (delt personlig MCP-datapipeline).

Verktøy

hent_kollektivdekning(lat, lon, maksAvstandMeter?, maksTreff?)

Holdeplasser rundt et punkt fra Entur JourneyPlanner v3 (GraphQL): avstand, transportmidler (buss/trikk/t-bane/tog/båt) og linjer per holdeplass. Landsdekkende og komplett register — «ingen treff» er reell dekningsmangel.

  • Kilde: api.entur.io/journey-planner/v3/graphql
  • Lisens: åpne data (NLOD); krever kun ET-Client-Name-header

hent_stoysone(lat, lon)

Veitrafikkstøy fra Statens vegvesens Norstøy via WMS GetFeatureInfo:

  • Støyvarselkart — T-1442 rød/gul prognosesone (ERF-veger)
  • Strategisk støykart — Lden (døgn) og Lnight (natt) i kumulative 5 dB-intervaller (høyeste trefte intervall = nivåbånd)

Ærlighets-design: «ingen treff» kan bety under terskel ELLER utenfor kartleggingsomfang (kun ERF-veger + storbyområder; kommunale veier utenfor storby, jernbane og fly inngår ikke) — output sier dette eksplisitt.

  • Kilde: vegvesen.no/kart/ogc/norstoy_1_0/ows
  • Lisens: åpne data, punktoppslag uten avtale

Bygg og test

npm install
npm run build
node test-e2e.mjs   # E2E mot live API-er (Oslo + Sørreisa + Sandvika-kontroll)

Registrering (Claude Code)

"nabolag": {
  "type": "stdio",
  "command": "node",
  "args": ["C:\\Users\\hei\\drist-nabolag-mcp\\dist\\index.js"],
  "env": {}
}

hent_grontareal(lat, lon) (v0.2.0)

Grøntareal fra to kilder: (1) FKB-AR5 arealtype på punktet (NIBIO WMS GetFeatureInfo, GML — MapServer støtter ikke JSON-infoformat) og (2) avstand til nærmeste offentlige park-/turområde (SSB WFS, ekspanderende søk 250 m → 2 km, punkt-i-polygon + nærmeste-hjørne-avstand).

Ærlighets-design: SSB-polygonene er navnløse og dekker primært tettsteder; i spredtbygde strøk pekes det til AR5-typen som bedre grøntsignal.

  • Kilder: wms.nibio.no/cgi-bin/ar5 + kart.ssb.no/api/mapserver/v1/wfs/parker_og_turomraader
  • Lisens: åpne data, uten avtale

Veikart

Se Gap-kartleggingen (Notion, Nabodata-huben): #4 skoler/barnehager er bygget separat som drist-udir-mcp; #5 solforhold (horisontprofil fra hent_hoyde) gjenstår. Jernbane-/flystøy som supplement til hent_stoysone via Geonorge WFS.

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/nabolag-mcp
TransportSTDIO
UpdatedJun 7, 2026
View on GitHub

More from 3121n

  • Nve Mcp
  • Statfin Mcp
  • Udir Mcp
  • Kartverket Mcp

Related Data & Analytics MCP Servers

View all →
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
thenextgennexus avatar
Legal Mcp Server

io.github.thenextgennexus/legal-mcp-server

Search court records, patents, and trademarks for legal research