npm namesniper-mcpstreamable-httpMITupdated 25d ago
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.
O que dá para fazer com NameSniper?
NameSniper 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
| Tool | What it does | API key |
|---|---|---|
namesniper_check |
Name across domains + social, with brand score (trademark screening when authenticated) | Free |
namesniper_check_domains |
Domain availability across TLDs | Free |
namesniper_check_social |
Username availability across platforms | Free |
namesniper_alternatives |
Brand name variations and creative patterns | Free |
namesniper_telegram_price |
Telegram username market history: peak/latest sale in TON, live auction state, from public TON blockchain records | Free |
namesniper_roblox_rarity |
Roblox username rarity rating from measured namespace data, with live availability | Free |
namesniper_generate |
AI brand name generation from a description | Required |
namesniper_trademark |
USPTO trademark conflict screening | Required |
namesniper_watch |
Start monitoring a handle and get notified when it frees up | Required |
namesniper_watches |
List monitored handles and their status | Required |
namesniper_unwatch |
Stop monitoring a handle and free up the watch slot | Required |
Unauthenticated calls are rate limited. Provide an API key for higher limits and the paid tools.
Resources
| Resource | URI |
|---|---|
| Pricing and per-call costs | namesniper://pricing |
| Supported platforms and TLDs | namesniper://platforms |
Platforms
YouTube, Reddit, TikTok, Instagram, X (Twitter), GitHub, npm, Twitch, Threads, Bluesky, Pinterest, Snapchat, Kick, Substack, Linktree, Roblox.
Links
- Website: https://namesniper.pro
- API docs: https://namesniper.pro/docs/api
License
MIT
Instalação
Adicione NameSniper ao seu cliente. Escolha o que você usa.
{
"servers": {
"namesniper-mcp": {
"type": "http",
"url": "https://namesniper.pro/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add namesniper-mcp -- npx -y namesniper-mcpcodex mcp add namesniper-mcp -- npx -y namesniper-mcpamp mcp add namesniper-mcp -- npx -y namesniper-mcp{
"mcpServers": {
"namesniper-mcp": {
"command": "npx",
"args": [
"-y",
"namesniper-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"namesniper-mcp": {
"command": "npx",
"args": [
"-y",
"namesniper-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"namesniper-mcp": {
"command": "npx",
"args": [
"-y",
"namesniper-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"namesniper-mcp": {
"command": "npx",
"args": [
"-y",
"namesniper-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"namesniper-mcp": {
"command": "npx",
"args": [
"-y",
"namesniper-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"namesniper-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"namesniper-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"namesniper-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"namesniper-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y namesniper-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
11 ferramentas
NameSniper expõe 11 ferramentas a um agente conectado.
- namesniper_check
- Name across domains + social, with brand score (trademark screening when authenticated)
- namesniper_check_domains
- Domain availability across TLDs
- namesniper_check_social
- Username availability across platforms
- namesniper_alternatives
- Brand name variations and creative patterns
- namesniper_telegram_price
- Telegram username market history: peak/latest sale in TON, live auction state, from public TON blockchain records
- namesniper_roblox_rarity
- Roblox username rarity rating from measured namespace data, with live availability
- namesniper_generate
- AI brand name generation from a description
- namesniper_trademark
- USPTO trademark conflict screening
- namesniper_watch
- Start monitoring a handle and get notified when it frees up
- namesniper_watches
- List monitored handles and their status
- namesniper_unwatch
- Stop monitoring a handle and free up the watch slot
Pontuação
89 / 100
Excelente
- Documentação25/25
- Manutenção25/25
- Confiança13/20
- Capacidade11/15
- Instalação15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 17 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 11 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.1.1Mais recente | 13 de ago. de 2026 |
| 1.1.0 | 13 de ago. de 2026 |
| 1.0.0 | 16 de jun. de 2026 |