AiyoPerps

phidiassj/AiyoPerps
★ 9 stars C# 🔌 API Integration Updated 15d ago
AiyoPerps is a cryptocurrency perpetual futures trading application that supports leveraged trading on both decentralized exchanges and centralized exchanges. Include multi-tab market K-line charts (candlestick charts), order placement for multiple trading pairs ...etc. Also provides a complete set of REST API and MCP Server capabilities.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aiyoperps": {
      "command": "npx",
      "args": [
        "-y",
        "phidiassj/AiyoPerps"
      ]
    }
  }
}