Skip to main content
Glama

EduChain MCP Integration Server

by abanindra3
educhain_setup.py460 B
from educhain import EduChainGenerator def generate_educational_content(topic): generator = EduChainGenerator() mcqs = generator.generate_mcqs(topic=topic, count=5) lesson_plan = generator.generate_lesson_plan(topic=topic) return { "mcqs": mcqs, "lesson_plan": lesson_plan } if __name__ == "__main__": content = generate_educational_content("Python Programming Basics") print(content)

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/abanindra3/educhain-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server