← konnektoren.help

INDIVIDUAL MCP TOOL

get_schemas

Export JSON schema for challenge type, game path, or both (pretty or compact)

konnektoren.helpnone authenticationAvailability not checked

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 endpoint

konnektoren.help

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.konnektoren-help]
url = "https://konnektoren.help/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "konnektoren-help": {
      "type": "http",
      "url": "https://konnektoren.help/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: konnektoren-help
Remote MCP URL: https://konnektoren.help/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": {
    "konnektoren-help": {
      "url": "https://konnektoren.help/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "konnektoren-help": {
      "type": "http",
      "url": "https://konnektoren.help/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "konnektoren-help",
  "transport": "streamable-http",
  "url": "https://konnektoren.help/mcp"
}
MCP Inspector

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

Related tools

  • challenges_overview — Get challenge overview with optional game path and challenge type filters
  • create_challenge_url — Create a shareable challenge URL from challenge YAML/JSON content with parse diagnostics.
  • faq_details — Retrieve full FAQ entry details by IDs with optional localization
  • faq_overview — Get overview of all FAQs with basic information and deep-link URLs
  • faq_search — Search FAQs by text query and/or tags with relevance scoring
  • faq_stats — Get FAQ statistics: total count and tag frequency distribution
  • faq_suggestions — Get suggestions for partial FAQ queries (IDs and tags)
  • game_paths_overview — Get game path overview with optional embedded challenge summaries