← apick.app

INDIVIDUAL MCP TOOL

whois

WHOIS lookup for a domain or IP address, returning registration and ownership information.

apick.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://apick.app/mcp/web

No auth detected

Connect to this endpoint to inspect the live schema for whois and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

apick.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.app-apick-web]
url = "https://apick.app/mcp/web"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "app-apick-web": {
      "type": "http",
      "url": "https://apick.app/mcp/web"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: app-apick-web
Remote MCP URL: https://apick.app/mcp/web

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "app-apick-web": {
      "url": "https://apick.app/mcp/web"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "app-apick-web": {
      "type": "http",
      "url": "https://apick.app/mcp/web"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "app-apick-web",
  "transport": "streamable-http",
  "url": "https://apick.app/mcp/web"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • nslookup — Resolve a domain name to its currently registered IP addresses (DNS lookup).
  • reverse_ip — Reverse IP lookup: list domains that have been hosted on a given IP address.
  • location — Look up the geographic location of a domain or IP address.
  • ip_history — Look up the historical IP address changes of a domain.
  • url_html — Fetch a web page and return its rendered HTML source.
  • url_screenshot — Capture a screenshot of a web page and return it as a JPEG image.
  • url_similarity — Compare two web pages and judge how similar they are.
  • google_search — Google keyword search: return web search results (link, title, snippet) for a keyword.