An intelligent trading assistant that fetches live stock prices using the Yahoo Finance API.
An intelligent trading assistant that integrates with the Claude AI MCP (Model Context Protocol) platform. This tool fetches live stock prices using Yahoo Finance and enables seamless command-based interaction with the market via Claude's agent interface.
uv
for dependency managementmcp[cli]
to expose a server interface to Claude.yfinance
).uv
for fast and deterministic builds.# Install uv if not already installed
brew install uv
# Navigate to the project directory
cd MCPtrading
# Install dependencies
uv pip install -r requirements.txt
# (Optional) Add packages
uv add yfinance
Make sure to use the correct Python environment:
uv run --python .venv/bin/python --with "mcp[cli]" mcp run trader_tools.py
Or update your Claude config:
{
"mcpServers": {
"Trading": {
"command": "/Users/yourname/.local/bin/uv",
"args": [
"run",
"--python",
"/full/path/to/.venv/bin/python",
"--with",
"mcp[cli]",
"mcp",
"run",
"trader_tools.py"
]
}
}
}
๐งช Example Usage
Ask Claude:
"What's the latest price of AAPL?"
Claude will call the MCP server and respond with the current stock price.
PiAPI MCP server makes user able to generate media content with Midjourney/Flux/Kling/Hunyuan/Udio/Trellis directly from Claude or any other MCP-compatible apps.
An MCP server for programmatic control of smartscreen.tv displays via HTTP and MCP commands, with YouTube integration.
Send Nano currency and retrieve account and block information using the Nano node RPC.
Performs satellite orbital mechanics calculations using natural language, with a built-in world cities database for location lookup.
Generates true random coin flips using the random.org API.
MCP Server for DealX platform
generate lyrics, song and background music(instrumental)
Interact with EduBase, a comprehensive e-learning platform with advanced quizzing, exam management, and content organization capabilities
A healthcare-focused RAG server using Groq API and Chroma for information retrieval from patient records.
An AI-powered Bazi calculator providing precise data for personality analysis and destiny forecasting.