INDIVIDUAL MCP TOOL
get_course
Get the full syllabus for one Hlutur course, including what it covers and who it is for.
LIVE ENDPOINT
https://hlutur.com/mcp
Connect to this endpoint to inspect the live schema for get_course and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.hlutur]
url = "https://hlutur.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hlutur": {
"type": "http",
"url": "https://hlutur.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hlutur
Remote MCP URL: https://hlutur.com/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": {
"hlutur": {
"url": "https://hlutur.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hlutur": {
"type": "http",
"url": "https://hlutur.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hlutur",
"transport": "streamable-http",
"url": "https://hlutur.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_courses— List the courses Hlutur AS teaches, with prices in NOK and group sizes.list_guides— List the free long-form engineering guides published on hlutur.com, covering the same material as the courses.send_enquiry— Send a booking or consulting enquiry to Hlutur AS.