MCP.so
登录

Domain Lookup Mcp

@dotemacs

关于 Domain Lookup Mcp

Domain Lookup MCP

基本信息

分类

其他

运行时

go

传输方式

stdio

发布者

dotemacs

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "domain-lookup-mcp": {
      "command": "/path/to/domain-lookup-mcp/domain-lookup-mcp",
      "args": [],
      "env": {}
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Domain Lookup Mcp?

Domain Lookup Mcp is an MCP server that looks up domain names using the rdap(1) protocol and then falls back to whois(1).

How to use Domain Lookup Mcp?

Clone the repository, build the binary with go build ./..., then configure your MCP client to run the binary with no arguments, as shown in the JSON example.

Key features of Domain Lookup Mcp

  • Domain lookup via RDAP protocol
  • Automatic fallback to WHOIS
  • Lightweight Go implementation
  • Simple MCP client integration

Use cases of Domain Lookup Mcp

  • Checking domain registration details
  • Verifying domain availability or expiration
  • Automating domain ownership investigation
  • Integrating whois/rdap queries into MCP workflows

FAQ from Domain Lookup Mcp

评论

其他 分类下的更多 MCP 服务器