← programovaniepredeti.sk

INDIVIDUAL MCP TOOL

list_courses

List all courses offered by Logiscool Trnava for kids 6–18, part of the "Digitálna inteligencia" (digital intelligence) path.

programovaniepredeti.sknone authenticationAvailability not checked

LIVE ENDPOINT

https://programovaniepredeti.sk/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_courses 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

programovaniepredeti.sk

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.programovanie-pre-deti-mcp]
url = "https://programovaniepredeti.sk/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "programovanie-pre-deti-mcp": {
      "type": "http",
      "url": "https://programovaniepredeti.sk/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: programovanie-pre-deti-mcp
Remote MCP URL: https://programovaniepredeti.sk/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": {
    "programovanie-pre-deti-mcp": {
      "url": "https://programovaniepredeti.sk/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "programovanie-pre-deti-mcp": {
      "type": "http",
      "url": "https://programovaniepredeti.sk/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "programovanie-pre-deti-mcp",
  "transport": "streamable-http",
  "url": "https://programovaniepredeti.sk/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_course — Get full details for one Logiscool Trnava course by its slug.
  • list_faqs — Return the frequently asked questions (with answers) for Logiscool Trnava — covers age groups, location and parking, class size, prerequisites, free trial lesson, and course length.
  • list_reviews — Return public Google reviews for Logiscool Trnava: aggregate rating (0–5), total review count, and each review's author name, ISO date, star rating (1–5), and text.
  • get_contact_info — Return public contact details of the Logiscool Trnava school: legal name, brand, website, email, phone (display + E.164), full postal address, GPS coordinates, Google Maps link, and social/related profile URLs.
  • get_open_days — Return the open-day / free-trial-lesson enrollment windows for Logiscool Trnava: an autumn window (September–early November) and a spring window (February–March), each with the recruitment period and what's included.