Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Tradershow me technical indicators for AAPL over the last month"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
📈 MCP Trader
Un serveur MCP avancé pour l'analyse technique et fondamentale des marchés financiers.
✨ Fonctionnalités
🚀 Installation
bash# Cloner le projet
git clone https://github.com/oumyL/mcp-trader.git
cd mcp-trader
Installer avec uv (recommandé)
uv sync
Ou avec pip
pip install -e .
⚙️ Configuration
Ajouter vos clés api
TIINGO_API_KEY=your_tiingo_api_key_here
ALPHA_VANTAGE_API_KEY=your_alpha_vantage_key_here
NEWS_API_KEY=your_news_api_key_here
🎯 Utilisation
bash# Démarrer le serveur
mcp-trader
Développement
bash# Installation développement uv sync --dev
Exemple d'analyse -Test sur "AAPL"

⚠️ Disclaimer
Ce logiciel est fourni à des fins éducatives uniquement. Les analyses ne constituent pas des conseils financiers. Investir comporte des risques.