Finance_MCP_Server
Verified Safeby AritriPodde2210
Overview
An AI-powered finance dashboard to fetch financial news, stock prices, and company information for any company or topic.
Installation
python finance_server.pyEnvironment Variables
- GROQ_API_KEY
Security Notes
The application uses environment variables for API keys (GROQ_API_KEY), which is good practice. It interacts with external APIs (Groq, yfinance) over HTTPS. No direct 'eval' or other highly dangerous patterns are observed. Inter-process communication via FastMCP's PythonStdioTransport is handled internally by the application, minimizing external exposure. Input sanitization for LLM prompts is implicitly handled by the LLM itself to some extent, but direct injection vulnerabilities are unlikely due to the nature of the tool calls.
Similar Servers
maverick-mcp
Personalized stock analysis, technical indicators, and portfolio optimization via Claude Desktop.
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).
Docker_MCPGUIApp
This repository provides a starter template for building full-stack AI assistants that integrate with real-world tools using Docker MCP Gateway and a Large Language Model.
Enterprise-Multi-AI-Agent-Systems-
Orchestrates multiple AI agents for complex reasoning and real-time information retrieval, integrating large language models with web search capabilities.