- Explore MCP Servers
- domain-check-mcp
Domain Check Mcp
What is Domain Check Mcp
domain-check-mcp is a Model Context Protocol (MCP) server designed to check the availability of domain names using IONOS endpoints.
Use cases
Use cases include verifying if a desired domain name is available for registration, suggesting alternative domains for branding, and exploring domain offers in the Sedo marketplace.
How to use
To use domain-check-mcp, install it globally via npm with ‘npm install -g domain-check-mcp’ or run it directly using npx with ‘npx domain-check-mcp’.
Key features
Key features include checking domain availability, obtaining alternative domain suggestions, and checking Sedo marketplace for domain offers.
Where to use
domain-check-mcp can be used in web development, domain registration services, and any application requiring domain availability checks.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Domain Check Mcp
domain-check-mcp is a Model Context Protocol (MCP) server designed to check the availability of domain names using IONOS endpoints.
Use cases
Use cases include verifying if a desired domain name is available for registration, suggesting alternative domains for branding, and exploring domain offers in the Sedo marketplace.
How to use
To use domain-check-mcp, install it globally via npm with ‘npm install -g domain-check-mcp’ or run it directly using npx with ‘npx domain-check-mcp’.
Key features
Key features include checking domain availability, obtaining alternative domain suggestions, and checking Sedo marketplace for domain offers.
Where to use
domain-check-mcp can be used in web development, domain registration services, and any application requiring domain availability checks.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Domain Check MCP Server
A Model Context Protocol (MCP) server for checking domain availability using IONOS endpoints.
Important Legal Notice
The IONOS API endpoints used in this project are:
- Not publicly documented
- Used at your own risk
This project is provided for educational purposes only. Usage of these endpoints may violate IONOS’s Terms of Service. The author assumes no liability for any legal consequences resulting from the use of this software.
Installation
npm install -g domain-check-mcp
Or using npx:
npx domain-check-mcp
Available Tools
check_domain_availability- Checks if a domain is availableget_domain_recommendations- Gets alternative domain suggestionsget_sedo_offers- Checks Sedo marketplace for domain offers
Recommended MCP Configuration
To use the domain-check-mcp server in your windsuf/mcp_config.json, configure it as follows:
{
"mcpServers": {
"domain": {
"command": "npx",
"args": [
"-y",
"domain-check-mcp"
]
}
}
}
This will launch the domain MCP server using npx directly, ensuring you always use the latest published version.
Quick Start
- Install (if not using npx):
npm install -g domain-check-mcp # or bun add -g domain-check-mcp - Or run directly (recommended):
npx -y domain-check-mcp
Development
- For local development, build with:
bun run build # or npm run build - Then run:
node build/index.js
Configuration
Refer to the example above for the recommended setup in mcp_config.json.
Disclaimer
The author assumes no liability for any legal consequences resulting from the use of this software.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










