leafy-bank-capitalmarkets-mcp
Verified Safeby mongodb-industry-solutions
Overview
AI-powered financial data analysis and portfolio management using MongoDB MCP Server to process queries against time-series data.
Installation
docker-compose up --buildEnvironment Variables
- NEXT_PUBLIC_MCP_CONNECTION_STRING
- NEXT_PUBLIC_MCP_API_CLIENT_ID
- NEXT_PUBLIC_MCP_API_CLIENT_SECRET
- AWS_REGION
- CHAT_COMPLETIONS_MODEL_ID
- AWS_PROFILE
Security Notes
The `mongodb-mcp-server` is explicitly configured to run in `--readOnly` mode, significantly mitigating risks of data modification or deletion. The `mcp_aggregate` tool accepts a `customPipeline` parameter, which, if combined with a non-read-only MCP server, could allow for arbitrary aggregation pipeline injection. The `/api/mcp/aws-debug` endpoint exposes environment variable names and checks for the existence of AWS credential files without authentication, which could aid an attacker in mapping the environment in a production setting. However, for a demonstration, and with the read-only constraint, the risks are well-contained.
Similar Servers
mcp-dotnet-samples
This MCP server retrieves GitHub Copilot customizations, including instructions, agents, prompts, and collections, from the `awesome-copilot` repository to provide contextual guidance to AI models.
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).
influxdb3_mcp_server
Provides a Model Context Protocol (MCP) server for integrating with various InfluxDB v3 instances (Core, Enterprise, Cloud Dedicated, Clustered, Cloud Serverless) through tools, resources, and prompts.
loanpro-mcp-server
Exposes read-only LoanPro financial data via Model Context Protocol (MCP) using HTTP, SSE, and stdio transports for integration with AI agents or other clients.