Back to Home
FlowLLM-AI icon

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

Run Command
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

Stats

Interest Score37
Security Score1
Cost ClassHigh
Avg Tokens35000
Stars17
Forks1
Last Update2025-12-31

Tags

financial researchAI agentweb scrapingLLMmulti-protocol