← Back to Plugins
MCP Server MCP

io.github.trondbjoroy/met-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://met-mcp.met-mcp-worker.workers.dev/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "met-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Identifying User-Agent with contact info, sent to api.met.no per MET terms of service. Optional; a package-level default is used if unset.",
          "format": "string",
          "name": "MET_USER_AGENT"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...