y_finance

sunny9n9/y_finance
★ 0 stars Python AI/LLM Updated today
MCP Server for AI Models to use yfinance api delivering reliable data without the need for LLM to write and execute code themself.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "y_finance": {
      "command": "uvx",
      "args": [
        "y-finance"
      ]
    }
  }
}

Or install with pip: pip install y-finance

README Excerpt

A **Model Context Protocol (MCP)** server built in Python that exposes global stock market data via Yahoo Finance (`yfinance`) and direct National Stock Exchange (NSE) of India index compositions to LLMs (like Claude Desktop). The aim of this server is for AI assistants to research stocks, analyze financial statements, perform competitor comparisons, audit financial health, and fetch the latest market news through reliable data source - YFinance.

Tools (7)

build_resourcesget_financialsget_news_yfinanceget_recommendationsget_stock_infoget_valuationssearch_ticker