← Registry

Learning Resources

goeddy.com

Provides tools to create, list, get, and update lessons, enabling lesson management for learning purposes.

1 endpoint11 known toolsFirst detected May 12, 2026Last detected September 9, 2026

ENDPOINT 1

https://www.goeddy.com/api/mcp

No auth detected

MCP server metadata

Name
lesson-creator
Version
2.0.0
Capabilities
tools.listChangedresources.listChangedprompts.listChangedloggingcompletions
Server instructions

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

authorize

DO NOT USE unless the user explicitly asked to publish lessons to their own account.

Potential side effects
create_a_lesson

IMPORTANT: 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-only
list_my_lessons

List all lessons belonging to the authenticated user.

Inferred read-only
get_lesson

Get a specific lesson by its numeric ID or share ID.

Inferred read-only
update_lesson

Update an existing lesson by numeric ID.

Potential side effects
list_tutors

List all available tutor characters with their IDs, names, avatars, voices, and descriptions.

Inferred read-only
get_available_interactive_activities

Returns the list of interactive activities (e.g.

Inferred read-only
get_my_reports

Fetch the user's lesson reports to understand their learning progress.

Inferred read-only
get_my_achievements

Get earned badges and achievements for the authenticated user.

Inferred read-only
get_my_learning_path

Get curriculum progress, skill levels, and next recommended lesson for the authenticated user.

Inferred read-only
get_my_profile

Fetch the user's profile, learner details (level, language, tutor), and subscription status.

Inferred read-only

CONNECT 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.

Trust status Trusted

goeddy.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.