Skip to main content
Glama

mcp-server-public-transport

ch_nearby_stations

Locate Swiss train stations near specific coordinates by providing latitude and longitude. Specify optional distance to customize search range, aiding navigation and trip planning with public transport data.

Instructions

Find nearby Swiss train stations based on coordinates (latitude, longitude).

Input Schema

NameRequiredDescriptionDefault
distanceNo
latitudeYes
longitudeYes

Input Schema (JSON Schema)

{ "properties": { "distance": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 1000, "title": "Distance" }, "latitude": { "title": "Latitude", "type": "number" }, "longitude": { "title": "Longitude", "type": "number" } }, "required": [ "latitude", "longitude" ], "type": "object" }

Other Tools from mcp-server-public-transport

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mirodn/mcp-server-public-transport'

If you have feedback or need assistance with the MCP directory API, please join our Discord server