Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

NameSniper

pro.namesniper/namesniper

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

Uptime
100.0%
1 direct probes · 30d
Response
1291ms
last probe
Tools
11
callable
Resources
2
readable
Prompts
0
available

Tools · 11

namesniper_check

All-in-one brand name check: domain availability across TLDs, username availability across the major social platforms, an optional 0-100 brand score, and USPTO trademark screening. Returns JSON with p…

namesniper_check_domains

Check whether a domain name is registered across multiple TLDs using DNS lookups with a registry-data fallback. Returns JSON with per-TLD results (available true/false with a 0-1 confidence score) and…

namesniper_check_social

Check username availability across the major social platforms concurrently. Returns JSON with per-platform results (status available/taken/error with a 0-1 confidence score) and an available/taken sum…

namesniper_generate

Generate new brand name ideas with AI from a business or project description, each enriched with a live .com availability check. Non-deterministic: repeated calls produce different names (identical re…

namesniper_trademark

Screen a brand name for US trademark conflicts against the USPTO database with similarity analysis. Returns JSON with matching marks and a summary including an overall risk rating; with includeVariati…

namesniper_alternatives

Generate variations of an existing brand name using deterministic prefix, suffix, compound, and wordplay patterns. Returns JSON alternatives[] each with the name, the pattern used, a description, and …

namesniper_watch

Start monitoring a taken username so the user can claim it when it frees up or drops (alerts follow the plan's check schedule after two confirming checks). Creates one watch per platform against the p…

namesniper_watches

List every handle the account is monitoring. Returns JSON watches[] with id, username, platform, watch status, last observed availability, last-checked and last-changed timestamps, and check count, pl…

namesniper_unwatch

Stop monitoring a watched handle and free its slot. Pass the watch id from namesniper_watches, or a username (optionally narrowed to one platform) to remove all its watches. Returns JSON with the remo…

namesniper_telegram_price

Look up the recorded market price history of a Telegram username: peak and latest on-chain sale (in TON), live auction state, and bid activity, from public TON blockchain records. Free, no API key nee…

namesniper_roblox_rarity

Rate the rarity of a Roblox username (Common to Legendary, 0-100 score) from measured namespace saturation data and name structure, with a live availability check. Free, no API key needed.

Resources · 2

pricing

NameSniper plans, prices, and limits

namesniper://pricing
platforms

Supported social media platforms and domain TLDs

namesniper://platforms

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "namesniper": {
      "url": "https://namesniper.pro/mcp",
      "transport": "streamable-http"
    }
  }
}