π¦ ClawHub
EOLAS MCP
by @albertech2005
Trade perpetual futures and send social updates via EOLAS DEX. Place and manage orders on Orderly Network, post updates to Telegram or X/Twitter.
βοΈ Configuration
1. Install the EOLAS MCP servers (required):
npm install -g eolas-edge-mcp eolas-reach-mcp
2. Install this plugin:
openclaw plugins install eolas-openclaw-mcp
3. Add to ~/.openclaw/openclaw.json:
{
"plugins": {
"allow": ["eolas-openclaw-mcp"],
"entries": {
"eolas-openclaw-mcp": {
"enabled": true,
"config": {
"telegramBotToken": "optional - for Telegram messaging",
"creatorBidApiKey": "optional - for X/Twitter posting",
"replicateApiToken": "optional - for image generation"
}
}
}
}
}
All config keys are optional β only add what you need. No keys are stored in code; they live in your local OpenClaw config only.
Credential storage: Trading account credentials are stored locally at ~/.openclaw/eolas/keychain.json on first use. No credentials are sent anywhere except to the EOLAS API (api.orderly.org).
TERMINAL
clawhub install eolas-openclaw-mcp