trackmcp
Back to directory
blckalpaca-studio

knowledge-base-mcp

View on GitHub

Public metadata for the Blck Alpaca Knowledge Base MCP server (at.blckalpaca/knowledge-base) — SEO, GEO, AI agents, marketing automation

0 starsOthers Updated Aug 28, 2026
ai-agentsgenerative-engine-optimizationknowledge-basemarketing-automationmcpmcp-servermodel-context-protocolseo

Documentation

Blck Alpaca Knowledge Base MCP

Public MCP server for the Blck Alpaca knowledge base: SEO, GEO (generative engine

optimization), AI agents and marketing automation. Read-only, no authentication,

German, English and Slovak.

Listed in the official MCP Registry

as `at.blckalpaca/knowledge-base`.

This repository holds metadata only. The server runs as part of blckalpaca.at and its

source is not published here.

Endpoint

code
POST https://blckalpaca.at/mcp

Transport: Streamable HTTP. No session is created — there is no `Mcp-Session-Id` and no

GET stream. Every call is a single POST.

Install

Claude Code:

bash
claude mcp add --transport http blckalpaca-knowledge-base https://blckalpaca.at/mcp

Any client that reads a config file:

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

Protocol revisions

The same URL serves two generations, so clients built on older SDKs keep working.

RevisionClient entry pointRequired headers
`2026-07-28``server/discover`, `tools/list`, `tools/call` directly`MCP-Protocol-Version`, `Mcp-Method`; on `tools/call` also `Mcp-Name`
`2025-11-25`, `2025-06-18`, `2025-03-26``initialize`, then `notifications/initialized`none

An unknown version gets JSON-RPC error `-32022` with the full list under `data.supported`.

Tools

ToolPurposeRequiredOptional
`search_knowledge_base`Full-text search over article title, short definition and main keyword. Returns URL plus a path triple for the full text.`query` (string, min 2 chars)`locale` (`de`\`en`\`sk`, default `de`), `limit` (integer 1–25, default 8)
`list_knowledge_categories`Structure of the knowledge base: all categories with their topics, each with slug and URL. Entry point when no search term is known.`locale`
`list_knowledge_topic_articles`All published articles of one topic.`categorySlug`, `topicSlug``locale`
`get_knowledge_article`Full article as Markdown, plus short definition, key takeaways, sourced statistics and FAQ.`categorySlug`, `topicSlug`, `articleSlug``locale`

Slugs are localized. Category and topic slug must come from the same locale as the

request; if they do not match, the response says why. Content that is not translated into

the requested language is omitted rather than silently replaced with German.

The path triple returned by `search_knowledge_base` and `list_knowledge_topic_articles`

can be passed straight into `get_knowledge_article`.

Rate limit

240 requests per hour and IP. Every response carries `RateLimit` and `RateLimit-Policy`

(IETF draft) plus the legacy `RateLimit-Limit` / `-Remaining` / `-Reset` triple. Over the

limit the server answers HTTP 429 and JSON-RPC

`-32603` with `data.retryAfterSeconds`, plus a `Retry-After` header.

Using the content

Articles may be quoted and summarized with attribution to Blck Alpaca and a link to the

article URL returned by the tool.

  • Developer documentation: DE · EN · SK
  • OpenAPI spec of the surrounding REST API: https://blckalpaca.at/openapi.json
  • Server card: https://blckalpaca.at/.well-known/mcp/server-card.json
  • Smithery: https://smithery.ai/server/blckalpaca/knowledge-base
  • Manifest: `server.json`

Contact

office@blckalpaca.at — Blck Alpaca OG, Vienna, Austria

Frequently asked questions

What is knowledge-base-mcp?

knowledge-base-mcp is Public metadata for the Blck Alpaca Knowledge Base MCP server (at.blckalpaca/knowledge-base) — SEO, GEO, AI agents, marketing automation

How do I install knowledge-base-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is knowledge-base-mcp open source?

Yes — it is hosted on GitHub at https://github.com/blckalpaca-studio/knowledge-base-mcp.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP