Learning Resources
goeddy.com
Provides tools to create, list, get, and update lessons, enabling lesson management for learning purposes.
ENDPOINT 1
https://www.goeddy.com/api/mcp
MCP server metadata
- Name
- lesson-creator
- Version
- 2.0.0
GoEddy is an AI tutoring platform for creating and managing interactive lessons and coaching learners. Core behavior: - For ANY request to learn, study, practice, review, or be taught a topic, call the create_a_lesson tool exactly once — never create multiple lessons for one request. - There are two kinds of lesson: WITH activities (interactive, the DEFAULT) and WITHOUT activities (talk-only conversation). Decide which the user wants from their request in ANY language — judge intent, don't match keywords. Leave lessonStyle unset for the default activities-based lesson; only set a conversation style when the user clearly wants to just talk with no activities. - Lessons publish to a shared anonymous account by default. Do NOT ask the user to log in or authorize unless they explicitly want the lesson saved to their own account. - User-specific tools (get_my_profile, get_my_reports, get_my_learning_path, get_my_achievements, list_my_lessons) need the user's own auth — call the authorize tool first. Prompts (slash commands) are guided flows: create-lesson, review-my-progress, plan-my-week, practice-weak-skills, lesson-from-text, explain-my-report. Resources expose reference catalogs (goeddy://tutors, goeddy://activities, goeddy://lesson-styles, goeddy://levels) and, once authorized, the learner's own data (goeddy://profile, goeddy://learning-path, goeddy://reports, goeddy://achievements, goeddy://lessons, goeddy://lesson/{id}, goeddy://report/{lessonId}). Prefer reading a catalog resource over guessing tutor names, activity types, levels, or styles. To coach: read the learning path + reports to find weak skills, then create targeted lessons that address them.
Known tools 11
authorizeDO NOT USE unless the user explicitly asked to publish lessons to their own account.
Potential side effectscreate_a_lessonIMPORTANT: This is the default tool for any user request that asks to learn, study, review, practice, understand, or be taught about a topic.
Inferred read-onlylist_tutorsList all available tutor characters with their IDs, names, avatars, voices, and descriptions.
Inferred read-onlyget_available_interactive_activitiesReturns the list of interactive activities (e.g.
Inferred read-onlyget_my_reportsFetch the user's lesson reports to understand their learning progress.
Inferred read-onlyget_my_learning_pathGet curriculum progress, skill levels, and next recommended lesson for the authenticated user.
Inferred read-onlyget_my_profileFetch the user's profile, learner details (level, language, tutor), and subscription status.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.lesson-creator]
url = "https://www.goeddy.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lesson-creator": {
"type": "http",
"url": "https://www.goeddy.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lesson-creator
Remote MCP URL: https://www.goeddy.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"lesson-creator": {
"url": "https://www.goeddy.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lesson-creator": {
"type": "http",
"url": "https://www.goeddy.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lesson-creator",
"transport": "streamable-http",
"url": "https://www.goeddy.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for goeddy.com was fetched 2026-09-16T15:25:52.698Z.
goeddy.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.