locations

Pack: edmtrain · Endpoint: https://gateway.pipeworx.io/edmtrain/mcp

List EDMtrain-supported metro locations (id, city, state, lat/long). Use a location id with the events tool, or filter this list by a city/state keyword. EDMtrain covers North American metros.

Parameters

NameTypeRequiredDescription
querystringnoOptional filter, e.g. “Los Angeles”, “TX”, “Brooklyn”.

Example call

curl -X POST https://gateway.pipeworx.io/edmtrain/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"locations","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "edmtrain": {
      "url": "https://gateway.pipeworx.io/edmtrain/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 22, 2026