dns-lookup
DNS Lookup API
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 bodyx402를 지원하는 모든 클라이언트(@x402/fetch, x402-agent-tools, ATXP)는 402 -> sign -> retry 주기를 자동으로 처리합니다.
도구
도구 | 메서드 | 경로 | 가격 | 설명 |
| POST |
| $0.005 | 도메인의 DNS 레코드 조회 |
network_lookup_dns
도메인에 대한 DNS 레코드를 조회해야 할 때 사용합니다. Cloudflare DNS-over-HTTPS를 통해 일치하는 모든 레코드를 JSON으로 반환합니다.
매개변수
이름 | 타입 | 필수 | 설명 |
| string | 예 | 조회할 도메인 이름 (예: example.com) |
| 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, 가입 불필요.
전체 API 레퍼런스: https://klymax402.com/llms-full.txt
실시간 통계: https://klymax402.com/stats
라이선스
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
- FlicenseNot gradedqualityDmaintenanceProvides DNS over HTTPS (DoH) query capabilities for AI models by querying multiple public DoH servers in parallel and using a consensus algorithm to return the fastest and most reliable DNS resolution results.
- AlicenseAqualityDmaintenanceEnables AI assistants to manage Cloudflare DNS zones and records, including listing, creating, updating, and deleting DNS records through natural language.6MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to manage Cloudflare DNS records, including listing zones and records, and creating, updating, or deleting DNS records.29MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to manage Cloudflare DNS records, including listing, creating, updating, and deleting records for your domains.24GPL 3.0
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.
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/dns-lookup-x402'
If you have feedback or need assistance with the MCP directory API, please join our Discord server