Back to Home
rk31339 icon

spring-ai-mcp-server

Verified Safe

by 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

Run Command
./mvnw spring-boot:run

Security 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

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-12-01

Tags

AITradingSpring BootMCPOrder Management