actorly
← All MCP servers

Nmap Cloud Scanner - Port Scanner + Service Detection | Bulk

Cloud-hosted nmap (industry-standard network scanner by Fyodor). TCP connect port scans, service/version detection, NSE scripts. Results streamed as structured dataset records — one row per discovered port. $0.005 per record. Authorize scans before running.

  • 3 users
  • Developer tools
  • Automation

Server URL

https://mcp.apify.com/?tools=anshumanatrey/nmap-scanner

Registry name io.github.AnshumanAtrey/nmap-scanner. Streamable HTTP. Authenticate by signing in with Apify, or with an Authorization: Bearer header carrying your Apify API token.

Connect

Claude (web or desktop)

Settings, Connectors, Add custom connector. Paste the server URL above and sign in with Apify.

Claude Code

claude mcp add --transport http nmap-scanner "https://mcp.apify.com/?tools=anshumanatrey/nmap-scanner" --header "Authorization: Bearer YOUR_APIFY_TOKEN"

Cursor

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "nmap-scanner": {
      "url": "https://mcp.apify.com/?tools=anshumanatrey/nmap-scanner",
      "headers": {
        "Authorization": "Bearer YOUR_APIFY_TOKEN"
      }
    }
  }
}

VS Code

Add to .vscode/mcp.json (VS Code asks for the token once):

{
  "servers": {
    "nmap-scanner": {
      "type": "http",
      "url": "https://mcp.apify.com/?tools=anshumanatrey/nmap-scanner",
      "headers": {
        "Authorization": "Bearer ${input:apify-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "apify-token",
      "description": "Apify API token",
      "password": true
    }
  ]
}

Pricing

Charged per event through your Apify account. Free Apify accounts include monthly credit.

Actor Start$0.25
Scan Record$0.005