- Home
- Search & Web
- Finance Mcp
Finance Mcp
LLM-powered MCP server for building financial deep-research agents, integrating web search, Crawl4AI
Rating
Votes
0
score
Downloads
0
total
Price
Free
API key required
Works With
About
Finance-MCP
π Project Overview
Finance MCP is an intelligent agent toolkit and MCP server designed for financial research scenarios. Built on the FlowLLM framework, it integrates components such as Crawl4AI, Tushare, Tavily/DashScope search, and more, helping you quickly build professional financial research agent systems.
π‘ Why Choose Finance MCP?
- β Zero-Code Configuration: Combine operators through YAML configuration files without writing service code
- β Out-of-the-Box: Pre-configured 20+ financial research-related flows covering common research scenarios
- β Multi-Protocol Support: Supports both MCP (stdio/SSE/HTTP) and HTTP RESTful API
- β Smart Caching: Built-in multi-level caching mechanism to improve efficiency and reduce costs
- β Modular Design: Each functional module is independently configurable, supporting enable/disable as needed
π° Latest Updates
- [2025-12] π Released finance-mcp v0.1.x
π Quick Start
Installation
Install Finance MCP using pip:
pip install finance-mcpOr using uv:
uv pip install finance-mcpStdio Mode
This mode runs Finance MCP directly through uvx, communicating via standard input/output. Ideal for local MCP clients.
{
"mcpServers": {
"finance-mcp": {
"command": "uvx",
"args": [
"finance-mcp",
"config=default,ths",
"mcp.transport=stdio",
"llm.default.model_name=qwen3-30b-a3b-thinking-2507",
"disabled_flows='[\"tavily_search\",\"mock_search\",\"react_agent\"]'"
],
"env": {
"FLOW_LLM_API_KEY": "xxx",
"FLOW_LLM_BASE_URL": "https://dashscope.aliyuncs.com/compatible-mode/v1",
"DASHSCOPE_API_KEY": "xxx",
"TUSHARE_API_TOKEN": "xxx",
"TAVILY_API_KEY": "xxx",
"BAILIAN_MCP_API_KEY": "xxx"
}
}
}
}#### Service Mode (HTTP/SSE Server)
This mode starts Finance MCP as a standalone HTTP/SSE server that can be accessed remotely.
Step 1: Configure Environment Variables
Copy example.env to .env and fill in your API keys:
cp example.env .env
# Edit .env and fill in your API keysStep 2: Start the Server
Start the Finance MCP server with SSE transport:
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"]'The service will be available at: http://0.0.0.0:8001/sse
Step 3: Connect from MCP Client
Add this configuration to your MCP client to connect to the remote SSE server:
Don't lose this
Three weeks from now, you'll want Finance Mcp again. Will you remember where to find it?
Save it to your library and the next time you need Finance Mcp, itβs one tap away β from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.
β‘ Pro tip for geeks: add a-gnt π€΅π»ββοΈ as a custom connector in Claude or a custom GPT in ChatGPT β one click and your library is right there in the chat. Or, if youβre in an editor, install the a-gnt MCP server and say βuse my [bench name]β in Claude Code, Cursor, VS Code, or Windsurf.
a-gnt's Take
Our honest review
This plugs directly into your AI and gives it new abilities it didn't have before. LLM-powered MCP server for building financial deep-research agents, integrating web search, Crawl4AI. Once connected, just ask your AI to use it. It's completely free and works across most major AI apps. This one just landed in the catalog β worth trying while it's fresh.
Tips for getting started
Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.
Heads up: this needs an API key to work. You'll get one from the service's website (usually free). The setup guide tells you exactly where.
What's New
Imported from GitHub
Ratings & Reviews
0.0
out of 5
0 ratings
No reviews yet. Be the first to share your experience.