MCP.so
ログイン

Domain Check MCP Server

@SebastianBoehler

Domain Check MCP Server について

A Model Context Protocol (MCP) server for checking domain availability using IONOS endpoints

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

SebastianBoehler

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "domain-check-mcp": {
      "command": "npx",
      "args": [
        "domain-check-mcp"
      ]
    }
  }
}

ツール

3

Checks if a domain is available

Gets alternative domain suggestions

Checks Sedo marketplace for domain offers

概要

What is Domain Check MCP Server?

A Model Context Protocol server that checks domain availability via undocumented IONOS endpoints. It provides tools for domain checking, alternative suggestions, and Sedo marketplace offers. Intended for educational use only.

How to use Domain Check MCP Server?

Install globally with npm install -g domain-check-mcp or run directly with npx -y domain-check-mcp. Configure it in your windsuf/mcp_config.json using the command npx -y domain-check-mcp.

Key features of Domain Check MCP Server?

  • Checks domain availability using IONOS endpoints
  • Provides alternative domain name suggestions
  • Retrieves Sedo marketplace offers
  • Runs via npx without installation
  • Global install option via npm

Use cases of Domain Check MCP Server?

  • Quickly verify if a desired domain name is available
  • Discover alternative domain suggestions when a name is taken
  • Check Sedo marketplace for domain buying opportunities
  • Integrate domain availability checks into an MCP host like Windsurf

FAQ from Domain Check MCP Server

What does Domain Check MCP Server do?

It checks domain availability and returns alternative suggestions or Sedo offers using IONOS endpoints.

Is it safe to use in production?

No. The IONOS APIs are not publicly documented and usage may violate their Terms of Service. Use at your own risk for educational purposes only.

How do I install Domain Check MCP Server?

Install globally via npm install -g domain-check-mcp or run on demand with npx -y domain-check-mcp.

What tools does Domain Check MCP Server provide?

Three tools: check_domain_availability, get_domain_recommendations, and get_sedo_offers.

Where do I configure Domain Check MCP Server?

Add it to your windsuf/mcp_config.json with "command": "npx", "args": ["-y", "domain-check-mcp"].

コメント

「その他」の他のコンテンツ