We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/3viky/mcp-domain-checker-price'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•2.07 kB
# ============================================================================
# MCP Domain Checker Price - Configuration Template
# ============================================================================
# Copy this file to .env and configure with your values
# ----------------------------------------------------------------------------
# Joker.com DMAPI Authentication (REQUIRED)
# ----------------------------------------------------------------------------
# Option 1: API Key (Recommended - more secure)
# Create in Joker.com: My Profile → Manage API access keys
# Can be restricted to read-only mode for safety
MCP_JOKER_API_KEY=""
# Option 2: Username & Password (Alternative)
# Only needed if not using API key
MCP_JOKER_USERNAME=""
MCP_JOKER_PASSWORD=""
# ----------------------------------------------------------------------------
# Joker.com Affiliate Configuration (Optional)
# ----------------------------------------------------------------------------
# Sign up for Joker.com affiliate program: https://joker.com/affiliate
# Leave empty to use direct (non-affiliate) purchase links
# Example: MCP_AFFILIATE_JOKER_ID="your-affiliate-id-here"
MCP_AFFILIATE_JOKER_ID=""
# ----------------------------------------------------------------------------
# Pricing Cache Configuration
# ----------------------------------------------------------------------------
# Cache duration in hours (default: 6)
# Pricing data is cached to reduce scraping load on registrars
# Balance between data freshness and performance
# Set to 0 to disable caching (not recommended - will be slow)
MCP_DOMAIN_PRICING_CACHE_TTL_HOURS=6
# ----------------------------------------------------------------------------
# Notes:
# ----------------------------------------------------------------------------
# - Affiliate links are generated when MCP_AFFILIATE_JOKER_ID is configured
# - Regular purchase links are generated when affiliate ID is empty
# - Cache helps maintain good relationships with registrar websites
# - Restart the MCP server after changing these values