{
"name": "LetMeTeach WebMCP",
"server_id": "letmeteach-web",
"version": "1.0.0",
"homepage": "https://letmeteach.in",
"description": "Website-native tools for learning-topic guidance, demo navigation, team contact, and AI reference lookup.",
"transports": [
{
"type": "webmcp",
"endpoint": "https://letmeteach.in"
}
],
"tools": [
{
"name": "search_learning_topic",
"input_schema": {
"type": "object",
"properties": {
"topic": { "type": "string" },
"level": { "type": "string" }
},
"required": ["topic"]
}
},
{
"name": "open_demo",
"input_schema": {
"type": "object",
"properties": {}
}
},
{
"name": "contact_team",
"input_schema": {
"type": "object",
"properties": {
"reason": { "type": "string" }
}
}
},
{
"name": "read_ai_reference",
"input_schema": {
"type": "object",
"properties": {}
}
}
],
"references": {
"llms_txt": "https://letmeteach.in/llms.txt",
"contact": "https://letmeteach.in/connect-with-us"
}
}