Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Iflow Mcp Bingal Fastdomaincheck

FreeNot checked

MCP Server for checking domain name availability using WHOIS and DNS via stdio.

GitHubEmbed

About

MCP Server for checking domain name availability using WHOIS and DNS via stdio.

README

This is a domain availability check server implemented using Python and the Model Context Protocol (MCP). It provides MCP Tools to check if single or multiple domain names are already registered.

Features

  • Bulk domain registration status checking
  • Dual verification using WHOIS and DNS
  • Support for IDN (Internationalized Domain Names)
  • Concise output format
  • Built-in input validation and error handling

Tool Documentation

check_domains

Check registration status for multiple domain names.

Input Format

{
  "domains": ["example.com", "test.com"]
}

Parameters:

  • domains: Array of strings containing domain names to check
    • Maximum length of 255 characters per domain
    • Maximum 50 domains per request
    • No empty domain names allowed

Output Format

{
  "results": {
    "example.com": {
      "registered": true
    },
    "test.com": {
      "registered": false
    }
  }
}

Response Fields:

  • results: Object with domain names as keys and check results as values
    • registered: Boolean
      • true: Domain is registered
      • false: Domain is available

Error Handling

The tool will return an error in the following cases:

  1. Empty domains list
  2. More than 50 domains in request
  3. Empty domain name
  4. Domain name exceeding 255 characters
  5. Result serialization failure

Error Response Format:

{
  "error": "Error: domains list cannot be empty"
}

Usage Examples

Check multiple domains:

Request

{
  "domains": ["example.com", "test123456.com"]
}

Response

{
  "results": {
    "example.com": {
      "registered": true
    },
    "test123456.com": {
      "registered": false
    }
  }
}

MCP Server Settings

Configuring FastDomainCheck MCP in Claude Deskto

Modify your claude-desktop-config.json file as shown below

{
  "mcpServers": {
    "fastdomaincheck": {
      "command": "uvx",
      "args": [
        "fastdomaincheck-mcp-server"
      ]
    }
  }
}

Go Version Reference

go version

Contributing

Feel free to open issues or submit pull requests.

License

MIT License (You should add a LICENSE file, typically containing the MIT license text)

from github.com/bingal/fastdomaincheck-mcp-server-python

Installing Iflow Mcp Bingal Fastdomaincheck

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/bingal/fastdomaincheck-mcp-server-python

FAQ

Is Iflow Mcp Bingal Fastdomaincheck MCP free?

Yes, Iflow Mcp Bingal Fastdomaincheck MCP is free — one-click install via Unyly at no cost.

Does Iflow Mcp Bingal Fastdomaincheck need an API key?

No, Iflow Mcp Bingal Fastdomaincheck runs without API keys or environment variables.

Is Iflow Mcp Bingal Fastdomaincheck hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Iflow Mcp Bingal Fastdomaincheck in Claude Desktop, Claude Code or Cursor?

Open Iflow Mcp Bingal Fastdomaincheck on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Iflow Mcp Bingal Fastdomaincheck with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs