MCP.so
ログイン

Name.com MCP Server

@Harshalkatakiya

Name.com MCP Server について

MCP Server for Name.com

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

Harshalkatakiya

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "Name": {
      "command": "npx",
      "args": [
        "-y",
        "Name-mcp"
      ],
      "env": {
        "NAME_API_BASE_URL": "<Name-api-base-url>",
        "NAME_USERNAME": "<Name-api-key>",
        "NAME_API_TOKEN": "<Name-api-secret>"
      }
    }
  }
}

ツール

1

Check the availability of multiple domains upto 50 at once.

概要

What is Name.com MCP Server?

Name.com MCP Server is a Model Context Protocol (MCP) server implemented in TypeScript that interfaces with name.com’s Domain Availability API. It allows AI agents and applications to check the availability of multiple domain names with price information through standardized MCP tools.

How to use Name.com MCP Server?

Install and configure the server by adding the provided JSON block to your MCP client’s settings (e.g., VS Code User Settings). Set environment variables NAME_API_BASE_URL, NAME_USERNAME, and NAME_API_TOKEN with your Name.com Reseller API credentials. The server exposes a single tool check-multiple-domains-availability that accepts an array of domain names.

Key features of Name.com MCP Server

  • Check availability of up to 50 domains at once.
  • Returns purchase and renewal prices for available domains.
  • Implements MCP tools for integration with AI agents.
  • Uses name.com’s Domain Availability API.

Use cases of Name.com MCP Server

  • AI assistants verifying domain name availability for users.
  • Automating bulk domain availability checks in workflows.
  • Integrating domain search into chatbot or AI agent interactions.

FAQ from Name.com MCP Server

What does this MCP server do exactly?

It checks the availability of multiple domain names via name.com’s API and returns purchase and renewal prices for those that are available.

What dependencies are required?

The server is built on the @modelcontextprotocol/typescript-sdk and runs via npx. No additional runtime dependencies are mentioned beyond valid Name.com Reseller API credentials.

Where does the domain data come from?

All availability and pricing data is fetched from name.com’s Domain Availability API. The server does not store any data locally.

Are there any limits on how many domains I can check?

Yes, the server can check up to 50 domain names in a single request.

How do I authenticate with name.com’s API?

You must sign up as a Name.com Reseller, obtain API credentials, and add your current IP address to the allowed IP list. Set the NAME_USERNAME, NAME_API_TOKEN, and NAME_API_BASE_URL environment variables.

コメント

「その他」の他のコンテンツ