namebeta-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@namebeta-mcpsearch 'google flow video' and probe deployed sites"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
namebeta-mcp
Open-source Cursor MCP server and agent skill for NameBeta.
Type a keyword in chat (google flow video, chiikawa characters). The agent looks up every NameBeta list suffix, then probes each registered domain to see whether a real website is deployed — parking pages do not count.
注册了你还得给我检查一下是否部署网站了
What’s in the repo
Path | Role |
| MCP server ( |
| Cursor skill: lookup workflow + site probe |
| HTTPS/HTTP + DNS probe; classifies live / parked / unreachable |
Related MCP server: Domain Checker MCP Server
Requirements
Node.js 18+
Cursor with MCP enabled
Install the MCP
git clone https://github.com/xbhog/namebeta-mcp.git
cd namebeta-mcp
npm installIn Cursor MCP settings (or .cursor/mcp.json):
{
"mcpServers": {
"namebeta": {
"command": "node",
"args": ["C:/absolute/path/to/namebeta-mcp/src/index.js"]
}
}
}Then send a keyword in chat. The tool maps "google flow video" → googleflowvideo.com and queries namebeta.com/search/googleflowvideo.com.
Install the skill
Copy the skill folder so Cursor can auto-load it:
cp -r .cursor/skills/namebeta-lookup ~/.cursor/skills/namebeta-lookupOn Windows (PowerShell):
Copy-Item -Recurse .cursor\skills\namebeta-lookup $HOME\.cursor\skills\namebeta-lookupThe skill tells the agent: after NameBeta returns registered domains, run the probe script and report whether each hostname opens and whether a site is actually deployed.
CLI
npm run lookup -- "google flow video"Probe registered domains yourself:
node .cursor/skills/namebeta-lookup/scripts/probe-sites.mjs example.com example.netJSON fields: deployed (true only for a live site), kind (live / parked / coming_soon / empty / redirect / unreachable / error), HTTP status, title, DNS.
License
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Connectors
Domain search MCP: .com names verified available live via Verisign RDAP - not AI guess lists
Bulk domain checking for AI chats: availability, aftermarket prices, archive.org history, buy links
Domains MCP — domain registration lookup + availability search over live
Screen expired domains: availability, drop stage, history, brandability, trademark risk.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables checking domain name availability using WHOIS lookups and DNS resolution. Supports both single and batch domain checking with detailed availability analysis.
- AlicenseAqualityDmaintenanceEnables AI agents to check domain availability, perform batch domain lookups, and generate intelligent domain name suggestions across multiple TLDs using WHOIS integration.43MIT
- FlicenseNot gradedqualityDmaintenanceEnables domain availability checking through dual verification using WHOIS lookups and DNS resolution. Supports both single and batch processing to provide detailed analysis on whether domains are likely available or already registered.4
- FlicenseAqualityDmaintenanceEnables domain name availability checking through DNS and WHOIS lookups with confidence scoring. It supports searching across alternative TLDs and generating domain name variations for branding purposes.4
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xbhog/namebeta-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server