NameSniper MCP
About
NameSniper checks brand name, domain, and social handle availability across all the major social platforms, generates name ideas, and screens trademarks for conflicts. It also keeps watching taken usernames and alerts you the moment one frees up or drops, so you can claim a handl
Details
- Author
- ArvaNet
- Downloads
- 348
- Categories
- Other, Marketing, Web Scraping
Jump to
- Checks name availability across domains and social platforms
- Generates AI brand name ideas from a description
- Screens USPTO trademarks for conflicts
- Monitors taken handles and notifies when they free up
- Free tools: check, domain check, social check, alternatives
- Paid tools: generate, trademark, watch, list watches
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
NameSniper MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Connect via remote URL (https://namesniper.pro/mcp) in clients that support Streamable HTTP, or via npx -y namesniper-mcp for stdio MCP clients. Configure the server in claude_desktop_config.json or .cursor/mcp.json. For paid features (AI generation, trademark screening, handle monitoring), set NAMESNIPER_API_KEY in the environment or pass --key flag.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"namesniper mcp": {
"namesniper": {
"command": "npx",
"args": [
"-y",
"namesniper-mcp"
]
}
}
}
}
McpServers
{
"namesniper": {
"command": "npx",
"args": [
"-y",
"namesniper-mcp"
]
}
}
NameSniper MCP Server
https://namesniper.pro/mcp (Streamable HTTP). Checking and alternatives are free and need no account; AI 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 withnamesniper_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)
``json
{
"mcpServers": {
"namesniper": {
"url": "https://namesniper.pro/mcp"
}
}
}
`
Option B: npx bridge (works with any stdio MCP client)
`json
{
"mcpServers": {
"namesniper": {
"command": "npx",
"args": ["-y", "namesniper-mcp"]
}
}
}
`
With an API key for the paid tools (generate, trademark, watch):
`json
{
"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_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 |
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/apiLicense
MITSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




