Learning Resources
tradesscanner.de
An MCP server for searching and retrieving public course catalog data, including course details, upcoming cohorts, teacher profiles, and provider information.
ENDPOINT 1
https://tradesscanner.de/mcp/kurskatalog.php
MCP server metadata
- Name
- kurskatalog
- Version
- 0.1.0
Read-only course catalog. Always pass org (organisation slug); call get_provider without org to list them. Quote the page URL from every answer.
Known tools 5
get_courseFull public data of one course product: summary, sections, dates of every cohort, seats, price, teachers, FAQ, provider — plus a Markdown rendering and the page URL.
Inferred read-onlylist_upcomingCohorts starting within the next N days (default 30): code, start, end, location, seat status, late-entry deadline, teachers, URL.
Inferred read-onlyget_teacherPublished profile of a teacher (only with the person's consent): display name, focus subjects, short bio, courses, URL.
Inferred read-onlyget_providerThe organisation behind a catalog: name, website, address, catalog URL.
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.kurskatalog]
url = "https://tradesscanner.de/mcp/kurskatalog.php"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kurskatalog": {
"type": "http",
"url": "https://tradesscanner.de/mcp/kurskatalog.php"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kurskatalog
Remote MCP URL: https://tradesscanner.de/mcp/kurskatalog.php
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": {
"kurskatalog": {
"url": "https://tradesscanner.de/mcp/kurskatalog.php"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kurskatalog": {
"type": "http",
"url": "https://tradesscanner.de/mcp/kurskatalog.php"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kurskatalog",
"transport": "streamable-http",
"url": "https://tradesscanner.de/mcp/kurskatalog.php"
}
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.