PluginBench
MCP Server

Domain Check MCP Server

io.github.stucchi/domain-check

What is the Domain Check MCP server?

Check domain availability across 500+ TLDs. Single and bulk checks with UI.

How to install Domain Check

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "domain-check": {
      "command": "uvx",
      "args": [
        "domain-check-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "domain-check": {
      "command": "uvx",
      "args": [
        "domain-check-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "domain-check": {
      "command": "uvx",
      "args": [
        "domain-check-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "domain-check": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "domain-check-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add domain-check -- uvx domain-check-mcp

Related MCP servers

Database MCP server for MySQL, PostgreSQL, MongoDB, and SQLite with SSH tunneling support.

View repository →

Manage GA4 properties, data streams, conversions, and run reports via Admin & Data APIs.

View repository →

Italian open data: municipalities, provinces, regions, postal codes, coordinates.

View repository →

Browse, search, and discover MCP servers from your AI assistant

View repository →

MCP server for Nexi XPay Back Office APIs: orders, transactions, warnings.

View repository →

MCP server for the Telnyx API — billing, phone numbers, and messaging

View repository →