cells_in_area

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

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.

Parameters

NameTypeRequiredDescription
bboxstringyesBounding box “lat_sw,lon_sw,lat_ne,lon_ne”
mccnumbernoRestrict to a country (Mobile Country Code)
mncnumbernoRestrict to a network within MCC
limitnumbernoMax records (default 1000, server-capped)

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026