mcpbeat Sign in
answering

Met MCP is answering right now. Last checked 3 min ago. 147 installs a week from npm. It exposes 8 tools. Last commit 22 Aug 2026.

Weather forecasts from MET Norway (Yr): geocoding plus hourly forecasts worldwide.

Installs per day peak 410 · avg 13
a month agotoday
Uptime history 10 days of history · worst day 99%
10 days agonow
100.0%
Uptime 24h
91 of 91 checks
8
Tools
read from the server
223 ms
Response time
average over 24h
147
Installs / week
npm and PyPI

Met MCP does not always answer

Over the last week it answered 99.8% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add met-mcp --transport http https://met-mcp.met-mcp-worker.workers.dev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "met-mcp": {
      "url": "https://met-mcp.met-mcp-worker.workers.dev/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.met-mcp]
url = "https://met-mcp.met-mcp-worker.workers.dev/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "met-mcp": {
      "url": "https://met-mcp.met-mcp-worker.workers.dev/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "met-mcp": {
      "url": "https://met-mcp.met-mcp-worker.workers.dev/mcp"
    }
  }
}

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

weather
find_weather_stations
Find the nearest official weather stations (Frost). Use the station id (e.g. SN50540) with get_historical_weather.
get_weather_alerts
Official danger warnings (wind, flood, ice, forest fire...) from MET Norway. Covers Norway and its waters. Omit coordinates to get all current alerts. Alert text is in Norwegian.
forecast
get_forecast
Get an hourly weather forecast from MET Norway (Yr) for a coordinate. Works worldwide, best coverage in the Nordics.
geocode
geocode_location
Find latitude and longitude for a place name. Use the coordinates with the other tools.
historical
get_historical_weather
Daily historical observations from a weather station (Frost archive, some stations go back over 100 years). Find station ids with find_weather_stations.
nowcast
get_nowcast
Minute-by-minute precipitation for the next 2 hours, radar-based. Nordic region only. Answers 'do I need an umbrella right now?'
ocean
get_ocean_forecast
Wave height, wave direction, and sea temperature. Covers the Norwegian coast and nearby seas.
sun
get_sun_events
Sunrise, sunset, and solar noon for a coordinate and date. Works worldwide.

Endpoints

URLTransportStateLatencyChecked
https://met-mcp.met-mcp-worker.workers.dev/mcp streamable-http answering 249 ms 3 min ago

Alternatives to Met MCP

same job, measured the same way
O
Geocoding & Weather
by memoryapi

Geocoding, weather forecasts, and timezone lookups

3 tools answering
Met No
by pipeworx-io

MET Norway weather (api.met.no behind yr.no) — global forecast, sunrise, ocean

36 tools answering
Weather MCP
by lulu-the-narwhal

Free, keyless real-time weather and 7-day forecasts for any city worldwide.

2 tools answering
Open Meteo MCP Server
by cyanheads

Global weather via Open-Meteo: forecast, ERA5 archive, marine, air quality, geocoding, elevation.

233 installs/wk 11 tools answering
WillyWeather MCP by UnClick
by malamutemayhem

Australian weather, surf, and tide forecasts from WillyWeather. By UnClick.

31 installs/wk local only
Virga Weather
by mcmurrym

Weather API tools — current, hourly, daily forecasts, and historical data.

34 installs/wk local only
Measure Space MCP Server
by measurespace

MCP server for weather, climate, air quality, agriculture, pollen and geocoding from measurespace.io

91 installs/wk local only
Nws Weather MCP Server
by cyanheads

Get US weather forecasts, active alerts, and current observations.

393 installs/wk 7 tools answering

Met MCP — questions

Answers built from our own checks of this server.

What can Met MCP do?
It exposes 8 tools, read directly from the server on our last check. Among them: find_weather_stations, geocode_location, get_forecast, get_historical_weather, get_nowcast, get_ocean_forecast and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Met MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 223 ms. The bar chart above shows every period we have measured.
How do I connect Met MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Met MCP need an API key?
No. Met MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Met MCP?
It answers our handshake in 223 ms on average, which is faster than 68% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Met MCP?
The npm package met-mcp was installed 147 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Met MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.