FastDomainCheck-MCP-Server

bingal/FastDomainCheck-MCP-Server
★ 36 stars Go 🧠 Memory/Knowledge Updated 3mo ago
A Model Context Protocol for checking domain name registration status in bulk.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fastdomaincheck-mcp-": {
      "command": "go",
      "args": [
        "run",
        "github.com/bingal/FastDomainCheck-MCP-Server@latest"
      ]
    }
  }
}

Topics

golangmcp-server