We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dorukardahan/domain-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.dorukardahan/domain-search-mcp",
"description": "Fast domain availability checker with pricing comparison and AI-powered suggestions.",
"repository": {
"url": "https://github.com/dorukardahan/domain-search-mcp",
"source": "github"
},
"version": "1.2.28",
"packages": [
{
"registryType": "npm",
"identifier": "domain-search-mcp",
"version": "1.2.28",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Pricing backend base URL (recommended)",
"isRequired": false,
"format": "string",
"isSecret": false,
"name": "PRICING_API_BASE_URL"
},
{
"description": "Optional bearer token for pricing backend",
"isRequired": false,
"format": "string",
"isSecret": true,
"name": "PRICING_API_TOKEN"
},
{
"description": "Porkbun API key (BYOK, used only if PRICING_API_BASE_URL is not set)",
"isRequired": false,
"format": "string",
"isSecret": true,
"name": "PORKBUN_API_KEY"
},
{
"description": "Porkbun API secret (required with PORKBUN_API_KEY)",
"isRequired": false,
"format": "string",
"isSecret": true,
"name": "PORKBUN_API_SECRET"
},
{
"description": "Namecheap API key (BYOK, used only if PRICING_API_BASE_URL is not set)",
"isRequired": false,
"format": "string",
"isSecret": true,
"name": "NAMECHEAP_API_KEY"
},
{
"description": "Namecheap API username (required with NAMECHEAP_API_KEY)",
"isRequired": false,
"format": "string",
"isSecret": false,
"name": "NAMECHEAP_API_USER"
}
]
}
]
}