← Registry

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.

1 endpoint5 known toolsFirst detected September 18, 2026Last detected September 18, 2026

ENDPOINT 1

https://tradesscanner.de/mcp/kurskatalog.php

No auth detected

MCP server metadata

Name
kurskatalog
Version
0.1.0
Capabilities
toolsresources
Server instructions

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

search_courses

Search the published courses of an organisation.

Inferred read-only
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.

Inferred read-only
list_upcoming

Cohorts starting within the next N days (default 30): code, start, end, location, seat status, late-entry deadline, teachers, URL.

Inferred read-only
get_teacher

Published profile of a teacher (only with the person's consent): display name, focus subjects, short bio, courses, URL.

Inferred read-only
get_provider

The organisation behind a catalog: name, website, address, catalog URL.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.