EOLAS MCP
/install eolas-openclaw-mcp
EOLAS Skill
Connect your OpenClaw agent to the EOLAS perpetuals exchange (perps.eolas.fun) and social tools.
Setup
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).
Trading
- "What markets are available on EOLAS?"
- "Show me the BTC funding rate"
- "Long ETH with $20, 3% stop loss, 6% take profit"
- "Show my open positions"
- "Close my BTC position"
- "What is my account balance?"
- "Scan markets for the best opportunity"
Social
- "Send a Telegram message: BTC just hit $X"
- "Post a tweet about this trade"
- "Get my latest Twitter mentions"
- "Generate an image for this signal"
Tools
Trading (13 tools via EOLAS Edge → Orderly Network, Base mainnet)
eolas_get_markets— list all marketseolas_get_market_info— price, funding rate, open interesteolas_get_account_balance— account balanceeolas_get_positions— open positionseolas_get_orders— order historyeolas_get_tradingview_candles— OHLCV dataeolas_place_order— market or limit ordereolas_place_bracket_order— order with take profit + stop losseolas_cancel_order— cancel an ordereolas_close_all_positions— close all positionseolas_manage_funds— deposit or withdraw USDCeolas_screen_assets— scan markets for setupseolas_swap_token_on_uniswap— swap tokens on Base
Social (16 tools via EOLAS Reach)
eolas_send_telegram_message— send to Telegrameolas_get_telegram_updates— read Telegram messageseolas_create_twitter_post— post on X/Twittereolas_reply_to_twitter_post— reply to a tweeteolas_get_twitter_mentions— read mentionseolas_generate_image— generate image via Replicateeolas_generate_brand_image— EOLAS branded imageeolas_generate_seedance_video— generate videoeolas_merge_videos— merge video clipseolas_add_reference_image— add reference imageeolas_list_reference_images— list reference imageseolas_add_brand_template— add brand templateeolas_list_brand_templates— list brand templateseolas_delete_brand_template— delete brand templateeolas_list_available_fonts— list fontseolas_generate_nano_banana_image— nano banana image
Links
- EOLAS DEX: https://perps.eolas.fun
- Plugin on npm: https://npmjs.com/package/eolas-openclaw-mcp
- EOLAS Docs: https://eolas.gitbook.io/eolas
- Source: https://github.com/Albertech2005/eolas-openclaw-mcp
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install eolas-openclaw-mcp - After installation, invoke the skill by name or use
/eolas-openclaw-mcp - Provide required inputs per the skill's parameter spec and get structured output
What is EOLAS MCP?
Trade perpetual futures and send social updates via EOLAS DEX. Place and manage orders on Orderly Network, post updates to Telegram or X/Twitter. It is an AI Agent Skill for Claude Code / OpenClaw, with 93 downloads so far.
How do I install EOLAS MCP?
Run "/install eolas-openclaw-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is EOLAS MCP free?
Yes, EOLAS MCP is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does EOLAS MCP support?
EOLAS MCP is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created EOLAS MCP?
It is built and maintained by Albertech2005 (@albertech2005); the current version is v1.0.1.