FastDomainCheck MCP Server
@bingal
FastDomainCheck MCP Server について
A Model Context Protocol for checking domain name registration status in bulk.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"fastdomaincheck": {
"command": "uvx",
"args": [
"fastdomaincheck-mcp-server"
]
}
}
}ツール
1Check if multiple domain names are registered. Input: A list of domain names to check (e.g. ["example.com", "test.com"]) Output: JSON object containing registration status of each domain: { "results": { "example.com": { "registered": true }, "test.com": { "registered": false } } }
概要
What is FastDomainCheck MCP Server?
FastDomainCheck MCP Server is a Model Context Protocol implementation that enables secure, two-way connections between AI tools (like Claude) and domain availability data. It allows bulk checking of domain name registration status using dual verification with WHOIS and DNS.
How to use FastDomainCheck MCP Server?
Download the binary from the release page, make it executable, then configure it in your claude-desktop-config.json file by specifying the path to the binary under the fastdomaincheck server name. A Python version is also available via uvx fastdomaincheck-mcp-server.
Key features of FastDomainCheck MCP Server
- 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
Use cases of FastDomainCheck MCP Server
- Check availability of multiple domain names for registration
- Verify domain registration status from within an AI chat assistant
- Automate domain name research using natural language queries
FAQ from FastDomainCheck MCP Server
What is the limit on domains per request?
Maximum 50 domains per request, with a maximum length of 255 characters per domain.
How does the tool verify domain registration?
It uses WHOIS queries as the primary method, with DNS query fallback if WHOIS fails.
What runtime or dependencies are required?
Go 1.16 or higher and network connectivity for WHOIS and DNS queries. The binary is self-contained after download.
Where does the data come from?
Domain status data is retrieved in real time via public WHOIS and DNS lookups; no data is stored locally.
What transport or authentication does the server use?
The README does not specify transport or authentication details.
「その他」の他のコンテンツ
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Codelf
unbugA search tool helps dev to solve the naming things problem.
コメント