entur_stops_search
Pack: entur · Endpoint: https://gateway.pipeworx.io/entur/mcp
Search Norwegian public-transport stops, train stations, tram/metro/bus stops, ferry quays and places by name via the Entur national stop-register geocoder. Returns official name, NSR id (usable in entur_departures and entur_journey), locality, categories, transport modes, and coordinates. Example: entur_stops_search({ query: “Trondheim” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Place or stop name to search, e.g. “Trondheim”, “Nationaltheatret” |
limit | number | no | Max results, 1-25 (default 10) |
Example call
curl -X POST https://gateway.pipeworx.io/entur/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"entur_stops_search","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"entur": {
"url": "https://gateway.pipeworx.io/entur/mcp"
}
}
}
See Getting Started for client-specific install steps.