ai-mcp-server-client-fastmcp
Verified Safeby botextractai
Overview
The server provides an MCP interface for an AI agent to access real-time stock market data via YFinance tools and respond to financial queries.
Installation
python mcp_client.pyEnvironment Variables
- OPENAI_API_KEY
Security Notes
The server uses `stdio` for local communication, minimizing network exposure. `OPENAI_API_KEY` is loaded from environment variables. No `eval` or obvious malicious patterns were found. `yfinance` accesses public data and does not require API keys, reducing credential exposure risks. The `warnings.filterwarnings('ignore')` is a minor code quality issue but not a direct security vulnerability.
Similar Servers
finance-trading-ai-agents-mcp
A specialized MCP server for financial analysis and quantitative trading, designed to deploy local financial MCP services with a departmental architecture for LLM integration and algorithmic trading.
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).
mcp-finance-intel
A financial intelligence MCP server providing structured market analysis and insights for crypto and equities, designed for LLM and human developer consumption.
fastmcp-example
This project demonstrates building an AI agent workflow using an MCP (Model Context Protocol) server, integrating LangChain for tool usage, and LangGraph for multi-step orchestration.