Skip to main content
Glama
tudadada

mcp-server-appraise-domain

README.md
# mcp-server-appraise-domain

[![npm version](https://img.shields.io/npm/v/mcp-server-appraise-domain.svg)](https://www.npmjs.com/package/mcp-server-appraise-domain)
[![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 offering rapid domain appraisal heuristics and secondary marketplace listing strategies.

---

## ⚡ Features & Tools

- **`quick_appraise`**: Performs an instantaneous domain appraisal with retail, wholesale, and quick-liquidation value bands.
- **`get_listing_strategy`**: Provides tailored marketplace distribution advice for Sedo, Afternic Fast-Transfer, Dan, and Spaceship escrow.

---

## 🚀 Quick Start (Running with AI Clients)

### Claude Desktop Integration

Add this snippet to your `claude_desktop_config.json`:

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

### Cursor IDE / Windsurf Integration

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

---

## 📦 Local Installation & Development

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

Or run directly via stdio:
```bash
npx mcp-server-appraise-domain
```

---

## 📄 License

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

TDQS

B3.4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools address clearly distinct workflows: one provides domain valuation bands, the other offers marketplace listing advice. There is no overlap or ambiguity between them.

Naming Consistency4/5

Both names are readable and action-oriented, but they differ slightly in structure: 'quick_appraise' uses an adjective prefix while 'get_listing_strategy' uses the standard verb_noun pattern. This is a minor deviation rather than a systemic inconsistency.

Tool Count3/5

Two tools is on the thin side for a domain appraisal server, but the pair covers two distinct user intents. The count is borderline acceptable for a focused utility.

Completeness3/5

The server covers valuation and listing strategy, but lacks deeper appraisal details such as comparable sales, historical trends, or bulk appraisal support. Agents can complete basic appraisal tasks but may hit gaps for more thorough domain evaluation.

Maintenance

ActivityMaintained
ResponsivenessNo issues