AgentHubAgentHub

mcp-whoisxmlapi

MCP ServerMCP Registry官方收录

io.github.whois-api-llc/mcp-whoisxmlapi · v1.4.1

30 WHOIS, DNS, IP, threat intelligence, and bulk tools for AI agents via WhoisXML API.

概览

mcp-whoisxmlapi 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "mcp-whoisxmlapi": {
      "command": "npx",
      "args": [
        "-y",
        "@whoisxmlapidotcom/mcp-whoisxmlapi"
      ],
      "env": {
        "WHOISXMLAPI_TOKEN": "<WHOISXMLAPI_TOKEN>"
      }
    }
  }
}

环境变量

WHOISXMLAPI_TOKEN必填secret

WhoisXML API key (get one at https://whoisxmlapi.com)

相关资源

统一 Manifest

{
  "id": "io.github.whois-api-llc/mcp-whoisxmlapi",
  "type": "mcp-server",
  "version": "1.4.1",
  "displayName": "mcp-whoisxmlapi",
  "description": "30 WHOIS, DNS, IP, threat intelligence, and bulk tools for AI agents via WhoisXML API.",
  "repository": {
    "url": "https://github.com/whois-api-llc/wxa-mcp-server",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@whoisxmlapidotcom/mcp-whoisxmlapi",
        "version": "1.4.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "WHOISXMLAPI_TOKEN",
            "description": "WhoisXML API key (get one at https://whoisxmlapi.com)",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.whois-api-llc/mcp-whoisxmlapi",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.whois-api-llc%2Fmcp-whoisxmlapi/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
mcp-whoisxmlapi — MCP Server 安装与配置 · AgentHub