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., "@Trading MCP Serverwhat's the current price of Tesla stock?"
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.
Trading-MCP-Server
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.
π Features
π Fetches real-time (or near real-time) stock prices using Yahoo Finance
π€ Connects to Claude MCP as a server with custom trading commands
π Built using Python with support for virtual environments and
uvfor dependency managementβοΈ Supports modular expansion to include trading signals, historical analysis, and more
π§ Architecture
Claude AI MCP Integration: Uses
mcp[cli]to expose a server interface to Claude.Yahoo Finance API: For retrieving stock data (via
yfinance).Virtual Environment: Managed using
uvfor fast and deterministic builds.
π¦ Setup
πββοΈ Running the Server
Make sure to use the correct Python environment:
Or update your Claude config:
π§ͺ Example Usage
Ask Claude:
"What's the latest price of AAPL?"
Claude will call the MCP server and respond with the current stock price.