Back to Home
Tilak-Shenoy icon

mcp-yh-finance

Verified Safe

by Tilak-Shenoy

Overview

Provides a Model Context Protocol (MCP) server for retrieving comprehensive Yahoo Finance data, including market quotes, historical data, financial statements, and options data.

Installation

Run Command
uv run yahoofinance

Environment Variables

  • RAPIDAPI_KEY

Security Notes

The server handles API keys by retrieving them from `Context.session_config` or environment variables (`RAPIDAPI_KEY`), which prevents hardcoding. It uses the `requests` library for external API calls, which is a standard and generally secure practice. There are no `eval` or `exec` calls, and no obvious direct shell command execution. Responses are limited in size for some tools, reducing potential for large data transfers or denial-of-service via oversized responses. Error handling for API failures is present.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2025-11-19

Tags

Yahoo FinanceStock MarketFinancial DataAPI ClientMCP Server