mcp-server-9090
Verified Safeby 111031075jack
Overview
Provides a shopping cart and inventory management service designed to be exposed as tools for an AI orchestrator or LLM.
Installation
mvn clean install && java -jar target/mcp-server-9090-0.0.1-SNAPSHOT.jarSecurity Notes
The provided source code is clean, without 'eval', obfuscation, or hardcoded secrets. It implements simple in-memory data structures for product catalog and cart. There are no direct database interactions shown. As a Spring Boot application, standard web security practices (authentication, authorization, advanced input validation) would be necessary for a production environment, but are not within the scope of the provided snippets.
Similar Servers
mcp-reference-server
Standardize and manage fulfillment operations for AI agents by providing a universal interface to various fulfillment systems.
spring-boot-ai
A Spring Boot application implementing a Model Context Protocol (MCP) server that provides a remote 'Booking Tool' for an AI agent.
groceries-mcp
Orchestrates automated grocery shopping using an LLM agent that interacts with various grocery vendor APIs via Model Context Protocol (MCP) tools.
ontology-mcp-server-RL-Stable-Baselines3
An AI agent for e-commerce, integrating ontology-based reasoning, business logic, memory systems, and a Gradio UI to simulate a complete shopping experience, enhanced with Reinforcement Learning capabilities for continuous self-improvement in tool orchestration strategies.