We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/solenyaresearch0000/opinion-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•585 B
# Opinion.trade MCP Server Configuration
# REQUIRED: Your Opinion.trade API key
# Get your API key from: https://docs.opinion.trade/
OPINION_API_KEY=your_api_key_here
# TRADING MODE (Optional)
# Leave blank for read-only mode (market data only)
# Provide your private key to enable trading features
# WARNING: Keep this secure! Never commit to version control
OPINION_PRIVATE_KEY=
# NETWORK SETTINGS (Optional)
# Chain ID: 56 for BNB mainnet, 97 for BNB testnet
OPINION_CHAIN_ID=56
# API SETTINGS (Optional)
OPINION_API_HOST=https://proxy.opinion.trade:8443
OPINION_API_TIMEOUT=30