validate_imei
ActiveTool of Imei
Validate an IMEI (15 digits, with Luhn check) or IMEISV (16 digits, no check). Keyless/offline. Returns validity and the parts: TAC (Type Allocation Code, first 8), serial number, and check digit. Spaces/dashes ignored. Validates the number, not the device.
Parameters schema
{
"type": "object",
"required": [
"imei"
],
"properties": {
"imei": {
"type": "string",
"description": "A 15-digit IMEI or 16-digit IMEISV, e.g. \"490154203237518\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Imei
https://github.com/pipeworx-io/mcp-imei
1/7 registries