finance-portfolio-agent

finance-portfolio-agent

3.3

MCP Finance Agent is a Model Context Protocol server designed for financial portfolio analysis and recommendation generation.

The MCP Finance Agent is a sophisticated tool that integrates with the Tinkoff Invest API to provide comprehensive financial portfolio analysis. It is designed to assess portfolio risks, generate optimization recommendations, and monitor market data. Additionally, it calculates performance metrics to help users make informed investment decisions. The agent is built using Python and requires Python 3.11 or higher. It uses Poetry for dependency management and includes a robust testing framework to ensure reliability and accuracy.

Features

  • Integration with Tinkoff Invest API
  • Portfolio and risk analysis
  • Generation of portfolio optimization recommendations
  • Market data monitoring
  • Performance metrics calculation

Usage with Different Platforms

mcp

{'installation': 'bash\ncurl -sSL https://install.python-poetry.org | python3 -\ngit clone <repository-url>\ncd mcp-finance-agent\npoetry install\ncp .env.example .env\n', 'development': 'bash\npoetry shell\npre-commit install\npytest\n', 'usage': 'bash\npoetry run python -m src.main\n# API available at http://localhost:8000\n', 'testing': 'bash\npytest\npytest tests/test_specific.py\npytest -m "not integration"\n'}

Related MCP Servers

View all finance servers →