← nerdleveltech.com
INDIVIDUAL MCP TOOL
get_lesson
Fetch structural metadata about a lesson inside a course module.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.nerdleveltech-com]
url = "https://nerdleveltech.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nerdleveltech-com": {
"type": "http",
"url": "https://nerdleveltech.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nerdleveltech-com
Remote MCP URL: https://nerdleveltech.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": {
"nerdleveltech-com": {
"url": "https://nerdleveltech.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nerdleveltech-com": {
"type": "http",
"url": "https://nerdleveltech.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nerdleveltech-com",
"transport": "streamable-http",
"url": "https://nerdleveltech.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_posts— Full-text search across NerdLevelTech blog posts.get_post— Fetch a single post by slug.search_courses— Search the course catalog.get_course— Fetch a single course by slug, including its module list, lesson counts, and learning outcomes.list_topics— Return the topic taxonomy derived from post tags + course tags/categories.get_credential_info— Return info on how a learner can earn a verifiable credential for a course.