Skip to main content
Glama

Port Scanner API

MCP Server x402 License: MIT

모든 호스트에서 TCP 포트를 스캔하여 열림/닫힘 상태와 응답 시간을 확인할 수 있습니다. 기본적으로 잘 알려진 포트 16개를 검사합니다. x402를 통한 호출당 결제(Base L2의 USDC)이며, API 키도, 가입도 필요 없고 레이트리밋 제한도 없습니다.

klymax402 마켓플레이스의 일부입니다. AI 에이전트를 위한 100개의 x402 마이크로페이먼트 API, 하나의 지갑, Base 기반 USDC.

빠른 시작 -- MCP

MCP 클라이언트 설정(Claude Desktop, Cursor, ElizaOS 등)에 다음을 추가하세요:

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

Related MCP server: Network Scanner MCP

빠른 시작 -- 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

x402를 인식하는 클라이언트(@x402/fetch, x402-agent-tools, ATXP)는 402 -> 서명 -> 재시도 사이클을 자동으로 처리합니다.

도구

도구

메서드

경로

가격

설명

network_scan_ports

POST

/api/scan

$0.008

호스트의 일반적인 포트를 스캔하여 열려 있는 포트를 확인합니다.

network_scan_ports

호스트에서 어떤 TCP 포트가 열려 있는지 확인해야 할 때 사용합니다. JSON으로 포트 상태와 응답 시간을 반환합니다.

매개변수

이름

유형

필수

설명

host

string

스캔할 호스트명 또는 IP 주소

ports

array

아니요

스캔할 포트 번호 배열(기본값: [21,22,25,53,80,110,143,443,993,995,3306,3389,5432,6379,8080,8443])

예시 응답:

{"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}

권장 용도: 서버 정찰, 방화벽 규칙 검증, 서비스 가용성 확인, 인프라 감사에 사용합니다.

적합하지 않은 용도: DNS 조회(network_lookup_dns 사용), SSL 인증서 확인(security_check_ssl 사용), HTTP 헤더 분석(network_analyze_headers 사용).

예시 에이전트 프롬프트

  • "호스트에서 열려 있는 TCP 포트가 무엇인지 확인하세요."

결제

  • 프로토콜: x402 -- HTTP 기반 호출당 결제, 가입 없음, API 키 없음

  • 네트워크: Base L2 (eip155:8453)

  • 자산: USDC

  • 중개자: Coinbase CDP (기본), PayAI (예비)

  • ATXP로도 이용 가능합니다 (OAuth로 래핑된 x402, RFC 9728 보호 리소스 메타데이터)

klymax402의 일부

AI 에이전트를 위한 100개의 x402 마이크로페이먼트 API -- 하나의 지갑, Base의 USDC, 가입 없음.

라이선스

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