MCP Server
Maintained
MIT
io.github.dorukardahan/domain-search-mcp MCP Server
io.github.dorukardahan/domain-search-mcp
What is the io.github.dorukardahan/domain-search-mcp MCP server?
Fast domain availability checker with pricing comparison and AI-powered suggestions.
How to install io.github.dorukardahan/domain-search-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
PORKBUN_API_KEYsecretPorkbun API key for pricing data (optional - works without it)
PORKBUN_API_SECRETsecretPorkbun API secret (required with PORKBUN_API_KEY)
NAMECHEAP_API_KEYsecretNamecheap API key (optional)
NAMECHEAP_API_USERNamecheap API username (required with NAMECHEAP_API_KEY)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"domain-search-mcp": {
"command": "npx",
"args": [
"-y",
"domain-search-mcp"
],
"env": {
"PORKBUN_API_KEY": "<YOUR_PORKBUN_API_KEY>",
"PORKBUN_API_SECRET": "<YOUR_PORKBUN_API_SECRET>",
"NAMECHEAP_API_KEY": "<YOUR_NAMECHEAP_API_KEY>",
"NAMECHEAP_API_USER": "<YOUR_NAMECHEAP_API_USER>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"domain-search-mcp": {
"command": "npx",
"args": [
"-y",
"domain-search-mcp"
],
"env": {
"PORKBUN_API_KEY": "<YOUR_PORKBUN_API_KEY>",
"PORKBUN_API_SECRET": "<YOUR_PORKBUN_API_SECRET>",
"NAMECHEAP_API_KEY": "<YOUR_NAMECHEAP_API_KEY>",
"NAMECHEAP_API_USER": "<YOUR_NAMECHEAP_API_USER>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"domain-search-mcp": {
"command": "npx",
"args": [
"-y",
"domain-search-mcp"
],
"env": {
"PORKBUN_API_KEY": "<YOUR_PORKBUN_API_KEY>",
"PORKBUN_API_SECRET": "<YOUR_PORKBUN_API_SECRET>",
"NAMECHEAP_API_KEY": "<YOUR_NAMECHEAP_API_KEY>",
"NAMECHEAP_API_USER": "<YOUR_NAMECHEAP_API_USER>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"domain-search-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"domain-search-mcp"
],
"env": {
"PORKBUN_API_KEY": "<YOUR_PORKBUN_API_KEY>",
"PORKBUN_API_SECRET": "<YOUR_PORKBUN_API_SECRET>",
"NAMECHEAP_API_KEY": "<YOUR_NAMECHEAP_API_KEY>",
"NAMECHEAP_API_USER": "<YOUR_NAMECHEAP_API_USER>"
}
}
}
}Claude Code
claude mcp add domain-search-mcp --env PORKBUN_API_KEY=<YOUR_PORKBUN_API_KEY> --env PORKBUN_API_SECRET=<YOUR_PORKBUN_API_SECRET> --env NAMECHEAP_API_KEY=<YOUR_NAMECHEAP_API_KEY> --env NAMECHEAP_API_USER=<YOUR_NAMECHEAP_API_USER> -- npx -y domain-search-mcpRelated MCP servers
Offline access to TwitterAPI.io docs for AI assistants. 52 endpoints, guides, pricing.
7
View repository →JavaScript
MIT
Offline access to TwitterAPI.io docs for AI assistants. 67 endpoints, 32 pages, 24 blog posts.
7
View repository →JavaScript
MIT