MCP server exposing 2 tools for opencellid.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/opencellid/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
get_cell — Geolocate a cell tower by mobile network identifiers. MCC = Mobile Country Code, MNC = Mobile Network Code, LAC = Location Area Code, cell_id = Cell ID. Returns lat/lon, range, samples, radio type (GSM/UMTS/LTE).cells_in_area — List cell towers inside a bounding box. Bounding box format: "lat_sw,lon_sw,lat_ne,lon_ne". OpenCellID caps results per call — narrow the bbox if you need detail.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/opencellid/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io