Back to Home
rishi-madhav icon

mcp-servers

Verified Safe

by rishi-madhav

Overview

AI-powered server for generating comprehensive educational content (flashcards, courses, quizzes, explanations, summaries, practice problems).

Installation

Run Command
python trainbot_server.py

Environment Variables

  • OPENAI_API_KEY
  • ANTHROPIC_API_KEY
  • GEMINI_API_KEY

Security Notes

The server primarily makes outbound API calls to well-known AI providers (OpenAI, Anthropic, Gemini). API keys are loaded from environment variables, which is good practice. Input validation is implemented for tool parameters (e.g., count, level, difficulty) to prevent basic invalid inputs. There is no usage of 'eval' or 'exec' on user input. The primary risk would be prompt injection through the 'topic' or 'content' fields, which is a common concern for LLM applications but does not expose the server itself to arbitrary code execution.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-16

Tags

MCP ServerAIEducationContent GenerationPythonFastMCPMulti-Provider