Skip to main content
Glama
xbhog

namebeta-mcp

by xbhog

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

src/

MCP server (lookup_domain) and CLI

.cursor/skills/namebeta-lookup/

Cursor skill: lookup workflow + site probe

.cursor/skills/namebeta-lookup/scripts/probe-sites.mjs

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 install

In 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-lookup

On Windows (PowerShell):

Copy-Item -Recurse .cursor\skills\namebeta-lookup $HOME\.cursor\skills\namebeta-lookup

The 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.net

JSON fields: deployed (true only for a live site), kind (live / parked / coming_soon / empty / redirect / unreachable / error), HTTP status, title, DNS.

License

MIT

A
license - permissive license
A
quality
C
maintenance

Maintenance

0Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables checking domain name availability using WHOIS lookups and DNS resolution. Supports both single and batch domain checking with detailed availability analysis.
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to check domain availability, perform batch domain lookups, and generate intelligent domain name suggestions across multiple TLDs using WHOIS integration.
    4
    3
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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
  • F
    license
    A
    quality
    D
    maintenance
    Enables 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

View all related MCP servers

Latest Blog Posts

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