# Port Scanner API MCP server

TCP port scanning â€” check open ports on any host. x402 micropayment.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-port-scanner
- Repository: https://github.com/Br0ski777/port-scanner-x402
- Website: https://github.com/Br0ski777/port-scanner-x402

## Install
- Endpoint: https://port-scanner.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://port-scanner.api.klymax402.com/mcp

## Tools
- 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/filtered), responseTime in ms 3. openCount and totalScanned 4. scanDuration in ms.

Example output: {"host":"example.com","ports":[{"port":80,"status":"open","responseTime":45},{"port":443,"status":"open","responseTime":52},{"port":22,"status":"closed","responseTime":null}],"openCount":2,"totalScanned":16,"scanDuration":1200}

Use this FOR server reconnaissance, verifying firewall rules, checking service availability, and infrastructure auditing.

Do NOT use for DNS resolution -- use network_lookup_dns instead. Do NOT use for SSL certificate checks -- use security_check_ssl instead. Do NOT use for HTTP header analysis -- use network_analyze_headers instead. Endpoint: https://port-scanner.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
