Learning Resources
seegongsik.com
Provides interactive STEM/CS lessons, concept explanations, and learning paths.
ENDPOINT 1
https://seegongsik.com/api/mcp/mcp
MCP server metadata
- Name
- seegongsik
- Version
- 1.1.0
Known tools 7
get_widgetGet a seegongsik interactive widget by id (the segment of an embed URL, e.g.
Inferred read-onlyget_learning_pathGet the ordered prerequisite chain a learner must cover to reach a concept, in curriculum order (not just topological order).
Inferred read-onlyexplain_conceptGet teaching material for a concept: plain-language intuition, known misconceptions, a worked example, a check question, and what to manipulate in the interactive page.
Inferred read-onlyget_misconceptionsGet the specific mistakes learners actually make on a concept, with why each is wrong, the correction, and the source page/field it came from.
Inferred read-onlyget_check_questionGet one multiple-choice question with the answer index and an explanation, to check whether a learner understood a concept.
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.seegongsik]
url = "https://seegongsik.com/api/mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"seegongsik": {
"type": "http",
"url": "https://seegongsik.com/api/mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: seegongsik
Remote MCP URL: https://seegongsik.com/api/mcp/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": {
"seegongsik": {
"url": "https://seegongsik.com/api/mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"seegongsik": {
"type": "http",
"url": "https://seegongsik.com/api/mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "seegongsik",
"transport": "streamable-http",
"url": "https://seegongsik.com/api/mcp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.