We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yangjeep/playground-searchspring-api-assist-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Searchspring MCP Server Configuration
# Required: Your Searchspring API key
# Get this from your Searchspring dashboard
SEARCHSPRING_API_KEY=your_api_key_here
# Required: Your Searchspring site ID
# This identifies your specific Searchspring site configuration
SEARCHSPRING_SITE_ID=your_site_id_here
# Optional: Custom API base URL (defaults to https://api.searchspring.net)
# Only change this if you're using a custom Searchspring deployment
# SEARCHSPRING_BASE_URL=https://api.searchspring.net
# Optional: Request timeout in milliseconds (defaults to 10000)
# Adjust if you need longer timeouts for API requests
# SEARCHSPRING_TIMEOUT=10000