iamcos/haas-mcp-server
3.1
If you are the rightful owner of haas-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The HaasOnline MCP Server is a Model Context Protocol server that provides comprehensive access to HaasOnline API functionalities, enabling seamless integration and management of trading operations.
HaasOnline MCP Server
A Model Context Protocol (MCP) server that provides access to HaasOnline API functionality.
Features
- Complete HaasOnline Integration: 60+ API endpoints
- Account Management: Create and manage trading accounts
- Lab Operations: Create, clone, and execute trading labs
- Market Data: Access real-time and historical market data
- Backtest Execution: Run and analyze trading strategies
Installation
pip install haas-mcp-server
Quick Start
- Set up environment variables:
export API_HOST=127.0.0.1
export API_PORT=8090
export API_EMAIL=your_email@example.com
export API_PASSWORD=your_password
- Run the server:
python server.py
Configuration
Configure via .env file or environment variables:
API_HOST=127.0.0.1
API_PORT=8090
API_EMAIL=your_email@example.com
API_PASSWORD=your_password
License
MIT License - see LICENSE file for details.
Author: Cosmos