AI assistants

Kelpom for ChatGPT, Claude & Cursor

Identify any phone by its IMEI, right inside your AI assistant.

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.

Connector URL

https://api.kelpom.fr/mcp

The one thing you need. Paste it into any MCP client.

Set-up

ChatGPT

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

  1. 1 Open the apps / connectors menu (the + in the message bar).
  2. 2 Search for "IMEI Checker by Kelpom".
  3. 3 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:

  1. 1 Open Settings → Connectors (web or desktop).
  2. 2 Click Add custom connector.
  3. 3 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? The dedicated Kelpom IMEI API on RapidAPI — same data, built for throughput, with an SLA.