We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/blaze-xyz/bitso-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Bitso API Configuration
BITSO_API_KEY=your_bitso_api_key_here
BITSO_API_SECRET=your_bitso_api_secret_here
# Optional: Custom API endpoint (defaults to https://api.bitso.com)
# BITSO_API_ENDPOINT=https://api.bitso.com
# Optional: Cache TTL in seconds (defaults to 300 = 5 minutes)
# CACHE_TTL_SECONDS=300
# Optional: Request timeout in milliseconds (defaults to 30000 = 30 seconds)
# TIMEOUT=30000
# Optional: Default limit for list operations (defaults to 25)
# DEFAULT_LIMIT=25
# Optional: Enable debug logging (defaults to false)
# DEBUG=false