prod

Kelpom now works as a tool inside your AI assistant. Paste any 15-digit IMEI and it returns the phone or tablet model — brand, marketing name and model number — without leaving the conversation.

It's free, needs no account, and works in ChatGPT, Claude, Cursor and any other assistant that supports MCP — the open standard AI apps use to connect to external tools.

The one thing you need — the connector URL:

https://api.kelpom.fr/mcp

ChatGPT

Kelpom is published in the ChatGPT app directory, so there's nothing to paste:

  • In ChatGPT, open the apps / connectors menu (the + in the message bar).
  • Search for “IMEI Checker by Kelpom”.
  • Enable it. Done.

Then just ask, in plain language: “What phone is IMEI 359637820005821?”

Claude

Claude connects to any MCP server through a custom connector:

  • Open Settings → Connectors (web or desktop).
  • Click Add custom connector.
  • Paste https://api.kelpom.fr/mcp and save.

Kelpom is now available in your chats — no login, no key.

Cursor

Add Kelpom to your MCP config (~/.cursor/mcp.json, or Settings → MCP → Add):

{
  "mcpServers": {
    "kelpom": {
      "url": "https://api.kelpom.fr/mcp"
    }
  }
}

Reload, and Kelpom's check_device_model tool is ready.


What it returns

Give it a valid 15-digit IMEI (separators and stray text are fine — it cleans the digits) and Kelpom answers with:

  • Brand / manufacturer — e.g. Apple, Samsung, Huawei
  • Marketing name — e.g. iPhone 13 Pro, Galaxy S22
  • Model number when available

If the IMEI is malformed it says so clearly instead of inventing a device, and if a model genuinely isn't known it tells you that too — never a guess.

Privacy & fair use

  • No account, no personal data. We don't ask who you are.
  • We never store the full IMEI — only the first 8 digits (the TAC), which identify the model, not the individual phone. See the privacy note.
  • The free tier is sized for normal, conversational use — checking a phone here and there. It's a taster, not a bulk API.

Need volume or programmatic access?

Building an app, or checking IMEIs at scale? Use the dedicated Kelpom IMEI API on RapidAPI — same data, built for throughput, with an SLA.

Kelpom IMEI API on RapidAPI →

And for the full picture on a device — blacklist status, iCloud lock, carrier lock, warranty — run a complete check at kelpom.fr.