← Back to Plugins
MCP Server MCP

io.github.trondbjoroy/norway-location-transport-mcp

github By github 👁 1 views ▲ 0 votes

Norwegian transport (Entur) and geodata (Kartverket): trips, departures, addresses, elevation.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://norway-location-transport-mcp.met-mcp-worker.workers.dev/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "norway-location-transport-mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Self-identifying client name sent to Entur as the ET-Client-Name header, per Entur's terms. Format like 'company-app'. Optional; a package default is used if unset.",
          "format": "string",
          "name": "ET_CLIENT_NAME"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...