← namesniper.pro
INDIVIDUAL MCP TOOL
namesniper_unwatch
Stop monitoring a watched handle and free its slot.
LIVE ENDPOINT
https://namesniper.pro/mcp
Connect to this endpoint to inspect the live schema for namesniper_unwatch and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
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.namesniper_check_domains— Check whether a domain name is registered across multiple TLDs using DNS lookups with a registry-data fallback.namesniper_check_social— Check username availability across the major social platforms concurrently.namesniper_generate— Generate new brand name ideas with AI from a business or project description, each enriched with a live .namesniper_trademark— Screen a brand name for US trademark conflicts against the USPTO database with similarity analysis.namesniper_alternatives— Generate variations of an existing brand name using deterministic prefix, suffix, compound, and wordplay patterns.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).namesniper_watches— List every handle the account is monitoring.