finance-mcp
by FlowLLM-AI
Overview
Finance MCP is an intelligent agent toolkit and MCP server designed for financial research scenarios, leveraging LLMs for deep research, web scraping, and data analysis.
Installation
finance-mcp config=default,ths mcp.transport=sse mcp.host=0.0.0.0 mcp.port=8001 llm.default.model_name=qwen3-30b-a3b-thinking-2507 disabled_flows='["tavily_search","mock_search","react_agent"]'Environment Variables
- FLOW_LLM_API_KEY
- FLOW_LLM_BASE_URL
- DASHSCOPE_API_KEY
- TUSHARE_API_TOKEN
- TAVILY_API_KEY
- BAILIAN_MCP_API_KEY
Security Notes
The server includes operations (`ExecuteCodeOp`, `HistoryCalculateOp`) that execute arbitrary Python code (`exec()`) and shell commands (`ExecuteShellOp`), potentially generated by an LLM. This poses a severe remote code execution (RCE) risk. There is no clear indication of sandboxing or robust input validation for these operations, making it extremely unsafe for untrusted or internet-facing environments.
Similar Servers
gpt-researcher
The GPT Researcher MCP Server enables AI assistants to conduct comprehensive web research and generate detailed, factual, and unbiased reports. It supports multi-agent workflows, local document analysis, and integration with external tools via the Machine Conversation Protocol (MCP) for various research tasks.
maverick-mcp
Personalized stock analysis, technical indicators, and portfolio optimization via Claude Desktop.
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.
stock-mcp
Provides AI Agents with professional-grade stock market analysis capabilities by bridging large language models with real-time financial data.