spring-ai-mcp-server
Verified Safeby rk31339
Overview
A Spring Boot-based Model Context Protocol (MCP) server for AI-powered equity order management, providing tools for trading operations and market analysis.
Installation
./mvnw spring-boot:runSecurity Notes
The README explicitly states this is a development/demo server with mock data and lacks production-grade security features like authentication, authorization, rate limiting, and real data integration. No 'eval' or direct arbitrary code execution vulnerabilities from user input were found. Input to prompt generation functions (`marketAnalysis`, `greetUser`) is directly interpolated into strings, which could be a vector for prompt injection against the LLM client, but not against the server's execution environment. No hardcoded sensitive secrets are visible in the provided Java source.
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.
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).
mcp-annotated-java-sdk
Annotation-driven framework for building Model Context Protocol (MCP) servers in Java, simplifying the definition and integration of resources, prompts, and tools for LLM applications.
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.