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
| Name | Type | Required | Description |
|---|---|---|---|
bbox | string | yes | Bounding box “lat_sw,lon_sw,lat_ne,lon_ne” |
mcc | number | no | Restrict to a country (Mobile Country Code) |
mnc | number | no | Restrict to a network within MCC |
limit | number | no | Max 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.