validate_imei

Pack: imei · Endpoint: https://gateway.pipeworx.io/imei/mcp

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

NameTypeRequiredDescription
imeistringyesA 15-digit IMEI or 16-digit IMEISV, e.g. “490154203237518”.

Example call

curl -X POST https://gateway.pipeworx.io/imei/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"validate_imei","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "imei": {
      "url": "https://gateway.pipeworx.io/imei/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 1, 2026