Skip to main content
Glama

DNS MCP Server

by cenemil
dns-resolver.d.ts726 B
import { DnsRecordType, DnsLookupResult, DnsError, DnsServerConfig } from './types/dns'; export declare class DnsResolver { private resolver; private config; constructor(config?: DnsServerConfig); lookup(domain: string, recordType: DnsRecordType, timeout?: number): Promise<DnsLookupResult>; reverseLookup(ipAddress: string): Promise<string[]>; batchLookup(queries: { domain: string; recordTypes: DnsRecordType[]; }[], parallel?: boolean): Promise<{ results: DnsLookupResult[]; errors: DnsError[]; }>; traceDns(domain: string, recordType?: DnsRecordType): Promise<any>; updateServers(servers: string[]): void; } //# sourceMappingURL=dns-resolver.d.ts.map

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/cenemil/dns-mcp-server'

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