Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@WOOFi Pro MCP Servershow me my current open positions and account balance"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
š WOOFi Pro MCP Server
A Model Context Protocol (MCP) server providing 40 comprehensive trading tools for WOOFi Pro and Orderly Network integration. Built for universal compatibility with Cursor IDE, Claude Desktop, Windsurf, and all MCP-compatible applications.
⨠Features
šÆ Platform-Specific Configuration: Smithery-style commands for precise MCP client targeting
40 Trading Tools: Complete suite for DeFi and derivatives trading
Orderly Network API: Direct integration with institutional-grade infrastructure
Universal Compatibility: Works with Cursor, Claude Desktop, Windsurf, and all MCP clients
Flexible Setup: Auto-config, .env files, OR direct config - all methods supported
CCXT-Style Security: API keys never hardcoded in our repo, always user-provided
Automatic Authentication: Seamless ed25519 signature-based auth
Multi-Platform Support: Claude Desktop, Cursor IDE, VSCode, and Windsurf
Safe Config Management: Creates backups before making any changes
šÆ Available Tools (40 Total)
Category | Count | Tools | Description |
Account | 3 |
| Account information and key details |
Orders | 18 |
| Complete order management and execution |
Assets | 8 |
| Asset operations, PnL settlement, and transfers |
Positions | 3 |
| Position tracking and management |
Liquidations | 6 |
| Liquidation monitoring and claims |
Funding | 1 |
| Funding rate data and history |
š Quick Setup
šÆ Option A: Auto-Configuration (Recommended)
Choose your platform and configure instantly - Smithery-style commands:
Claude Desktop:
Cursor IDE:
VSCode:
Windsurf:
What this does:
šÆ Targets specific platform - Configure exactly what you want
š Creates backups of existing configurations
āļø Updates your MCP config with WOOFi Pro server + credentials
ā Ready to use immediately - just restart your MCP application!
š¦ Option B: .env File Method
Step 1: Create .env file
Step 2: Simple config (any platform)
š© Option C: Direct Config Method
Add credentials directly to your MCP config:
Claude Desktop (macOS:
Cursor IDE (
š§ API Credentials Setup
š Get API Credentials
Visit: WOOFi Pro
Complete KYC: Identity verification required
Generate API Keys: API Management ā Create API keys
Set Permissions: Enable
readandtradingpermissionsCopy Credentials: You'll need 3 values:
API Key
Secret Key
Account ID
š .env File Template
š Security Architecture
ā Non-Sensitive (Hardcoded)
The following standard values are hardcoded for simplicity and are not sensitive:
WOOFI_BASE_ENDPOINT=https://api.orderly.org- Public API endpointWOOFI_BROKER_ID=woofi_pro- Standard broker identifierWOOFI_CHAIN_ID=42161- Arbitrum network chain ID
š Sensitive (User-Provided)
These values must be provided by you and are never hardcoded:
WOOFI_API_KEY- Your unique API keyWOOFI_SECRET_KEY- Your private secret keyWOOFI_ACCOUNT_ID- Your account identifier
š”ļø Security Features
š Zero hardcoded secrets - Following 2025 MCP security best practices
š .env files gitignored - Secrets never committed to version control
š Automatic .env loading - Server finds .env in working directory
ā Input validation - All parameters validated with Zod schemas
šļø Separation of concerns - Public constants separate from private credentials
š” Usage Examples
Check Account Status
Place Orders
Advanced Features
š Natural Language Commands
Account & Portfolio
"Show me my account balance"
"What are my current positions?"
"Get my asset transaction history"
"Check my PnL settlement history"
Trading
"Place a market buy order for 0.001 BTC"
"Create a limit sell order for 0.1 ETH at $3500"
"Cancel order ID 12345"
"Show me my recent orders"
"Create a batch of orders"
Advanced Operations
"Get my settle PnL nonce"
"Show me liquidated positions"
"Check funding fee history for BTC"
"Create an internal transfer"
š¤ Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
š License
This project is licensed under the MIT License - see the LICENSE file for details.
š Links
WOOFi Pro: https://pro.woo.org
Orderly Network: https://orderly.network
Documentation: https://orderly.network/docs
GitHub Repository: https://github.com/DaunteEth/execution-agent
ā” Ready to trade? Follow the quick setup above and start trading with natural language!