port-scanner
Port Scanner API
Escanea puertos TCP en cualquier host: comprueba el estado abierto/cerrado y el tiempo de respuesta. 16 puertos comunes por defecto. Pago por llamada mediante x402 (USDC en Base L2): sin clave de API, sin registro y sin muro de límite de peticiones.
Parte del marketplace klymax402: 100 APIs de micropagos x402 para agentes de IA, una única wallet y USDC on Base.
Inicio rápido -- MCP
Añade esto a la configuración de tu cliente MCP (Claude Desktop, Cursor, ElizaOS, etc.):
{
"mcpServers": {
"port-scanner": {
"url": "https://port-scanner.api.klymax402.com/mcp"
}
}
}Related MCP server: Network Scanner MCP
Inicio rápido -- HTTP (x402)
curl -X POST "https://port-scanner.api.klymax402.com/api/scan" \
-H "Content-Type: application/json" \
-d '{"host":"..."}'
# -> 402 Payment Required, with an x402 payment challenge in the response bodyCualquier cliente compatible con x402 (@x402/fetch, x402-agent-tools, ATXP) gestiona automáticamente el ciclo 402 -> sign -> retry.
Herramientas
Herramienta | Método | Ruta | Precio | Descripción |
| POST |
| $0.05 | Escanea los puertos comunes de un host para comprobar cuáles están abiertos |
network_scan_ports
Úsala cuando necesites comprobar qué puertos TCP están abiertos en un host. Devuelve estado de los puertos y tiempos de respuesta en JSON.
Parámetros
Nombre | Tipo | Obligatorio | Descripción |
| string | sí | El nombre de host o la IP que se va a escanear |
| array | no | Matriz de números de puerto a escanear (por defecto: [21,22,25,53,80,110,143,443,993,995,3306,3389,5432,6379,8080,8443]) |
Ejemplo de respuesta:
{"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}Cuándo usarlo: reconocimiento de servidores, verificación de reglas de firewall, comprobación de disponibilidad de servicios y auditoría de red.
No indicadas para: resolución de DNS (usa network_scan), comprobación de certificados SSL (usa security_check_ssl), análisis de cabeceras HTTP (usa network_analyze_headers).
Ejemplos de indicaciones para agentes
"Comprueba qué puertos TCP están abiertos en un host"
Pago
Protocolo: x402 -- pago por llamada nativo de HTTP, sin registro, sin clave de API
Red: Base L2 (
eip155:8453)Activo: USDC
Facilitador: Coinbase CDP (principal), PayAI (respaldo)
También es posible acceder a través de ATXP (x402 envuelto en OAuth, metadatos de recurso protegido RFC 9728)
Parte de klymax402
100 APIs de micropagos x402 para agentes de IA -- una sola wallet, USDC on Base, cero registro.
Catálogo: https://klymax402.com/llms.txt
Referencia completa de la API: https://klymax402.com/llms-full.txt
Estadísticas en vivo: https://klymax402.com/stats
Licencia
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to perform network scanning operations using NMAP, offering a standardized interface for network analysis and security assessments through AI conversations.3248MIT
- AlicenseNot gradedqualityDmaintenanceEnables network discovery, port scanning, and infrastructure monitoring with device detection, service fingerprinting, and cluster health checks for autonomous AI systems.2MIT

Pylon MCP Serverofficial
FlicenseNot gradedqualityFmaintenanceProvides 20+ AI agent capabilities like web scraping, PDF parsing, OCR, and more, with pay-per-use micropayments via x402.1- AlicenseNot gradedqualityCmaintenanceEnables AI agents to resolve tokens, get quotes, check for honeypots/rug pulls, build swaps, and retrieve receipts via x402 micropayments.1MIT
Related MCP Connectors
The web capability layer for AI agents: render, extract, DNS, SSL, WHOIS & more via x402.
x402-paid agent tools: 18 over HTTP, 14 over stdio. USDC per call, no API key.
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Br0ski777/port-scanner-x402'
If you have feedback or need assistance with the MCP directory API, please join our Discord server