MCP Server
MCP
io.github.trondbjoroy/met-mcp
Weather forecasts from MET Norway (Yr): geocoding plus hourly forecasts worldwide.
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
By
Comments
Sign in to leave a comment