Mmcp.market

Met No MCP server

by pipeworx-io·io.github.pipeworx-io/met-no·v0.1.2

MET Norway (api.met.no) MCP — global weather, Nordics specials.

A87/100grade A
What users say
No reviews yet
Be the first
Safety scan
A87/100

not scanned yet

Adoption
Growing

0 stars

Reviews

Write one

Nobody has reviewed Met No yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Met No tools

Tool list not cached yet. `describe` through the gateway fetches it live.

Not scanned yet. New registry listings are scanned within a day of import.

What the publisher says

From the Met No repository's README, as published. We do not edit it. Read it on GitHub

@pipeworx/met-no

Norwegian Meteorological Institute (api.met.no, the data behind yr.no) MCP — global forecast, nowcast, sunrise/sunset, air-quality, ocean forecast. Keyless but requires a descriptive User-Agent (set by the gateway).

Part of Pipeworx — an MCP gateway connecting AI agents to 1679+ live data sources.

Tools

  • forecast(lat, lon, altitude?) — compact 10-day forecast (temperature, precip, wind, cloud)
  • nowcast(lat, lon) — 90-min precipitation nowcast (Nordics only)
  • sunrise(lat, lon, date?) — solar / lunar events for a given date
  • airquality(lat, lon, areaclass?) — air-quality forecast (Nordics)
  • oceanforecast(lat, lon) — ocean current, wave height, sea temperature

Data source

https://api.met.no/weatherapi/

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "met-no": {
      "url": "https://gateway.pipeworx.io/met-no/mcp"
    }
  }
}

What this endpoint actually serves

tools/list at https://gateway.pipeworx.io/met-no/mcp returns the tools in the table above plus the shared Pipeworx meta-tools — askpipeworx, discovertools, search_within, remember/recall and the rest of the gateway-wide set. So the tool count you see is larger than this table: a single-pack endpoint currently lists roughly 30 shared tools alongside the pack's own. The connection's initialize response states its exact scope, and is the authoritative answer for a given day.

This is deliberate, not multiplexing by accident. The meta-tools are what let a scoped connection answer a question this pack does not cover — via ask_pipeworx, which routes across the whole catalog — without you adding a second MCP server. There is currently no way to mount a pack endpoint without them; if the extra schemas cost you more context than the routing is worth, connect to the full gateway once rather than to several pack endpoints.

Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Both URLs reach the same gateway and the same 1679+ data sources. The only difference is which pack's tools are listed directly; ask_pipeworx reaches all of them from either one.

No MCP client? Call it over HTTP

curl -X POST https://gateway.pipeworx.io/v1/tools/met_no_forecast \
  -H 'Content-Type: application/json' \
  -d '{"lat":59.9139,"lon":10.7522}'

No account needed for the first calls. Inspect any tool: GET https://gateway.pipeworx.io/v1/tools/metnoforecast. Find one: POST https://gateway.pipeworx.io/v1/tools/search_packs with {"query":"..."}.

Standalone (no gateway account)

This package also runs as a local stdio MCP server — no Pipeworx account, no gateway round-trip:

{
  "mcpServers": {
    "met-no": {
      "command": "npx",
      "args": ["-y", "@pipeworx/mcp-met-no"]
    }
  }
}

Or run it directly to confirm it starts:

npx -y @pipeworx/mcp-met-no

It speaks MCP over stdin/stdout and answers initialize/tools/list/tools/call for only this pack's tools — none of the shared meta-tools the gateway connection above adds. Same source, same tools, no ask_pipeworx routing.

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:

ask_pipeworx({ question: "your question about Met No data" })

The gateway picks the right tool and fills the arguments automatically.

More

  • Docs and guides
  • pipeworx.io

License

MIT

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add --transport http met-no https://gateway.pipeworx.io/met-no/mcp
Add to Cursor

Met No: common questions

Is Met No MCP server safe?
Yes, by our scan: it is graded A (87/100). Read the Met No safety report
How do I install Met No?
It runs remotely at gateway.pipeworx.io. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does Met No need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Met No maintained?
The last commit was 2 days ago (2026-09-25). The latest release is v0.1.2.
Is Met No up?
100% of our last 28 checks got an answer. We check remote servers about four times a day.
What can I use instead of Met No?
Servers from other publishers that do the same job: Met MCP server, Open Meteo MCP server and Weather Data MCP Server. Compare all Met No alternatives.

Alternatives to Met No

Same job from other publishers: the closest match first, then the best rated.

All Met No alternatives →
  • Met
    Weather forecasts from MET Norway (Yr): geocoding plus hourly forecasts worldwide.
    A
  • Open Meteo
    Global weather via Open-Meteo: forecast, historical, marine, air quality, geocoding, elevation.
    B
  • Weather Data MCP Server
    17 weather tools, no API keys: forecasts, alerts, air quality, marine, radar, lightning, wildfires
    A
  • Variflight
    VariFlight's official MCP server provides tools to query flight, weather, comfort, and fare data.
    A
  • Hotelbooking AI
    RollingGo Hotel Booking MCP Server (Global/AI Edition)
    B

More from pipeworx-io →