We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/joachimBrindeau/domain-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•732 B
# Dynadot API Configuration
# Get your API key at: https://www.dynadot.com/help/question/api-key
DYNADOT_API_KEY=your-api-key-here
# Optional: Sandbox testing (https://www.dynadot.com/help/question/api-sandbox)
# Generate sandbox key in Dynadot account > Tools > API > API Sandbox Key
DYNADOT_SANDBOX=true
DYNADOT_SANDBOX_KEY=your-sandbox-key-here
# Test domain (replace with an actual domain you own)
TEST_DOMAIN=example.com
# Target username for domain push operations (another Dynadot account)
DYNADOT_TARGET_USERNAME=testuser
# Contact ID for WHOIS operations (get from: mcp__dynadot__dynadot_contact({ action: "list" }))
TEST_CONTACT_ID=1234567
# Folder ID for folder operations (use -1 for root folder)
TEST_FOLDER_ID=-1