IPinfo Connector for AI agents.
10 live capabilities
Identify geographic locations and network ownership for IP addresses.
Waiting for input…
Why people use IPinfo
IPinfo for Automating Manual IP Research
This Connector lets your agent do that work in seconds. You just provide the IP, and the agent returns the location, owner, and security flags in a single response. You get the full picture immediately.
What Vinkius changes
You get instant geographic and network context for any IP address without leaving your AI client.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Threat Hunting
A security analyst asks the agent to check if a suspicious IP is a Tor exit node or a known VPN using `get_enterprise_ip`.
- Real-world use case 02
Log Cleaning
A data analyst uses `batch_enrich_ips` to add city and country data to a CSV of 500 web hits for a marketing report.
- Real-world use case 03
Infrastructure Audit
A DevOps engineer asks for the ASN and owner of a new server's IP using `get_asn` to ensure it's in the correct region.
Complete set · 10capabilities
The complete IPinfo capability set.
These are the exact actions your AI can choose when you ask it to work with IPinfo.
01—04
4 capabilities in this set.
Part of 10 available through IPinfo.
- 01 Capability
Get enterprise ip
Fetch advanced data like privacy flags and abuse contacts. This identifies VPN, Proxy, and Tor usage.
- 02 Capability
Get lite ip
Get basic IPinfo Lite data for a specific IP address. Use this for quick, high-level lookups.
- 03 Capability
Get lookup ip
Get Core, Plus, or Max data for a specific IP address. This provides the most detailed records available.
- 04 Capability
Get ranges
Get all IP ranges associated with a specific domain. This helps you map out an organization's network footprint.
05—07
3 capabilities in this set.
Part of 10 available through IPinfo.
- 05 Capability
Get whois net
Get IP WHOIS data for a specific network. This is useful for verifying network ownership and registration.
- 06 Capability
Get whois org
Get IP WHOIS data for a specific organization. This identifies the point of contact and owner of a network.
- 07 Capability
Get whois poc
Get IP WHOIS data for a specific point of contact. This provides direct information on network administration.
08—10
3 capabilities in this set.
Part of 10 available through IPinfo.
- 08 Capability
Get asn
Retrieve details about an Autonomous System using a number or prefix. This helps you identify the network owner.
- 09 Capability
Batch enrich ips
Enrich up to 1,000 IP addresses in a single request. This is perfect for high-volume data cleaning.
- 10 Capability
Get hosted domains
List domains hosted on a specific IP with pagination support. Use this for reverse IP lookups.
Set up in minutes
One URL. Then ask IPinfo to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use IPinfo 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_zXvkqU5YiXOWDPq3agB3Xh7iE3kefn6eO1K9zqnx/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 IPinfo, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable IPinfo for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_zXvkqU5YiXOWDPq3agB3Xh7iE3kefn6eO1K9zqnx/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 IPinfo URL.
- Step 03
Save and start
Save the connection and enable IPinfo in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"ipinfo-alternative": {
"url": "https://edge.vinkius.com/vk_preview_zXvkqU5YiXOWDPq3agB3Xh7iE3kefn6eO1K9zqnx/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 IPinfo
Open Agent mode in chat and ask: "Using IPinfo, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"ipinfo-alternative": {
"url": "https://edge.vinkius.com/vk_preview_zXvkqU5YiXOWDPq3agB3Xh7iE3kefn6eO1K9zqnx/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 IPinfo
Ask Copilot: "Using IPinfo, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"ipinfo-alternative": {
"url": "https://edge.vinkius.com/vk_preview_zXvkqU5YiXOWDPq3agB3Xh7iE3kefn6eO1K9zqnx/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 IPinfo
Open Cascade and ask: "Using IPinfo, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"ipinfo-alternative": {
"url": "https://edge.vinkius.com/vk_preview_zXvkqU5YiXOWDPq3agB3Xh7iE3kefn6eO1K9zqnx/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 IPinfo
Ask Cline: "Using IPinfo, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add ipinfo-alternative --transport http "https://edge.vinkius.com/vk_preview_zXvkqU5YiXOWDPq3agB3Xh7iE3kefn6eO1K9zqnx/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 IPinfo
Ask Claude: "Using IPinfo, show me...". 10 tools are ready
Where the request belongs
Work IPinfo can move forward.
This is for security folks hunting threats, data analysts cleaning massive logs, and DevOps engineers mapping out complex network infrastructures.
Security Researcher
Identifying the origin of a DDoS attack or checking if a suspicious IP belongs to a known VPN or proxy network.
Data Analyst
Enriching thousands of user logs with geographic context to understand where web traffic is actually coming from.
DevOps Engineer
Verifying network ranges and identifying the owners of hosted domains during infrastructure setup.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsIPdata
Enrich IP addresses with geolocation, ASN, and threat intelligence data directly within your AI agent.
IPinfo
Geolocate and audit IP addresses. identify ASNs and privacy details via AI.
WhoisXML
Access comprehensive domain intelligence, WHOIS records, IP geolocation, and email verification directly from your AI agent.
IPGeolocation.io
Real-time IP geolocation, security intelligence, and timezone data. identify locations, detect VPNs, and manage timezones directly via AI.
IPGeolocation (IP Intelligence & Time)
Resolve IP addresses via IPGeolocation. get precise location, timezone details, and local astronomy data.
AbuseIPDB
Audit IP addresses. check abuse scores and reports via AI.
Bring your own AI
Change the model, client or framework. Keep IPinfo 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 IPinfo.
The practical details behind the request, access and result.
Does IPinfo MCP show me the city and country for an IP?
Yes, it provides precise geographic data including the city, region, and country for any IP address you look up.
Can I check if an IP is a VPN or a Proxy?
Yes, the Connector can identify privacy flags to tell you if a connection is coming from a VPN, Proxy, or Tor node.
How many IPs can I check at once with IPinfo MCP?
You can process up to 1,000 IP addresses in a single batch request, making it easy to handle large datasets.
Can IPinfo MCP tell me who owns a specific IP?
Yes, it pulls WHOIS data which includes organization names, network details, and point of contact information.
Can I find out which domains are hosted on one IP?
Yes, you can list all domains associated with a specific IP address, including support for paginated results.
Does IPinfo MCP work for ASN lookups?
Yes, it retrieves details about Autonomous Systems using either the ASN number or the prefix.
How can I get the most detailed data available for an IP, including WHOIS and company info?
Use the get_enterprise_ip capability. It retrieves the full enterprise dataset, including WHOIS records, company details, abuse contacts, and hosted domains for the target IP.
Is it possible to check which websites are sharing the same IP address?
Yes! The get_hosted_domains capability performs a Reverse IP lookup, returning a list of domains hosted on the specified IP address.
Can I process a large list of IP addresses at once?
Absolutely. Use the batch_enrich_ips action to enrich up to 1,000 IP addresses in a single API call, which is much more efficient than individual lookups.
One connection away
Give your agent a direct line to IPinfo.
Connect IPinfo once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available