AiyoPerps is a perpetual futures desktop terminal that supports both CEX (centralized) and DEX (decentralized) trading. It provides a full desktop UI, an MCP server for AI agents, and a local REST API. With AiyoPerps, you can trade crypto perpetual futures manually, with AI collaboration, or fully driven by AI. If you think this project is cool, feel free to buy us a coffee! When you sponsor us, y
Add this skill
npx mdskills install phidiassj/aiyoperpsComprehensive trading terminal with MCP server, REST API, and multi-exchange support for AI-driven futures trading
1# AiyoPerps23[繁體中文](./Readme_zh.md)45AiyoPerps is a perpetual futures desktop terminal that supports both CEX (centralized) and DEX (decentralized) trading. It provides a full desktop UI, an MCP server for AI agents, and a local REST API.<br>6With AiyoPerps, you can trade crypto perpetual futures **manually**, **with AI collaboration**, or **fully driven by AI**.78910## Support Us11If you think this project is cool, feel free to [**buy us a coffee**](https://utunote.com/AiyoPerps/donate)!<br>12**When you sponsor us, you’ll also get a chance to join Taiwan’s receipt lottery.**<br>13That’s because [Chen-Si Studio](https://utunote.com) is a team that pays taxes properly. We issue an official receipt/invoice for every bit of income, and those invoice numbers can be checked for prizes every two months.<br>14Even if you don’t live in Taiwan, if your invoice wins, just let us know. We’ll claim the prize for you and then send you the money (after deducting any necessary handling fees).1516## 0. Supported trading platform17- CEX: [BitMEX](https://www.bitmex.com/)18- DEX: [Hyperliquid](https://app.hyperliquid.xyz/)、[Aster](https://www.asterdex.com/)、[Grvt](https://grvt.io/)1920## 1. Requirements21- Windows, Linux, or macOS (via Docker).22- .NET 10 Runtime (included in release builds).23- A perpetual futures exchange account. Current supported venues are `Hyperliquid`, `BitMEX`, and `Aster`.2425## 2. Run the Desktop App26### Use a release build271. Download the latest package from [GitHub Releases](https://github.com/phidiassj/AiyoPerps/releases/latest).282. Extract it.293. Run:30 - Windows: `AiyoPerps.exe`31 - Linux: `./AiyoPerps`3233### Build and run from source341. Clone this repo or download the full source code.<br>35 `git clone https://github.com/phidiassj/AiyoPerps.git`362. Build it with [Visual Studio 2026](https://visualstudio.microsoft.com/insiders).3738## 3. Enable the Local MCP Server and API391. Start the desktop app.402. In the top toolbar, set the `HTTP API` port (default `5078`).413. Turn the API switch `ON`.424. Open:43 - OpenAPI UI: `http://127.0.0.1:5078/scalar`44 - MCP endpoint: `http://127.0.0.1:5078/mcp`4546## 4. Headless Mode47Use this when you only need REST or MCP.4849### Local headless50Start the app with `-- headless --port 5078`.<br>51```bash52Windows:53AiyoPerps.exe -- headless --port 507854```55```bash56Linux:57./AiyoPerps -- headless --port 507858```5960### Docker61macOS is currently supported through Docker only.<br>62```bash63docker run --rm --name aiyoperps -p 5078:5078 phidiassj/aiyoperps:latest64```65The container starts automatically in headless mode and enables the HTTP API automatically.6667## 5. Connect an AI Agent68### Recommended: use the installer to auto-register with supported AI agents69```bash70npx -y @phidiassj/aiyoperps-mcp-installer71```72This registers AiyoPerps with supported AI agents such as Codex, Claude Desktop, Claude Code CLI, and OpenClaw.<br>73<br>747576### Manual stdio bridge77```bash78npx -y @phidiassj/aiyoperps-mcp-bridge --quiet --url http://127.0.0.1:5078/mcp79```80If the installer does not support your AI agent, try this manual method.8182## 6. Quick UI Workflow831. Open `Account Manager` and add an account.842. Create or select a tab.853. Choose the account, then click `Enable`.864. Set `Symbol` and `Interval`.875. Use the right-side tabs for `Order`, `Positions`, `Orders`, and `Balances`.8889## 7. More Details90- Full API and MCP guide: [API.md](./API.md)91- 繁體中文 API guide: [API_zh.md](./API_zh.md)92
Full transparency — inspect the skill content before installing.