INDIVIDUAL MCP TOOL
list_upcoming
Cohorts starting within the next N days (default 30): code, start, end, location, seat status, late-entry deadline, teachers, URL.
LIVE ENDPOINT
https://tradesscanner.de/mcp/kurskatalog.php
Connect to this endpoint to inspect the live schema for list_upcoming and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.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.
Related tools
search_courses— Search the published courses of an organisation.get_course— Full 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.get_teacher— Published profile of a teacher (only with the person's consent): display name, focus subjects, short bio, courses, URL.get_provider— The organisation behind a catalog: name, website, address, catalog URL.