← Registry

Learning Resources

seegongsik.com

Provides interactive STEM/CS lessons, concept explanations, and learning paths.

1 endpoint7 known toolsFirst detected August 14, 2026Last detected August 14, 2026

ENDPOINT 1

https://seegongsik.com/api/mcp/mcp

No auth detected

MCP server metadata

Name
seegongsik
Version
1.1.0
Capabilities
tools.listChanged

Known tools 7

search_concepts

Search seegongsik for interactive STEM/CS lessons and simulations.

Inferred read-only
get_widget

Get a seegongsik interactive widget by id (the segment of an embed URL, e.g.

Inferred read-only
get_learning_path

Get the ordered prerequisite chain a learner must cover to reach a concept, in curriculum order (not just topological order).

Inferred read-only
explain_concept

Get 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-only
get_misconceptions

Get 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-only
verify_fact

Look a factual claim up against the curated corpus.

Inferred read-only
get_check_question

Get one multiple-choice question with the answer index and an explanation, to check whether a learner understood a concept.

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

Indexed

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