← blckalpaca.at

INDIVIDUAL MCP TOOL

list_knowledge_categories

Gibt den Aufbau der Knowledge Base zurück: alle Kategorien mit ihren Themen, jeweils mit Slug und URL.

blckalpaca.atnone authenticationAvailability not checked

LIVE ENDPOINT

https://blckalpaca.at/mcp

No auth detected

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

blckalpaca.at

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.blckalpaca-knowledge-base]
url = "https://blckalpaca.at/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "blckalpaca-knowledge-base": {
      "type": "http",
      "url": "https://blckalpaca.at/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "blckalpaca-knowledge-base": {
      "type": "http",
      "url": "https://blckalpaca.at/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "blckalpaca-knowledge-base",
  "transport": "streamable-http",
  "url": "https://blckalpaca.at/mcp"
}
MCP Inspector

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

Related tools

  • search_knowledge_base — Volltextsuche über Titel, Kurzdefinition und Hauptkeyword der Knowledge-Base-Artikel von Blck Alpaca (SEO, GEO, KI-Agenten, Marketing-Automatisierung).
  • list_knowledge_topic_articles — Alle veröffentlichten Artikel eines Themas.
  • get_knowledge_article — Volltext eines Knowledge-Base-Artikels als Markdown, dazu Kurzdefinition, Kernaussagen, belegte Statistiken mit Quelle und FAQ.