← goeddy.com
INDIVIDUAL MCP TOOL
authorize
DO NOT USE unless the user explicitly asked to publish lessons to their own account.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
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.goeddy-com]
url = "https://www.goeddy.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goeddy-com": {
"type": "http",
"url": "https://www.goeddy.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goeddy-com
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": {
"goeddy-com": {
"url": "https://www.goeddy.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goeddy-com": {
"type": "http",
"url": "https://www.goeddy.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goeddy-com",
"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.
Related tools
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.list_my_lessons— List all lessons belonging to the authenticated user.get_lesson— Get a specific lesson by its numeric ID or share ID.update_lesson— Update an existing lesson by numeric ID.list_tutors— List all available tutor characters with their IDs, names, avatars, voices, and descriptions.get_available_interactive_activities— Returns the list of interactive activities (e.g.get_my_reports— Fetch the user's lesson reports to understand their learning progress.get_my_achievements— Get earned badges and achievements for the authenticated user.