Skip to content
Back to search
90
MCP v1.1.0 sse

Port Scanner API

io.github.Br0ski777/port-scanner

TCP port scanning — check open ports on any host. x402 micropayment.

Uptime
0.0%
1 direct probes · 30d
Response
180ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

Tools · 1

network_scan_ports

Use this when you need to check which TCP ports are open on a host. Returns port status and response times in JSON. Returns: 1. host scanned 2. ports array with port number, status (open/closed/filte…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "port_scanner_api": {
      "url": "https://port-scanner.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}