Back to Home
OumaimaZerouali icon

chatbots-mcp-server

Verified Safe

by OumaimaZerouali

Overview

This server acts as a backend for AI chatbots, exposing tools for managing bot configurations and creating appointments through a REST API client.

Installation

Run Command
java -jar target/mcpserver-chatbots-*.jar

Security Notes

The code does not use 'eval' or any obfuscation. It relies on internal REST calls to 'http://localhost:8080'. While the hardcoded URL is a configuration best practice violation (should be configurable), it points to an internal resource and does not expose direct external network risks or hardcoded secrets. Basic input validation is present for appointment creation. The overall security of the system heavily depends on the security of the dependent service running on localhost:8080.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-05

Tags

AI ToolsChatbot BackendSpring BootAPI GatewayAppointment Management