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•503 B
# Dynadot API Configuration
DYNADOT_API_KEY=your-api-key-here
# Optional: Use sandbox for testing
DYNADOT_SANDBOX=true
# 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