Nmap Online Connector for AI agents.
10 live capabilities
Perform network discovery and security auditing on any domain or IP.
Waiting for input…
Why people use Nmap Online
Nmap Online for Network Security Auditing
With Nmap Online, you just tell your agent what you need. It pulls the DNS, WHOIS, and port data in one flow, presenting it all to you in a clean summary. You get the full picture without the tab fatigue.
What Vinkius changes
You get real-time network intelligence without having to learn complex command-line capabilities.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Mapping an attack surface
A researcher asks the agent to find all open ports and subdomains for a new target to identify potential vulnerabilities.
- Real-world use case 02
Troubleshooting a slow connection
A network admin uses the agent to run a traceroute and identify which hop is causing high latency for a specific region.
- Real-world use case 03
Verifying DNS records
A dev asks the agent to perform a forward and reverse DNS lookup to ensure records are propagating correctly after a move.
Complete set · 10capabilities
The complete Nmap Online capability set.
These are the exact actions your AI can choose when you ask it to work with Nmap Online.
01—04
4 capabilities in this set.
Part of 10 available through Nmap Online.
- 01 Capability
Geoip lookup
Find the physical location and ISP for a given IP address. This helps identify the origin of a target.
- 02 Capability
Get http headers
Pull the raw HTTP response headers from a target website. It's useful for inspecting server configurations.
- 03 Capability
List subdomains
Search for and list all subdomains associated with a domain. Use this for broad infrastructure discovery.
- 04 Capability
Nmap scan
Perform a basic Nmap port scan to see which services are active. It quickly highlights open entry points.
05—07
3 capabilities in this set.
Part of 10 available through Nmap Online.
- 05 Capability
Get page links
Extract all the links from a specific web page. This helps in quickly mapping out site navigation.
- 06 Capability
Ping host
Send a ping to a host to check for basic connectivity. Use it to see if a target is reachable.
- 07 Capability
Reverse dns
Perform a reverse DNS lookup to find the domain linked to an IP. This is great for identifying unknown hosts.
08—10
3 capabilities in this set.
Part of 10 available through Nmap Online.
- 08 Capability
Traceroute
Run a network traceroute to map the path and latency of a connection. It helps pinpoint where lag starts.
- 09 Capability
Whois lookup
Retrieve the WHOIS registration and ownership details for a domain. Use this to find out who owns a target.
- 10 Capability
Dns lookup
Get a forward DNS lookup for a specific domain. Use this to verify where a domain points.
Set up in minutes
One URL. Then ask Nmap Online to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Nmap Online 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_zzcXTxJo17l0QjaigBuLdOKCDddybQ6rHt7cdH4s/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 Nmap Online, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Nmap Online for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_zzcXTxJo17l0QjaigBuLdOKCDddybQ6rHt7cdH4s/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 Nmap Online URL.
- Step 03
Save and start
Save the connection and enable Nmap Online in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"nmap-online": {
"url": "https://edge.vinkius.com/vk_preview_zzcXTxJo17l0QjaigBuLdOKCDddybQ6rHt7cdH4s/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 Nmap Online
Open Agent mode in chat and ask: "Using Nmap Online, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"nmap-online": {
"url": "https://edge.vinkius.com/vk_preview_zzcXTxJo17l0QjaigBuLdOKCDddybQ6rHt7cdH4s/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 Nmap Online
Ask Copilot: "Using Nmap Online, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"nmap-online": {
"url": "https://edge.vinkius.com/vk_preview_zzcXTxJo17l0QjaigBuLdOKCDddybQ6rHt7cdH4s/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 Nmap Online
Open Cascade and ask: "Using Nmap Online, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"nmap-online": {
"url": "https://edge.vinkius.com/vk_preview_zzcXTxJo17l0QjaigBuLdOKCDddybQ6rHt7cdH4s/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 Nmap Online
Ask Cline: "Using Nmap Online, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add nmap-online --transport http "https://edge.vinkius.com/vk_preview_zzcXTxJo17l0QjaigBuLdOKCDddybQ6rHt7cdH4s/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 Nmap Online
Ask Claude: "Using Nmap Online, show me...". 10 tools are ready
Where the request belongs
Work Nmap Online can move forward.
This is for the security pro who needs to map an attack surface fast and the network admin tired of jumping between different diagnostic capabilities.
Security Researcher
Identifying attack surfaces on target IPs during a penetration test.
Network Administrator
Diagnosing dropped packets and verifying DNS records across different regions.
DevOps Engineer
Checking web server headers and service availability during a rollout.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsShodan
Search for internet-connected devices, analyze open ports, discover vulnerabilities and explore the IoT landscape.
Censys
Search internet-connected hosts, SSL certificates and attack surface. discover exposed services and vulnerabilities.
CrowdSec
Automate threat intelligence via CrowdSec. query local decisions, stream security updates, and check global IP reputation directly from any AI agent.
Intruder
Automate vulnerability scanning and security monitoring via Intruder.io API.
Acunetix 360
Automated web vulnerability scanning. manage scans, track issues, and audit security via AI.
UpGuard
Monitor your attack surface and assess vendor security risks with continuous scanning that identifies vulnerabilities before attackers do.
Bring your own AI
Change the model, client or framework. Keep Nmap Online 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 Nmap Online.
The practical details behind the request, access and result.
Can Nmap Online help me find open ports?
Yes, it lets your AI agent perform port scans to identify which services are active on a specific IP or domain.
How do I use Nmap Online for DNS lookups?
You can ask your agent to perform forward or reverse DNS lookups to verify records or find associated domains.
Can I find out where an IP address is located?
Yes, the Connector can provide the country, city, and ISP information for any IP address you provide.
Does Nmap Online work for web diagnostics?
It can pull HTTP headers and extract links from web pages so you can inspect how a site is configured.
Can I use Nmap Online for traceroutes?
Yes, it runs network traceroutes to help you see the path data takes and identify where latency issues occur.
Is Nmap Online good for security research?
It's great for quickly mapping out a target's attack surface and gathering WHOIS registration data.
Is a HackerTarget API Key mandatory?
No. HackerTarget allows a limited number of free daily scans without a key. For higher volume or commercial use, an API key is required.
Can I perform an aggressive Nmap scan?
The nmap_scan capability in this server performs a standard service discovery scan. Aggressive flags are limited by the upstream API provider for safety and performance reasons.
What information does the GeoIP lookup provide?
The GeoIP capability returns the country, region, city, and the Internet Service Provider (ISP) associated with the target IP address.
One connection away
Give your agent a direct line to Nmap Online.
Connect Nmap Online once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available