See if your username is available across TikTok, Instagram, X, YouTube, and more. CLI, SDK, and MCP server included.
Check availability across all major social platforms in a single request.
Use from the command line, integrate into your apps, or connect to AI assistants.
Check usernames directly from your terminal. Supports JSON output, platform filtering, and bulk checks.
Programmatic API for Node.js and Bun. Full TypeScript support with type definitions included.
Built-in Model Context Protocol server. Connect to Claude Code, Cursor, or any MCP client.
No installation required. Just run with npx.
# Check a username
npx namewastaken mrbeast
# Check specific platforms
npx nwt mrbeast -p tt,ig,yt
# JSON output
npx nwt mrbeast --json
import nwt from
'namewastaken'
const result =
await nwt.check('mrbeast') result.tiktok.taken // true
await nwt.available('mrbeast') // false
Add username checking to Claude Code, Cursor, or any MCP-compatible AI assistant.
{ "mcpServers": {
"namewastaken": { "command":
"npx", "args": ["namewastaken", "mcp"] } } }