wealth-mock-mcp-servers
Verified Safeby twinzen
Overview
A mock wealth management API server exposing portfolio, trading, market data, and financial planning functionalities, designed to integrate with AI agents via the Model Context Protocol (MCP).
Installation
java -jar target/wealth-mock-mcp-servers-0.0.1-SNAPSHOT.jarEnvironment Variables
- SPRING_DATASOURCE_URL
- SPRING_DATASOURCE_USERNAME
- SPRING_DATASOURCE_PASSWORD
- SPRING_AI_MCP_SERVER_ENABLED
- SPRING_H2_CONSOLE_ENABLED
Security Notes
Permissive CORS (`*` origin, credentials allowed) and an enabled H2 console with default `sa` user and empty password present significant security vulnerabilities if deployed outside of a secure, local development environment. User-provided JSON data is parsed by `ObjectMapper.readTree`, which is generally safe for JSON but should be monitored for potential deserialization attacks if Jackson configuration is changed.
Similar Servers
alpaca-mcp-server
Enables natural language trading operations for Alpaca's Trading API via AI assistants, supporting stocks, options, crypto, portfolio management, and real-time market data.
finance-trading-ai-agents-mcp
A specialized MCP server for financial analysis and quantitative trading, designed to deploy local financial MCP services with a departmental architecture for LLM integration and algorithmic trading.
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).
infobip-openapi-mcp
Exposes any OpenAPI documented HTTP API as a Model Context Protocol (MCP) server for AI agents, with support for mock mode and authentication.