port-scanner
Port Scanner API
Scanne TCP-Ports auf jedem Host – überprüfe den Status offen/geschlossen und die Antwortzeit. Standardmäßig 16 gängige Ports. Pay-per-Call über x402 (USDC auf Base L2) – kein API-Key, keine Anmeldung, keine Rate-Limit-Blockade.
Teil des klymax402-Marktplatzes – 100 x402-Micropayment-APIs für KI-Agenten, eine Wallet, USDC auf Base.
Schnellstart -- MCP
Fügen Sie Folgendes zu Ihrer MCP-Client-Konfiguration hinzu (Claude Desktop, Cursor, ElizaOS usw.):
{
"mcpServers": {
"port-scanner": {
"url": "https://port-scanner.api.klymax402.com/mcp"
}
}
}Related MCP server: Network Scanner MCP
Schnellstart -- 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 bodyJeder x402-fähige Client (@x402/fetch, x402-agent-tools, ATXP) durchläuft den Zyklus 402 -> sign -> retry automatisch.
Tools
Tool | Methode | Pfad | Preis | Beschreibung |
| POST |
|
| Scannt die gängigen Ports auf einem Host und prüft, welche geöffnet sind. |
network_scan_ports
Verwenden Sie dieses Tool, wenn Sie prüfen müssen, welche TCP-Ports auf einem Host geöffnet sind. Es liefert den Portstatus und die Antwortzeit als JSON.
Parameter
Name | Typ | Erforderlich | Beschreibung |
| string | Ja | Der Hostname oder die IP-Adresse, die gescannt werden soll |
| array | Nein | Array der zu scannenden Portnummern (Standard: [21,22,25,53,80,110,143,443,993,995,3306,3389,5432,6379,8080,8443]) |
Beispielantwort:
{"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}Wann verwenden: Server-Recognition, Überprüfen von Firewall-Regeln, Prüfen der Dienstverfügbarkeit und Auditing der Infrastruktur.
Nicht für: DNS-Auflösung (verwenden Sie network_lookup_dns), SSL-Zertifikatsprüfungen (verwenden Sie security_check_ssl), HTTP-Header-Analyse (verwenden Sie network_analyze_headers).
Beispiel-Prompts für Agenten
„Prüfe, welche TCP-Ports auf einem Host geöffnet sind“
Zahlung
Protokoll: x402 – HTTP-nativer Pay-per-Call, keine Anmeldung, kein API-Key
Netzwerk: Base L3 (
eip155:8453)Asset: USDC
Zahlungsdienstleister: Coinbase CDP (primär), PayAI (Fallback)
Außerdem erreichbar über ATXP (OAuth-gekapseltes x402, RFC 9728 protected-resource-Metadaten)
Teil von klymax402
100 x402-Micropayment-APIs für KI-Agenten – eine Wallet, USDC auf Base, keine Anmeldung.
Katalog: https://klymax402.com/llms.txt
Vollständige API-Referenz: https://klymax402.com/llms-full.txt
Live-Statistiken: https://klymax402.com/stats
Lizenz
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