# Choose your provider: 'namecheap' or 'domainr'
DOMAIN_PROVIDER=namecheap
# Namecheap API Configuration (if using namecheap)
NAMECHEAP_API_USER=your_username
NAMECHEAP_API_KEY=your_api_key
NAMECHEAP_CLIENT_IP=your_ip_address
# Domainr API Configuration (if using domainr)
DOMAINR_RAPIDAPI_KEY=your_rapidapi_key
DOMAINR_RAPIDAPI_HOST=domainr.p.rapidapi.com
LLM_PROVIDER=openai
# OpenAI/Compatible API Configuration
# Works with OpenAI, Groq, Together AI, and other OpenAI-compatible endpoints
OPENAI_API_URL=https://api.openai.com/v1
# For Groq: https://api.groq.com/openai/v1/chat/completions
# For Together AI: https://api.together.xyz/v1
# For local Ollama: http://127.0.0.1:11434/api/generate
OPENAI_API_KEY=your_api_key
OPENAI_MODEL=gpt-4
# Ollama Configuration (if using ollama)
OLLAMA_API_URL=http://127.0.0.1:11434/api/generate
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/halfaipg/domain-finder-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server