We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/peidaqi/yfinance-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pyproject.toml•402 B
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "yfinance_mcp_server"
version = "0.1.0"
description = "Provides a set of tools to interact with Yahoo Finance API through yfinance to retrieve stock market data."
authors = [
{ name = "Daqi Pei", email = "peidaqi@gmail.com" }
]
dependencies = [
"fastmcp>=2.9.0",
"yfinance>=0.2.63"
]