Skip to main content
Glama
tudadada

mcp-server-domain-appraisal

README.md
# mcp-server-domain-appraisal

[![npm version](https://img.shields.io/npm/v/mcp-server-domain-appraisal.svg)](https://www.npmjs.com/package/mcp-server-domain-appraisal)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![MCP](https://img.shields.io/badge/MCP-Protocol-blue)](https://modelcontextprotocol.io)

Model Context Protocol (MCP) server that empowers AI assistants (Claude, Cursor, Windsurf, autonomous agents) with automated **domain appraisal, real-time authoritative WHOIS verification, and outbound sales evaluation**.

---

## ⚡ Features & Tools

This MCP server provides 3 primary tools to AI agents:

1. **`appraise_domain`**:
   - Algorithmic valuation engine analyzing TLD weights, SLD character length, hyphen/number penalties, and commercial liquidity.
   - Provides estimated wholesale and retail end-user price ranges.
2. **`check_whois`**:
   - Real-time socket connection to authoritative registries (e.g. Verisign Registry) to confirm exact registration status.
3. **`evaluate_outbound_potential`**:
   - Applies the disciplined 2-minute domain investment filter: evaluates Category vs Trademark risk, Flip vs Build model, and strategic pricing.

---

## 🚀 Quick Start (Running with AI Clients)

### 1. Claude Desktop Integration

Add this snippet to your `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "domain-appraisal": {
      "command": "npx",
      "args": ["-y", "mcp-server-domain-appraisal"]
    }
  }
}
```

### 2. Cursor IDE / Windsurf Integration

Under MCP Settings, add a new stdio transport:
- **Command:** `npx -y mcp-server-domain-appraisal`

---

## 📦 Installation (Local CLI / Development)

```bash
npm install -g mcp-server-domain-appraisal
```

Or run directly without installing:

```bash
npx mcp-server-domain-appraisal
```

---

## 📄 License

MIT License. Developed for the global domain investing and AI agent ecosystem.

TDQS

A3.9/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct aspect: appraise_domain for valuation, check_whois for registration status, and evaluate_outbound_potential for resale viability. No overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (appraise_domain, check_whois, evaluate_outbound_potential) with lowercase snake_case, making them predictable.

Tool Count5/5

Three tools are tightly scoped for a domain appraisal server, covering core functions without bloat. Each tool earns its place.

Completeness4/5

The surface covers appraisal, WHOIS lookup, and outbound potential. Minor gaps exist like domain search or batch operations, but the core lifecycle is complete for the stated purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues