Back to Home
Yass1203 icon

Mcp-server

Verified Safe

by Yass1203

Overview

An AI chatbot capable of answering user queries via a web API and a Telegram bot, leveraging predefined tools to retrieve employee information.

Installation

Run Command
mvn spring-boot:run

Environment Variables

  • TELEGRAM_API_KEY
  • OPENAI_API_KEY

Security Notes

Secrets are externalized via `@Value` annotations (e.g., `telegram.api.key`), which is good practice. The `McpTools` define simple, safe functions for retrieving employee data and do not appear to have direct injection vulnerabilities or dangerous side effects. No `eval` or obvious obfuscation was found. The primary security consideration, common to all LLM applications with tool use, is the potential for prompt injection to manipulate tool calls, though the current tools are benign and their output is well-defined.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens200
Stars0
Forks0
Last Update2025-12-04

Tags

AI ChatbotTelegram BotSpring AITool CallingEmployee Data