Skip to main content
Glama

Port Scanner API

MCP Server x402 License: MIT

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 body

Jeder x402-fähige Client (@x402/fetch, x402-agent-tools, ATXP) durchläuft den Zyklus 402 -> sign -> retry automatisch.

Tools

Tool

Methode

Pfad

Preis

Beschreibung

network_scan_ports

POST

/api/scan

0.008

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

host

string

Ja

Der Hostname oder die IP-Adresse, die gescannt werden soll

ports

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.

Lizenz

MIT

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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