dotemacs/domain-lookup-mcp
by Various
Domain Lookup MCP
MCP
dotemacs/domain-lookup-mcp
Added 1 June 2026
Overview
A Model Context Protocol (MCP) server written in Go that performs domain lookups. It exposes domain information retrieval as a tool that can be called by AI assistants or other MCP-compatible clients. The implementation is minimal, with only 5 stars on GitHub, indicating a small user base.
Best for
Best for
Developers who need a bare-bones domain lookup tool compatible with MCP and prefer Go-based tools.
Use cases
- Integrating domain lookup capabilities into AI chatbots or assistants via MCP.
- Checking domain registration status or DNS records programmatically.
- Building lightweight automation workflows that require domain information.
How to use
Install
go build ./... Tools exposed
go
Example client config
{\n "mcpServers": {\n "domain-lookup-mcp": {\n "command": "/path/to/domain-lookup-mcp/domain-lookup-mcp",\n "args": [],\n "env": {}\n }\n }\n} Notes
A Model Context Protocol (MCP) server written in Go that performs domain lookups. It exposes domain information retrieval as a tool that can be called by AI assistants or other MCP-compatible clients. The implementation is minimal, with only 5 stars on GitHub, indicating a small user base.
5 stars on GitHub. Last updated 2025-04-23.
Use cases
- Integrating domain lookup capabilities into AI chatbots or assistants via MCP.
- Checking domain registration status or DNS records programmatically.
- Building lightweight automation workflows that require domain information.
Pros
- Lightweight single binary due to Go compilation.
- Open source and easy to audit or modify.
- Simple MCP integration for developers already using the protocol.
Cons
- Very low community adoption and limited documentation.
- Likely only supports basic lookups (no advanced WHOIS parsing or bulk queries).
- No active maintenance or feature updates visible from the repository.
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Lightweight single binary due to Go compilation.
- Open source and easy to audit or modify.
- Simple MCP integration for developers already using the protocol.
Cons
- Very low community adoption and limited documentation.
- Likely only supports basic lookups (no advanced WHOIS parsing or bulk queries).
- No active maintenance or feature updates visible from the repository.
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.