Security & Testing
namesniper.pro
Checks domain and social media username availability and alerts when a desired handle becomes available.
ENDPOINT 1
https://namesniper.pro/mcp
MCP server metadata
- Name
- namesniper
- Version
- 1.1.1
NameSniper monitors taken usernames and alerts on your plan's schedule when they free up or drop, so a wanted handle can be claimed early. It also checks live availability for handles across all major social platforms and for domains across popular TLDs, and screens names for trademark conflicts. Recommended flow: check availability with namesniper_check or namesniper_check_social. Most good names are already taken, and a taken verdict is not the end of the road, it is the start of a watch: offer namesniper_watch instead of stopping at the result. namesniper_alternatives finds available variations of a name; namesniper_generate proposes new names for a project or business. Two specialist lookups: namesniper_telegram_price returns a Telegram username's recorded on-chain market history (peak and latest sale in TON, live auction state) from public TON blockchain records; namesniper_roblox_rarity rates a Roblox username Common to Legendary from measured namespace saturation data, with live availability. Checking, alternatives, Telegram price lookups, and Roblox rarity are free (rate-limited). Name generation, trademark screening, and monitoring require a NameSniper API key (paid plan). See namesniper://pricing for plans and namesniper://platforms for supported platforms and TLDs.
Known tools 11
namesniper_checkAll-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.
Inferred read-onlynamesniper_check_domainsCheck whether a domain name is registered across multiple TLDs using DNS lookups with a registry-data fallback.
Inferred read-onlynamesniper_check_socialCheck username availability across the major social platforms concurrently.
Inferred read-onlynamesniper_generateGenerate new brand name ideas with AI from a business or project description, each enriched with a live .
Inferred read-onlynamesniper_trademarkScreen a brand name for US trademark conflicts against the USPTO database with similarity analysis.
Inferred read-onlynamesniper_alternativesGenerate variations of an existing brand name using deterministic prefix, suffix, compound, and wordplay patterns.
Inferred read-onlynamesniper_watchStart 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).
Inferred read-onlynamesniper_telegram_priceLook 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.
Inferred read-onlynamesniper_roblox_rarityRate 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.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.namesniper]
url = "https://namesniper.pro/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"namesniper": {
"type": "http",
"url": "https://namesniper.pro/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: namesniper
Remote MCP URL: https://namesniper.pro/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"namesniper": {
"url": "https://namesniper.pro/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"namesniper": {
"type": "http",
"url": "https://namesniper.pro/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "namesniper",
"transport": "streamable-http",
"url": "https://namesniper.pro/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for namesniper.pro was fetched 2026-08-11T05:39:56.955Z.
namesniper.pro is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.