smartheye_mcp_yahoo_finance

smartheye_mcp_yahoo_finance

by smartheye
An MCP server designed to integrate with Yahoo Finance for financial data retrieval.

Yahoo Finance MCP Server

Overview

The Yahoo Finance MCP Server is a specialized server designed to interact with Yahoo Finance data. It provides a robust interface for accessing financial data, making it a valuable tool for developers and analysts who need real-time or historical financial information.

Tools

The project utilizes the following tools and technologies:
- Python: The primary programming language used for development.
- Docker: For containerization and easy deployment.
- Yahoo Finance API: To fetch financial data.

Configuration

To configure the Yahoo Finance MCP Server, follow these steps:

  1. Clone the Repository:
    bash git clone https://github.com/smartheye/mcp-yahoo-finance.git
  2. Navigate to the Project Directory:
    bash cd mcp-yahoo-finance
  3. Install Dependencies:
    bash pip install -r requirements.txt
  4. Build the Docker Image:
    bash docker build -t mcp-yahoo-finance .

Usage

Once the server is configured, you can start using it to fetch financial data.

Running the Server

To run the server using Docker:

docker run -p 5000:5000 mcp-yahoo-finance

Accessing Data

You can access the financial data by making HTTP requests to the server. For example:

curl http://localhost:5000/finance?symbol=AAPL

Resources

Activity

Languages

  • Python: 94.3%
  • Dockerfile: 5.7%

Features & Capabilities

Categories
mcp_server model_context_protocol python docker yahoo_finance api_integration

Implementation Details

Stats

0 Views
1 GitHub Stars

Repository Info

smartheye Organization

Similar MCP Servers

continuedev_continue by continuedev
25049
21423
9300