MCP.so
登录

WHOIS MCP

@ASJordi

关于 WHOIS MCP

MCP Server for whois lookups

基本信息

分类

其他

许可证

MIT license

运行时

java

传输方式

stdio

发布者

ASJordi

配置

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

{
  "mcpServers": {
    "whois-mcp-server": {
      "command": "java",
      "args": [
        "-jar",
        "PATH\\target\\whois-mcp-1.0-SNAPSHOT.jar"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is WHOIS MCP?

WHOIS MCP is a Java application that provides WHOIS lookup functionality through the Model Context Protocol (MCP). It allows users to query WHOIS information for domains using a standardized interface over standard input/output, making it compatible with any MCP client.

How to use WHOIS MCP?

Build the project with Maven (mvn clean package), then configure an MCP client such as Claude Desktop or VSCode to run the JAR with java -jar PATH\\target\\whois-mcp-1.0-SNAPSHOT.jar. Once configured, the server is automatically available to any MCP client that supports the protocol.

Key features of WHOIS MCP

  • Domain validation and sanitization
  • Caching of WHOIS server information
  • Fallback to IANA WHOIS server when specific servers are not found
  • Comprehensive error handling
  • Integration with the Model Context Protocol

Use cases of WHOIS MCP

  • Query WHOIS information for any domain via an MCP-enabled AI assistant
  • Automate domain ownership and registration lookups in developer workflows
  • Integrate domain intelligence into Claude Desktop or VSCode Copilot Agent sessions

FAQ from WHOIS MCP

What runtime does WHOIS MCP require?

It requires Java 21 or higher and Maven 3.6 or higher to build.

How does WHOIS MCP determine the correct WHOIS server?

It caches WHOIS server information based on domain extensions, configured in a whois-servers.properties file. If a specific server is not found, it falls back to the IANA WHOIS server.

What dependencies does WHOIS MCP use?

It uses the Model Context Protocol SDK, SLF4J, Apache Commons Net for WHOIS client functionality, Apache Commons Validator for domain validation, and JUnit Jupiter for testing.

How do I test the WHOIS MCP server?

Run mvn test to execute the comprehensive unit tests included in the project. You can also use the MCP Inspector for debugging with a STDIO transport.

How do I debug the WHOIS MCP server?

Use the MCP Inspector by running npx @modelcontextprotocol/inspector, set transport to STDIO with command java -jar PATH\\target\\whois-mcp-1.0-SNAPSHOT.jar, and click Connect.

评论

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