investment-research-agent
Verified Safeby sarbaniAi
Overview
Provides a Databricks Custom MCP Server with a Streamlit UI for multi-agent investment research, offering various financial data tools from Yahoo Finance.
Installation
streamlit run databricks-app-v1/streamlit_app.pySecurity Notes
The server uses the `yfinance` library to retrieve public financial data. The provided code does not show any signs of `eval`, arbitrary code execution, or direct exposure of sensitive information. User inputs are passed as function arguments and do not appear to allow for code injection. Reliance on a third-party library (`yfinance`) means its internal security is assumed.
Similar Servers
finance-mcp
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.
AgentStack
A versatile backend for hosting and orchestrating multiple specialized AI agents and workflows within the Mastra framework, facilitating agent-to-agent (A2A) coordination, code-centric development tasks, knowledge management (notes), and integration with various external services. It supports evaluation of agent performance and policy-driven access control.
thinkingcap
A multi-agent research MCP server that runs multiple LLM providers in parallel and synthesizes their responses to a given query.
Enterprise-Multi-AI-Agent-Systems-
Orchestrates multiple AI agents for complex reasoning and real-time information retrieval, integrating large language models with web search capabilities.