How to Use the Nmap Online MCP in Cursor
Get live network reconnaissance inside Cursor. Inject actual scan data straight into your codebase as you build.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Nmap Online MCP to Cursor
Create your Vinkius account to connect Nmap Online to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Context-aware network auditing in Cursor
Run `nmap_scan` while you code to verify your server ports are open as expected. You no longer need to rely on static documentation or mock data when you can get the truth from the wire. Your agent uses these outputs to suggest configuration changes or firewall rules. It reads the `nmap_scan` report and applies the fix to your files in real-time.
Rapid DNS and Whois lookups in Cursor
Invoke `dns_lookup` or `whois_lookup` to check domain registration and record status while writing your deployment scripts. The data is available as context for the agent to reference immediately. Stop context switching between your terminal and the editor. Everything you need to verify your infrastructure is now a tool call away.
Trace your production traffic in Cursor
Use `traceroute` to diagnose connectivity issues directly from your project environment. The AI agent analyzes the hop delays and helps you pinpoint misconfigured routes in your stack. Couple this with `get_http_headers` to inspect production responses. You'll see exactly what your services are returning without leaving your IDE.
Set up Nmap Online MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Nmap Online MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Nmap Online transactions." If the MCP tools are loaded correctly, Cursor will call the Nmap Online tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"nmap-online-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Nmap Online. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Nmap Online MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Nmap Online MCP today
We host it, we monitor it, we maintain it. You just paste one token.