Skip to main content
Glama

DNS Lookup API

MCP Server x402 License: MIT

Cloudflare DNS-over-HTTPS를 통해 DNS 레코드(A, AAAA, MX, TXT, CNAME, NS, SOA, SRV)를 조회합니다. 빠르고 안정적입니다. x402를 통한 호출당 결제(Base L2의 USDC) -- API 키 불필요, 가입 불필요, rate-limit 제한 없음.

klymax402 마켓플레이스의 일부 -- AI 에이전트를 위한 100개의 x402 마이크로결제 API, 하나의 지갑, Base의 USDC.

빠른 시작 -- MCP

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

{
  "mcpServers": {
    "dns-lookup": {
      "url": "https://dns-lookup.api.klymax402.com/mcp"
    }
  }
}

Related MCP server: Cloudflare DNS MCP Server

빠른 시작 -- HTTP (x402)

curl -X POST "https://dns-lookup.api.klymax402.com/api/lookup" \
  -H "Content-Type: application/json" \
  -d '{"domain":"..."}'
# -> 402 Payment Required, with an x402 payment challenge in the response body

x402를 지원하는 모든 클라이언트(@x402/fetch, x402-agent-tools, ATXP)는 402 -> sign -> retry 주기를 자동으로 처리합니다.

도구

도구

메서드

경로

가격

설명

network_lookup_dns

POST

/api/lookup

$0.005

도메인의 DNS 레코드 조회

network_lookup_dns

도메인에 대한 DNS 레코드를 조회해야 할 때 사용합니다. Cloudflare DNS-over-HTTPS를 통해 일치하는 모든 레코드를 JSON으로 반환합니다.

매개변수

이름

타입

필수

설명

domain

string

조회할 도메인 이름 (예: example.com)

type

string

아니요

DNS 레코드 유형: A, AAAA, MX, TXT, CNAME, NS, SOA, SRV (기본값: A)

응답 예시:

{"domain":"example.com","type":"A","records":[{"name":"example.com","type":"A","data":"93.184.216.34","ttl":3600}],"queryTime":12,"resolver":"cloudflare"}

사용 시점: DNS 설정을 검증하거나, 이메일 설정 전 MX 레코드를 확인하거나, SPF/DKIM/DMARC용 TXT 레코드를 점검하거나, 도메인 해석 문제를 디버깅할 때 사용합니다.

부적합한 용도: SSL 인증서 확인(security_check_ssl 사용), WHOIS 도메인 정보(domain_lookup_intelligence 사용), HTTP 헤더 분석(network_analyze_headers 사용).

에이전트 프롬프트 예시

  • "도메인에 대한 DNS 레코드 조회"

결제

  • 프로토콜: x402 -- HTTP 네이티브 호출당 결제, 가입 불필요, API 키 불필요

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

  • 자산: USDC

  • 퍼실리테이터: Coinbase CDP (기본), PayAI (보조)

  • ATXP로도 접근 가능 (OAuth로 래핑된 x402, RFC 9728 protected-resource 메타데이터)

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

  • Look up DNS information for any domain to troubleshoot issues and gather insights. Get fast, relia…

  • The web capability layer for AI agents: render, extract, DNS, SSL, WHOIS & more via x402.

  • Domain & company intel for AI agents: RDAP, DNS, email deliverability, tech stack. No API keys.

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/dns-lookup-x402'

If you have feedback or need assistance with the MCP directory API, please join our Discord server