WHOIS MCP
@ASJordi
WHOIS MCP について
MCP Server for whois lookups
基本情報
設定
以下の設定を使って、このサーバーを 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
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

EverArt
modelcontextprotocolModel Context Protocol Servers
コメント