Usage

The MCP-server is available at https://webapi.met.no/mcp-server.

We see two main usages for this service:

  • Add this MCP-server to an exising AI-agent system, e.g copilot.
  • Build your own client, using an SDK for getting data from an MCP-server

Use with copilot

Install copilot on your system.

Start up the command line tool with copilot.

Add this service with the command /mcp add and fill out the values in the prompt with something like this:

Server name: MET Norway MCP Server

Server type: HTTP

URL: https://webapi.met.no/mcp-server

HTTP headers:

Tools: *

Ctr+s for saving the configuration, and can copilot will now use the tools from this server when it finds them relevant to the prompt.

Build your own client

There exist official SDKs for multiple languages. Pick one of them and follow the documentation to call one or more of the tools provided by this service.