← audit.domains

INDIVIDUAL MCP TOOL

appraise_domain

Estimate what a domain name is worth.

audit.domainsnone authenticationAvailability not checked

LIVE ENDPOINT

https://audit.domains/mcp

No auth detected

Connect to this endpoint to inspect the live schema for appraise_domain and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

audit.domains

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.audit-domains]
url = "https://audit.domains/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "audit-domains": {
      "type": "http",
      "url": "https://audit.domains/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: audit-domains
Remote MCP URL: https://audit.domains/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "audit-domains": {
      "url": "https://audit.domains/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "audit-domains": {
      "type": "http",
      "url": "https://audit.domains/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "audit-domains",
  "transport": "streamable-http",
  "url": "https://audit.domains/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • compare_domains — Appraise up to 10 domain names and rank them by estimated fair value.
  • run_bracket — Put up to 8 domain names in a single-elimination tournament and return the seeded field, every match, and the champion.
  • find_comparable_sales — Return the five recorded domain sales closest to a given name, with price, year, venue, a similarity score and the match basis stating why each sale was selected.
  • search_recorded_sales — Search the curated corpus of real recorded domain sales by keyword, TLD, price range, year range or venue.