1. Conduid
  2. Browser
  3. namecheap-mcp
MCP server · Browser

namecheap-mcp

Search domains from plain-language ideas and get exact matches plus brandable variations. Check live availability with premium indicators. Jump straight to purchase with direct Namecheap buy links.

Unclaimed browser
34Low

Scored 4 months ago · breakdown

About namecheap-mcp

namecheap-mcp is an MCP server in the Browser category: search domains from plain-language ideas and get exact matches plus brandable variations. Check live availability with premium indicators. Jump straight to purchase with direct Namecheap buy links. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/aarya-rapid/namecheap-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about namecheap-mcp

Powered by Claude · Grounded in docs

I know everything about namecheap-mcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Namecheap MCP – Domain Search Server

A Model Context Protocol (MCP) server that provides domain search, fuzzy domain suggestions, and availability lookup using Fastly Domain Research API, with Namecheap buy links for quick purchase.

This is designed to be consumed by MCP-compatible clients (e.g., Postman MCP, AI agents).


🚀 Features

  • Fuzzy domain search from natural language queries
    "apple", "cool ai studio", "apple.com" etc.
  • Exact match detection
    apple.com, apple.io, apple.ai
  • Similar / brandable variations
    getapple.com, tryapple.io, applehq.ai, etc.
  • Live domain availability via Fastly Domain Research API
  • Marks premium domains when detected
  • Provides direct Namecheap buy link for every suggestion
  • Fully async + fast response time

🧠 How it works (high-level)

Layer Purpose
Controllers Expose MCP tools
Services Fuzzy search logic, scoring, result merging
Repositories Fastly Domain Research API integration
Models Pydantic schemas for request/response
Server Boots MCP server via Streamable HTTP transport

Fastly API is used only to determine availability + premium status.
Prices are not included yet, but can be added later (Porkbun, Namecheap API, etc.).


📂 Project Structure

namecheap-mcp/
 ├─ src/
 │   └─ namecheap_mcp/
 │       ├─ server.py
 │       ├─ config.py
 │       ├─ controllers/
 │       ├─ services/
 │       ├─ repositories/
 │       ├─ models/
 ├─ pyproject.toml
 ├─ .env.example
 ├─ README.md

🔧 Requirements

  • Python 3.12+
  • uv (recommended) or Poetry
  • MCP-compatible client (Postman MCP recommended)

📥 Setup

1️⃣ Install dependencies

uv sync

2️⃣ Create .env file in the project root:

FASTLY_API_TOKEN=your_fastly_api_token_here
MCP_HOST=0.0.0.0
MCP_PORT=8000

.env must NOT be committed. It is ignored via .gitignore.

3️⃣ Run the MCP server

uv run python -m namecheap_mcp.server

🧪 Testing With Postman MCP

  1. Open Postman → Connect to MCP
  2. Add connection:
http://localhost:8000
  1. Call the tool:
search_domains

Example request:

{
  "query": "apple",
  "tlds": [".com", ".io", ".ai"],
  "max_results": 25,
  "include_taken": true
}

Response includes:

  • exact_matches
  • similar_matches
  • available and is_premium
  • fastly_status (raw API value)
  • namecheap_buy_url

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About namecheap-mcp

How do I install namecheap-mcp?

Run git clone https://github.com/aarya-rapid/namecheap-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is namecheap-mcp safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is namecheap-mcp still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.