You're viewing a demo portfolio

Join the waitlist
PRSM

validate_imei

Active

Tool of Imei

declared in 0.1.0

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\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Imei

https://github.com/pipeworx-io/mcp-imei

2/7 registries
View full server →