get_cell
ActiveTool of Opencellid
declared in 0.1.0
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).
Parameters schema
{
"type": "object",
"examples": [
{
"lac": 5000,
"mcc": 310,
"mnc": 410,
"cell_id": 12345678
},
{
"lac": 5000,
"mcc": 310,
"mnc": 410,
"radio": "LTE",
"cell_id": 12345678
}
],
"required": [
"mcc",
"mnc",
"lac",
"cell_id"
],
"properties": {
"lac": {
"type": "number",
"description": "Location Area Code"
},
"mcc": {
"type": "number",
"description": "Mobile Country Code (e.g., 310 = US)"
},
"mnc": {
"type": "number",
"description": "Mobile Network Code (e.g., 410 = AT&T US)"
},
"radio": {
"type": "string",
"description": "GSM | UMTS | LTE | CDMA (optional disambiguation)"
},
"cell_id": {
"type": "number",
"description": "Cell ID"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Opencellid
https://github.com/pipeworx-io/mcp-opencellid
1/7 registries