MCP server for Stocxer AI Trading Platform - Connect your trading account to AI assistants
Project description
Stocxer MCP - AI Trading Assistant
Connect your Stocxer trading account to AI assistants like Claude Desktop, Cursor, and Windsurf. Get instant access to your portfolio, positions, orders, and powerful market analysis through natural conversation.
🌟 Features
- 📊 Portfolio Access - View positions, orders, P&L in real-time
- 🧠 Smart Analysis - ICT concepts, Order Blocks, Fair Value Gaps
- 📈 Stock Screener - Technical analysis with BUY/SELL signals
- 💬 Natural Language - Just ask your AI assistant
- 🔐 Secure - No credentials stored locally, uses Stocxer backend
🚀 Quick Install
One-Line Installation (macOS/Linux)
curl -fsSL https://raw.githubusercontent.com/fdscoop/stocxer-mcp/main/install.sh | bash
Windows Installation
Download and run:
git clone https://github.com/fdscoop/stocxer-mcp.git
cd stocxer-mcp
install.bat
Or see detailed guide: WINDOWS_INSTALL.md
Manual Installation
-
Clone or download this repository
git clone https://github.com/fdscoop/stocxer-mcp.git cd stocxer-mcp
-
Run installer
chmod +x install.sh ./install.sh
-
Restart Claude Desktop
- Completely quit (Cmd+Q on Mac)
- Reopen Claude Desktop
- Look for 🔌 icon at bottom
pip Installation (Alternative)
pip install stocxer-mcp
Then configure manually or run install.sh.
🔐 Authentication
Automatic: Just login to https://stocxer.in in your browser!
The MCP server automatically detects your session from:
- Chrome
- Edge
- Other Chromium browsers
How it works
- Login to stocxer.in in your browser (one time)
- Install and run MCP - it auto-detects your session
- Start using - no manual token copying needed!
Manual Token (Optional)
If auto-detection doesn't work, you can manually set the token:
{
"mcpServers": {
"stocxer": {
"command": "python",
"args": ["-m", "stocxer_mcp.server"],
"env": {
"STOCXER_AUTH_TOKEN": "your_token_here"
}
}
}
}
To get token: F12 → Application → Local Storage → stocxer.in → copy sb-access-token
💬 Example Conversations
Once installed, ask Claude:
Portfolio & Positions
- "What are my current positions?"
- "Show me today's P&L"
- "Do I have any NIFTY positions open?"
Market Analysis
- "Analyze NIFTY using ICT concepts"
- "What's the market trend for BANKNIFTY?"
- "Should I buy RELIANCE? Give me technical analysis"
Option Trading
- "What strike should I trade for NIFTY calls?"
- "Show me high OI strikes for BANKNIFTY"
- "What's the PCR for FINNIFTY?"
Advanced Queries
- "Based on my positions, should I hedge with options?"
- "Compare my open positions with current market signals"
- "What's the probability analysis for NIFTY today?"
🔧 Supported AI Assistants
✅ Claude Desktop (Auto-configured)
Just run install.sh and restart Claude.
Config:
{
"mcpServers": {
"stocxer": {
"command": "stocxer-mcp"
}
}
}
✅ Cursor IDE
Add to settings:
{
"mcp": {
"servers": {
"stocxer": {
"command": "stocxer-mcp"
}
}
}
}
✅ Windsurf
Same config as Cursor.
✅ Cline/Roo-Cline (VS Code)
Add to VS Code settings:
{
"cline.mcpServers": {
"stocxer": {
"command": "stocxer-mcp"
}
}
}
🛠️ Advanced Configuration
Custom Backend URL
Create .env file in the stocxer-mcp directory:
STOCXER_API_URL=https://your-custom-backend.com
Default: https://stocxer-ai.onrender.com
Development Mode
For local testing:
STOCXER_API_URL=http://localhost:8000
📖 Available Tools
get_positions- Current open positionsget_orders- Order historyget_portfolio_summary- Complete portfolio overviewanalyze_index- Multi-timeframe ICT analysis for indicesanalyze_stock- Technical analysis for stocksget_stock_quote- Live stock pricessearch_symbol- Find stock symbols
🔒 Security & Privacy
- No credentials stored - MCP client is just a thin wrapper
- All logic on backend - Your trading algorithms stay private
- Token-based auth - Secure session management via Supabase
- Read-only by design - Cannot place orders (by design for safety)
🐛 Troubleshooting
MCP server not showing in Claude?
- Check config:
cat ~/Library/Application\ Support/Claude/claude_desktop_config.json - Verify Python path:
which python3 - Test server:
python3 stocxer_mcp/server.py
Authentication errors?
- Login at https://stocxer.in
- Check if Fyers token is valid (check dashboard)
- Token expires after ~24 hours - just re-login
Connection errors?
- Check backend status:
curl https://stocxer-ai.onrender.com/health - Verify internet connection
- Check MCP logs in Claude
📝 License
MIT License - See LICENSE file
🤝 Support
- Documentation: https://stocxer.in/docs
- Issues: GitHub Issues
- Website: https://stocxer.in
⚠️ Disclaimer
This software is for educational and research purposes. Trading involves risk. Past performance is not indicative of future results. Always do your own research before trading.
Made with ❤️ by Stocxer AI
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stocxer_mcp-1.0.4.tar.gz.
File metadata
- Download URL: stocxer_mcp-1.0.4.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27cafd294864d04a0106b50ce82a75b976c75103b5540d785356a50f075734cb
|
|
| MD5 |
07783bf3711588a19aec97fe0ca751f9
|
|
| BLAKE2b-256 |
50430fac2ed423de396c53515fae05a9f132f4338939798a0c2c8091443ab998
|
File details
Details for the file stocxer_mcp-1.0.4-py3-none-any.whl.
File metadata
- Download URL: stocxer_mcp-1.0.4-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a45df6da242024c2963ac28e3263dc01cea519ead0c7bf4db9b846a0c525f827
|
|
| MD5 |
85050be4be76952d83e8d85ae09603b0
|
|
| BLAKE2b-256 |
858a2c350aa01c7432c162d71b020ea58ab96123f8d89e8c0a2358f8177a464f
|