MCP Server
MCP Trader Server
The MCP Trader Server conducts comprehensive technical analysis on stocks, offering insights into trends, momentum indicators, volatility metrics, and volume analysis to support stock trading decisions.
247
GitHub Stars
10/7/2025
Last Updated
MCP Server Configuration
1{
2 "name": "stock-analyzer",
3 "command": "uv",
4 "args": [
5 "--directory",
6 "/absolute/path/to/mcp-trader",
7 "run",
8 "mcp-trader"
9 ],
10 "env": {
11 "TIINGO_API_KEY": "your_api_key_here"
12 }
13}
JSON13 lines
README Documentation
📦 Project Archived
This project has been superseded by a completely new MCP server.
New MCP Server
A new, completely rewritten MCP server is now available at:
🔗 https://github.com/wshobson/maverick-mcp
What This Means
- This repository (
mcp-trader
) is now archived and will no longer receive updates - The new repository contains a completely new MCP server with enhanced capabilities
- This is not a migration of the same codebase, but rather a fresh implementation
Getting Started with the New Server
To use the new MCP server:
-
Clone the new repository:
git clone https://github.com/wshobson/maverick-mcp.git
-
Follow the setup instructions in the new repository's README
-
Update your Claude Desktop configuration to use the new server
-
Star/watch the new repository to stay updated with the latest features
Thank You
Thank you for your interest in this project. The new MCP server offers enhanced capabilities and a completely fresh implementation!
Quick Install
Quick Actions
Key Features
Model Context Protocol
Secure Communication
Real-time Updates
Open Source