← konnektoren.help
INDIVIDUAL MCP TOOL
create_challenge_url
Create a shareable challenge URL from challenge YAML/JSON content with parse diagnostics.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests retrieving external content.
Parent endpoint
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 filtersfaq_details— Retrieve full FAQ entry details by IDs with optional localizationfaq_overview— Get overview of all FAQs with basic information and deep-link URLsfaq_search— Search FAQs by text query and/or tags with relevance scoringfaq_stats— Get FAQ statistics: total count and tag frequency distributionfaq_suggestions— Get suggestions for partial FAQ queries (IDs and tags)game_paths_overview— Get game path overview with optional embedded challenge summariesget_all_reviews_latest— Get all reviews with optional filters (min_rating, challenge_id, has_comment) and a maximum count