Skip to main content
Glama

Tiger MCP

RELEASE_NOTES.md•5.12 kB
# šŸš€ Tiger MCP v1.0.0 Release Notes ## šŸŽ‰ **Major Release - Production Ready** Tiger MCP v1.0.0 is the first production-ready release featuring complete REST API service architecture, secure credential management, and seamless GitHub installation. --- ## ✨ **New Features** ### 🌐 **REST API Service Architecture** - **Complete REST API Server**: All 22 Tiger MCP tools available via HTTP endpoints - **API Key Authentication**: Secure client authorization with scoped permissions - **Multi-Account Support**: Transparent switching between Tiger accounts without client complexity - **Background Token Management**: Automatic Tiger API token refresh to prevent expiration ### šŸ” **Enterprise Security** - **Credential Protection**: Comprehensive .gitignore for Tiger API keys and tokens - **Example Configurations**: Safe template files for easy setup - **Secure Deployment**: Production-ready security practices and documentation - **Permission Control**: Fine-grained API access control per client ### šŸ“¦ **GitHub Installation Support** - **Direct Installation**: `pip install git+https://github.com/user/tiger-mcp.git` - **Easy Configuration**: Copy example files and add credentials - **No Source Download Required**: Users don't need to clone entire repository ### šŸŽÆ **Comprehensive Trading Features** - **22 MCP Tools**: Complete Tiger Brokers API coverage - **Real-time Trading**: Market orders, limit orders, stop orders - **Portfolio Management**: Positions, account info, P&L tracking - **Market Data**: Quotes, historical data, market status - **Options Trading**: Full options chain and trading support - **Order Management**: Place, cancel, modify orders with proper error handling --- ## šŸ”§ **Technical Improvements** ### API Enhancements - **Standardized Response Format**: Consistent JSON responses across all endpoints - **Error Handling**: Comprehensive error codes and messages - **Rate Limiting**: Protection against API abuse - **Account Validation**: Automatic verification of account access permissions ### Documentation - **Complete API Reference**: Detailed endpoint documentation - **Security Guide**: Best practices for secure deployment - **Client Setup Guide**: Step-by-step installation and configuration - **Example Configurations**: Ready-to-use template files ### Development Experience - **UV Workspace**: Modern Python package management - **Type Safety**: Full type hints and validation - **Code Quality**: Black formatting, comprehensive testing - **Docker Support**: Containerized deployment options --- ## šŸŽÆ **Validated Features** ### āœ… **Fully Tested and Working** - **Account Management**: Multi-account discovery and switching āœ… - **Position Tracking**: Real-time portfolio positions and P&L āœ… - **Order Execution**: Market and limit orders āœ… - **Order Management**: Cancel and modify orders āœ… - **Options Trading**: Options contracts and trading āœ… - **Market Status**: Real-time market trading status āœ… ### āš ļø **Requires Permissions** (Expected) - **Real-time Quotes**: Requires Tiger market data permissions - **Historical Data**: Requires Tiger historical data permissions - **Options Greeks**: Requires Tiger options data permissions --- ## šŸš€ **Installation & Usage** ### Quick Start ```bash # Install pip install git+https://github.com/your-username/tiger-mcp.git # Configure cp tiger_openapi_config.properties.example tiger_openapi_config.properties cp .mcp.json.example .mcp.json # Edit with your Tiger API credentials # Use curl -X POST http://server:9000/tiger/get_positions \ -H "Authorization: Bearer your_api_key" \ -d '{"account": "your_account"}' ``` ### Architecture ``` Client Apps → REST API (Port 9000) → Tiger Brokers API ↑ ↑ ↑ API Key Account Mapping Auto Token Refresh ``` --- ## šŸ” **Security Features** - **Credential Protection**: All sensitive Tiger API data protected from Git commits - **API Key Authorization**: Client access control with account-specific permissions - **Secure Communication**: HTTPS support and TLS encryption - **Audit Logging**: Comprehensive security event tracking --- ## šŸ“š **Documentation** - **README.md**: Updated with GitHub installation instructions - **INSTALLATION.md**: Comprehensive setup guide - **docs/CLIENT_SETUP.md**: Client configuration guide - **docs/SECURITY.md**: Security best practices - **docs/API_REFERENCE.md**: Complete API documentation --- ## šŸŽÆ **Production Ready** Tiger MCP v1.0.0 is production-ready for: - **Algorithmic Trading Applications**: Automated trading systems - **Portfolio Management Tools**: Real-time portfolio tracking - **Market Analysis Systems**: Data retrieval and analysis - **Multi-user Trading Platforms**: Secure client access control --- ## šŸ™ **Acknowledgments** Special thanks to the Tiger Brokers team for their comprehensive API and the MCP community for the protocol specification. --- **šŸŽŠ Ready for production deployment! Start building amazing AI-powered trading applications with Tiger MCP v1.0.0!**

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/luxiaolei/tiger-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server