Skip to content

narumiruna/yfinance-mcp-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

1. Install uv

Choose one method:

curl -LsSf https://astral.sh/uv/install.sh | sh

or

brew install uv

2. Install dependencies

uv sync

3. Configure environment variables

Create a .env file in the project root.

OPENAI_API_KEY=your_api_key

Usage

3. Run the demo

uv run chainlit run demo.py

The chatbot will be available at http://localhost:8000.

Example Queries

  • "Get AAPL stock information"
  • "Show me recent TSLA news"
  • "Display NVDA price history for the past month"
  • "Show me a candlestick chart for MSFT over the last 3 months"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors