Back to Home
twinzen icon

wealth-mock-mcp-servers

Verified Safe

by 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

Run Command
java -jar target/wealth-mock-mcp-servers-0.0.1-SNAPSHOT.jar

Environment 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

Stats

Interest Score0
Security Score5
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-12-06

Tags

Wealth ManagementMock APIFinancial ServicesAI ToolsSpring Boot