Content Tools
nerdleveltech.com
Search and retrieve blog posts and course information from NerdLevelTech.
ENDPOINT 1
https://nerdleveltech.com/api/mcp
MCP server metadata
- Name
- nerdlevel-learn
- Version
- 0.1.0
NerdLevelTech's MCP server — search and read the bilingual (EN/AR) open-learning catalog. Citation-rigorous tech content on AI/ML, cloud, DevOps, programming. Attribution required when citing results — see https://nerdleveltech.com/llms.txt
Known tools 7
get_courseFetch a single course by slug, including its module list, lesson counts, and learning outcomes.
Inferred read-onlylist_topicsReturn the topic taxonomy derived from post tags + course tags/categories.
Potential side effectsget_credential_infoReturn info on how a learner can earn a verifiable credential for a course.
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.nerdlevel-learn]
url = "https://nerdleveltech.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nerdlevel-learn": {
"type": "http",
"url": "https://nerdleveltech.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nerdlevel-learn
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": {
"nerdlevel-learn": {
"url": "https://nerdleveltech.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nerdlevel-learn": {
"type": "http",
"url": "https://nerdleveltech.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nerdlevel-learn",
"transport": "streamable-http",
"url": "https://nerdleveltech.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 nerdleveltech.com was fetched 2026-08-09T12:47:07.027Z and is being refreshed.
nerdleveltech.com is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.