Back to Browse

NameSniper MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Monitor taken usernames and get alerted when they drop, plus handle, domain, and trademark checks.

About

Monitor taken usernames and get alerted when they drop, plus handle, domain, and trademark checks.

Remote endpoints: streamable-http: https://namesniper.pro/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

11 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

NameSniper MCP Server

npm version License: MIT Node Model Context Protocol ArvaNet/NameSniper-MCP MCP server

NameSniper monitors taken usernames and alerts you the moment one frees up or drops, so you can claim a handle before anyone else. It also checks live handle availability across all the major social platforms, checks domains across popular TLDs, and screens names for trademark conflicts. All from your AI client - Claude, Cursor, or any MCP host.

The server runs remotely at https://namesniper.pro/mcp (Streamable HTTP). Checking and alternatives are free and need no account; name generation, trademark screening, and handle monitoring need a NameSniper API key (Pro or Business plan).

Handle monitoring

Most availability checkers give a one-time yes or no. NameSniper keeps watching: put a taken handle on watch with namesniper_watch and get notified the instant it frees up across every platform we support, so you can register it first. Every plan includes watch slots (more on paid tiers); Instagram, TikTok, and X monitoring requires a paid plan.

Connect

Option A: remote URL (clients with native remote MCP support)

{
  "mcpServers": {
    "namesniper": {
      "url": "https://namesniper.pro/mcp"
    }
  }
}

Option B: npx bridge (works with any stdio MCP client)

{
  "mcpServers": {
    "namesniper": {
      "command": "npx",
      "args": ["-y", "namesniper-mcp"]
    }
  }
}

With an API key for the paid tools (generate, trademark, watch):

{
  "mcpServers": {
    "namesniper": {
      "command": "npx",
      "args": ["-y", "namesniper-mcp"],
      "env": { "NAMESNIPER_API_KEY": "ns_sk_your_key_here" }
    }
  }
}

You can also pass the key as a flag: npx namesniper-mcp --key ns_sk_.... Get a key at namesniper.pro/dashboard.

Config file locations:

  • Claude Desktop: claude_desktop_config.json
  • Cursor: .cursor/mcp.json

Tools

ToolWhat it doesAPI key
namesniper_checkName across domains + social, with brand score (trademark screening when authenticated)Free
namesniper_check_domainsDomain availability across TLDsFree
namesniper_check_socialUsername availability across platformsFree
namesniper_alternativesBrand name variations and creative patternsFree
namesniper_telegram_priceTelegram username market history: peak/latest sale in TON, live auction state, from public TON blockchain recordsFree
namesniper_roblox_rarityRoblox username rarity rating from measured namespace data, with live availabilityFree
namesniper_generateAI brand name generation from a descriptionRequired
namesniper_trademarkUSPTO trademark conflict screeningRequired
namesniper_watchStart monitoring a handle and get notified when it frees upRequired
namesniper_watchesList monitored handles and their statusRequired
namesniper_unwatchStop monitoring a handle and free up the watch slotRequired

Unauthenticated calls are rate limited. Provide an API key for higher limits and the paid tools.

Resources

ResourceURI
Pricing and per-call costsnamesniper://pricing
Supported platforms and TLDsnamesniper://platforms

Platforms

YouTube, Reddit, TikTok, Instagram, X (Twitter), GitHub, npm, Twitch, Threads, Bluesky, Pinterest, Snapchat, Kick, Substack, Linktree, Roblox.

Links

License

MIT

Reviews

No reviews yet

Be the first to review this server!