We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/leoncuhk/mcp-yahoo-finance'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[project]
name = "mcp-yahoo-finance"
version = "0.0.2"
description = "MCP server for Yahoo Finance"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"mcp>=1.6.0",
"yfinance>=0.2.36",
"pandas>=1.5.3",
"matplotlib>=3.7.0",
"seaborn>=0.12.0",
"plotly>=5.13.0",
"kaleido>=0.2.1",
"numpy>=1.24.0",
"pillow>=9.4.0",
"base64io>=1.0.3",
]
[project.scripts]
mcp-yahoo-finance = "mcp_yahoo_finance.server:main"