finance & fintech

Yfinance Mcp

An MCP server that uses yfinance to obtain information from Yahoo Finance.

python
cloud
finance & fintech
0
View on GitHub

Installation

npx -y narumiruna/yfinance-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "yfinance-mcp",
  "command": "npx",
  "args": [
    "-y",
    "narumiruna/yfinance-mcp"
  ]
}

About This MCP Server

narumiruna/yfinance-mcp

An MCP server that uses yfinance to obtain information from Yahoo Finance.

GitHub: https://github.com/narumiruna/yfinance-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub