Back to Home
Nik95 icon

McpServerWithCustomObjectMapper

Verified Safe

by Nik95

Overview

This server implements a Spring AI Micro-Agent Protocol (MCP) tool server, demonstrating a custom Jackson ObjectMapper configuration for serialization/deserialization.

Installation

Run Command
mvn spring-boot:run

Security Notes

The code is simple and straightforward, defining a basic MCP tool with custom Jackson ObjectMapper configuration. No 'eval' or dynamic code execution is present. Input is handled as simple strings, mitigating common injection risks. No hardcoded secrets or suspicious network activity are visible. 'failOnUnknownProperties(false)' is used, which could be a deserialization risk in more complex scenarios with untrusted inputs and vulnerable gadgets, but for this specific, simple tool, it does not pose an immediate or critical threat.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens20
Stars0
Forks0
Last Update2025-11-20

Tags

Spring BootSpring AIMCP ServerToolingCustom ObjectMapper