We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DaunteEth/woofi-pro-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•738 B
# WOOFi Pro MCP Server - Environment Configuration
# Copy this file to .env and replace with your actual values
# �� Required: Your Orderly Network API Credentials
# Get these from: https://pro.woo.org/account/api
WOOFI_API_KEY=your_orderly_api_key_here
WOOFI_SECRET_KEY=your_orderly_secret_key_here
WOOFI_ACCOUNT_ID=your_account_id_here
# ℹ️ Hardcoded for simplicity:
# - WOOFI_BASE_ENDPOINT=https://api.orderly.org
# - WOOFI_BROKER_ID=woofi_pro
# - WOOFI_CHAIN_ID=42161
# 📖 Setup Instructions:
# 1. Visit https://pro.woofi.com
# 2. Complete KYC verification
# 3. Generate API keys with 'read' and 'trading' permissions
# 4. Copy your API key, secret key, and account ID above
# 5. Save this file as .env (remove .example)