Metadata-Version: 2.4
Name: iflow-mcp_aljazceru-domain-checker
Version: 0.1.0
Summary: Domain Availability Checker MCP Server
License-File: LICENSE
Requires-Python: >=3.8
Requires-Dist: dnspython>=2.0.0
Requires-Dist: mcp>=0.9.0
Requires-Dist: requests>=2.0.0
Description-Content-Type: text/markdown

# domain-checker-mcp
Give LLM an ability to check if domain is available or already registered


## Installation
### Install dependencies
```
pip install mcp dnspython requests
```

### MCP config
edit your claude_desktop_config.json file (linux ~/.config/Claude/claude_desktop_config.json)
```
{
  "mcpServers": {
    "domain-checker": {
      "command": "python3",
      "args": [
        "/path/to/the/domain-checker-mcp/simple-domain-checker-server.py"
      ]
    }
  }
}
```

