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.
The one thing you need — the connector URL:
https://api.kelpom.fr/mcp
Kelpom is published in the ChatGPT app directory, so there's nothing to paste:
Then just ask, in plain language: “What phone is IMEI 359637820005821?”
Claude connects to any MCP server through a custom connector:
https://api.kelpom.fr/mcp and save.Kelpom is now available in your chats — no login, no key.
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.
Give it a valid 15-digit IMEI (separators and stray text are fine — it cleans the digits) and Kelpom answers with:
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.
Building an app, or checking IMEIs at scale? Use the dedicated Kelpom IMEI API on RapidAPI — same data, built for throughput, with an SLA.
And for the full picture on a device — blacklist status, iCloud lock, carrier lock, warranty — run a complete check at kelpom.fr.