Back to Home
hpatel-solusoft icon

mcp-server-poc

Verified Safe

by hpatel-solusoft

Overview

An AI-driven system for autonomous processing of insurance claims (motor and health) by extracting document information, orchestrating workflows in an external Case360 system, and storing records locally.

Installation

Run Command
cd mcp-server-java && mvn spring-boot:run

Environment Variables

  • OPENAI_API_KEY
  • case360.url
  • case360.username
  • case360.password

Security Notes

The Java server uses `@Value` for configuration (Case360 credentials) which is good practice. SQL queries are parameterized, preventing injection. The Python client uses `load_dotenv()` for API keys, which is standard. No direct `eval` or obvious obfuscation. The system integrates with an external Case360 system via SOAP with basic authentication, which needs to be properly secured at the endpoint. Base64 decoding for document upload is present; extreme untrusted input could pose a DoS risk, but it's typically an internal tool.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens7500
Stars0
Forks0
Last Update2026-01-16

Tags

AIClaims ProcessingInsuranceDocument AutomationMicroservice