💸 FinancialAssistant
@nielsenfonseca
关于 💸 FinancialAssistant
Financial MultiAgent Colaboration with MCP Server with Tools
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"FinancialAssistant": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is FinancialAssistant?
FinancialAssistant is a smart financial assistant that uses LLMs and a modular agent-based architecture to help users calculate emergency funds, evaluate savings capacity, get investment suggestions, and discuss financial education. It integrates external APIs for financial calculations and uses the LLM to explain results in a clear, empathetic, and personalized way.
How to use FinancialAssistant?
Clone the repository, create a Python 3.10+ virtual environment, install dependencies with pip install -r requirements.txt, set the GOOGLE_API_KEY and MCP_SERVER_URL in a .env file, then run python main.py to start the assistant.
Key features of FinancialAssistant
- Four specialized agents: Generic, Emergency Fund, Savings, and Investment.
- LLM-powered router detects user intent and directs to the correct agent.
- Conversational graph (LangGraph) maintains multi‑turn dialogue.
- External API tools calculate monthly expenses, ideal reserve, savings capacity, and investment suggestions.
- Google Gemini used as the underlying LLM (via
langchain_google_genai). - Empathetic, human‑friendly explanation of all financial calculations.
Use cases of FinancialAssistant
- Calculating the ideal size of an emergency fund based on monthly expenses.
- Analyzing monthly spending to determine how much a user can save.
- Getting personalized investment suggestions aligned with the user’s financial profile.
- Learning the basics of personal finance through natural conversation.
FAQ from FinancialAssistant
What programming language and dependencies does FinancialAssistant require?
It requires Python 3.10 or higher and uses LangGraph, LangChain, Google Gemini (via langchain_google_genai), the Requests library, and python‑dotenv. All dependencies are listed in requirements.txt.
How do I configure FinancialAssistant to run?
You must create a .env file with GOOGLE_API_KEY (for Gemini) and MCP_SERVER_URL. The assistant expects a running MCP server at the given URL to perform financial calculations.
Does FinancialAssistant store my financial data?
The README does not mention data storage or privacy practices. It only describes that external APIs perform calculations; no local persistence is detailed.
What LLM does FinancialAssistant use?
It uses Google Gemini through the langchain_google_genai integration.
Is FinancialAssistant a standalone app or an MCP server?
FinancialAssistant is a conversational agent that you run locally. It depends on an external MCP server (via MCP_SERVER_URL) to handle the financial calculation tools.
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
ICSS
chokcoco不止于 CSS
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论