IP2WHOIS Connector for AI agents.
10 live capabilities
Get instant domain registration and ownership data for your research.
Waiting for input…
Why people use IP2WHOIS
IP2WHOIS for Domain Registration Research
With this Connector, you just tell your agent what you need. It pulls the registrar, contact info, and expiry dates instantly. You get a clean summary of the data without ever leaving your chat window.
What Vinkius changes
It turns your AI agent into a high-speed domain intelligence capability.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking brand name availability
A domain investor wants to see if a specific brand name is available.
- Real-world use case 02
Mapping malicious infrastructure
A security researcher finds a malicious IP.
- Real-world use case 03
Bulk auditing company assets
An IT admin needs to audit 10 domains.
Complete set · 10capabilities
The complete IP2WHOIS capability set.
These are the exact actions your AI can choose when you ask it to work with IP2WHOIS.
01—04
4 capabilities in this set.
Part of 10 available through IP2WHOIS.
- 01 Capability
Check domain availability
Check if a domain is available for registration. It lets you see if a name is free before you try to buy it.
- 02 Capability
Check domain age
Check the age of a domain. It gives you the exact time in days and years since the domain was first registered.
- 03 Capability
Lookup hosted domains
Find all domains hosted on a specific IP address. This is great for analyzing shared hosting environments.
- 04 Capability
Get registrar info
Get registrar and status info for a domain. It provides the details on where a domain is currently registered.
05—07
3 capabilities in this set.
Part of 10 available through IP2WHOIS.
- 05 Capability
Check ip2whois status
Confirm your API key is working. Use this to verify your connection to the service is active.
- 06 Capability
Lookup domain whois
Full WHOIS lookup for a domain. It pulls all available registration records into one single view.
- 07 Capability
Bulk whois lookup
Query multiple domains at once to get key registration details for each. Use this to speed up your research on large lists.
08—10
3 capabilities in this set.
Part of 10 available through IP2WHOIS.
- 08 Capability
Get domain contacts
Get registrant and admin contact info for a domain. This helps you find the people responsible for a specific website.
- 09 Capability
Check domain expiry
Check when a domain expires. It is useful for monitoring your portfolio and knowing when to renew.
- 10 Capability
Get nameservers
Get nameservers for a domain. Use this to see which DNS providers a site is currently using.
Set up in minutes
One URL. Then ask IP2WHOIS to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use IP2WHOIS from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_CFaRensySdzvGJNiL3NtHE3T5QH88Hg7NGRYiWjx/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it IP2WHOIS, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable IP2WHOIS for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_CFaRensySdzvGJNiL3NtHE3T5QH88Hg7NGRYiWjx/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the IP2WHOIS URL.
- Step 03
Save and start
Save the connection and enable IP2WHOIS in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"ip2whois": {
"url": "https://edge.vinkius.com/vk_preview_CFaRensySdzvGJNiL3NtHE3T5QH88Hg7NGRYiWjx/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using IP2WHOIS
Open Agent mode in chat and ask: "Using IP2WHOIS, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"ip2whois": {
"url": "https://edge.vinkius.com/vk_preview_CFaRensySdzvGJNiL3NtHE3T5QH88Hg7NGRYiWjx/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using IP2WHOIS
Ask Copilot: "Using IP2WHOIS, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"ip2whois": {
"url": "https://edge.vinkius.com/vk_preview_CFaRensySdzvGJNiL3NtHE3T5QH88Hg7NGRYiWjx/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using IP2WHOIS
Open Cascade and ask: "Using IP2WHOIS, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"ip2whois": {
"url": "https://edge.vinkius.com/vk_preview_CFaRensySdzvGJNiL3NtHE3T5QH88Hg7NGRYiWjx/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using IP2WHOIS
Ask Cline: "Using IP2WHOIS, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add ip2whois --transport http "https://edge.vinkius.com/vk_preview_CFaRensySdzvGJNiL3NtHE3T5QH88Hg7NGRYiWjx/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using IP2WHOIS
Ask Claude: "Using IP2WHOIS, show me...". 10 tools are ready
Where the request belongs
Work IP2WHOIS can move forward.
Domain investors who need to track hundreds of expirations, security researchers hunting for infrastructure links, and IT admins auditing DNS records.
Domain Investor
Monitors expiry dates and checks availability for new acquisitions on a Tuesday afternoon.
Security Researcher
Finds all domains hosted on a suspicious IP to map out infrastructure during an investigation.
IT Administrator
Audits nameservers and registrar status for company assets to ensure proper configuration.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsWhoisXML
Access comprehensive domain intelligence, WHOIS records, IP geolocation, and email verification directly from your AI agent.
NameSilo (Domain Registrar Developer API)
Manage your domain portfolio, DNS records, and registrations directly through NameSilo's developer API.
Namecheap
Manage your domains, DNS records, SSL certificates and account. check domain availability and configure nameservers.
Porkbun
Manage domains and DNS records via Porkbun. list domains, update DNS, check pricing, and retrieve SSL certificates directly from your AI agent.
Gandi.net (Domain Registration & Hosting API)
Manage Gandi.net domains, DNS records, mailboxes, and hosting instances directly from your AI agent.
DNSimple
Manage domains, DNSSEC, and email forwarding via DNSimple. list accounts, control domains, and manage DS records directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep IP2WHOIS connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about IP2WHOIS.
The practical details behind the request, access and result.
Can I use IP2WHOIS MCP to check if a domain name is taken?
Yes, you can ask your agent to check the availability of any domain name. It will tell you if the name is currently free for registration or if it is already owned by someone else.
How many domains can I check at once with IP2WHOIS MCP?
You can query up to 10 domains in a single operation. This makes it very efficient for checking large lists of assets without having to ask multiple questions.
Does IP2WHOIS MCP show me the owner's name?
It provides the registrant and admin contact information available in the WHOIS records. Note that many owners use privacy protection services to hide their personal details.
Can IP2WHOIS MCP find websites hosted on a specific IP?
Yes, it can perform a reverse IP lookup. This allows you to see all the different domains that are hosted on a single IP address, which is helpful for infrastructure analysis.
How do I get my API key for the IP2WHOIS MCP?
You just need to sign up for an IP2WHOIS account. Once you have an account, you can generate an API key to connect the Connector to your AI client.
Can I use IP2WHOIS MCP for security research?
Absolutely. It is a great capability for security researchers who need to map out infrastructure, identify registrar details, and check for domain expiry dates quickly.
Can I check if a domain is available for registration?
Yes! Use check_domain_availability with the domain name. It analyzes the WHOIS record to determine if the domain appears unregistered.
How many domains can I look up at once?
Use bulk_whois_lookup with a comma-separated list of up to 10 domains to get key registration details for each one in a single request.
Can I find which domains are hosted on a specific server?
Yes! Use lookup_hosted_domains with an IPv4 or IPv6 address to perform a reverse IP lookup and discover all domains on that server.
One connection away
Give your agent a direct line to IP2WHOIS.
Connect IP2WHOIS once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available