cells_in_area
ActiveTool of Opencellid
declared in 0.1.0
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 schema
{
"type": "object",
"examples": [
{
"bbox": "37.7749,-122.4194,37.8049,-122.3894"
},
{
"mcc": 310,
"mnc": 410,
"bbox": "37.7749,-122.4194,37.8049,-122.3894",
"limit": 500
}
],
"required": [
"bbox"
],
"properties": {
"mcc": {
"type": "number",
"description": "Restrict to a country (Mobile Country Code)"
},
"mnc": {
"type": "number",
"description": "Restrict to a network within MCC"
},
"bbox": {
"type": "string",
"description": "Bounding box \"lat_sw,lon_sw,lat_ne,lon_ne\""
},
"limit": {
"type": "number",
"description": "Max records (default 1000, server-capped)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Opencellid
https://github.com/pipeworx-io/mcp-opencellid
1/7 registries