# Whois Mcp Server

> WHOIS MCP server by Google Antigravity

- **Type:** MCP server
- **Install:** `agentstack add mcp-github30-whois-mcp-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [GitHub30](https://agentstack.voostack.com/s/github30)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [GitHub30](https://github.com/GitHub30)
- **Source:** https://github.com/GitHub30/whois-mcp-server
- **Website:** https://whois-mcp.fastmcp.app

## Install

```sh
agentstack add mcp-github30-whois-mcp-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# whois-mcp-server

A Model Context Protocol (MCP) server that provides WHOIS lookup capabilities for IP addresses and domain names. Built with [FastMCP](https://github.com/jlowin/fastmcp), `ipwhois`, and `python-whois`.

# MCP Server URL
```
https://whois-mcp.fastmcp.app/mcp
```

## Features

- **IP Lookup**: Retrieve WHOIS information for IP addresses using `lookup_ip`.
- **Domain Lookup**: Retrieve WHOIS information for domain names using `lookup_domain`.

## Tools

### `lookup_ip`
Performs a WHOIS lookup for a given IP address (e.g., "8.8.8.8").

### `lookup_domain`
Performs a WHOIS lookup for a given domain name (e.g., "google.com").

## Usage

1. Install dependencies:
   ```bash
   pip install -r requirements.txt
   ```

2. Run the server:
   ```bash
   python server.py
   ```

## Development

Run tests:
```bash
python test.py
```

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [GitHub30](https://github.com/GitHub30)
- **Source:** [GitHub30/whois-mcp-server](https://github.com/GitHub30/whois-mcp-server)
- **License:** MIT
- **Homepage:** https://whois-mcp.fastmcp.app

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-github30-whois-mcp-server
- Seller: https://agentstack.voostack.com/s/github30
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
