bingal/FastDomainCheck-MCP-Server
If you are the rightful owner of FastDomainCheck-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
FastDomainCheck MCP Server is a Model Context Protocol server implementation for checking domain name registration status in bulk.
Tools
Functions exposed to the LLM to take actions
check_domains
Check if multiple domain names are registered.
Usage: 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 } } }
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client