Old library with reference books, golden data streams flowing into a glowing knowledge graph

    Professional Publishers Sit on the Most Valuable AI Asset – and Are Giving It Away

    15. Juni 20265 min read
    Till Freitag

    TL;DR:Professional publishers own exactly what LLMs need most: verified, curated domain knowledge. Instead of selling PDFs behind paywalls, they should expose their catalog as an MCP server – billed per query, embedded in the workflow, without losing the brand."

    Till Freitag

    The thesis

    LLMs are brilliant at the general and mediocre at the specific. They know who Goethe was, but not which DIN standard changed last month, which tax-court ruling came out yesterday, or what the actual pharmacokinetics look like in patients with renal insufficiency.

    This gap has been filled for decades by professional publishers: Beck, Haufe, Wolters Kluwer, Springer, Thieme, Elsevier, LexisNexis, the standards bodies. They curate, validate, version – and sell the result as a PDF, a loose-leaf binder, or a database login.

    Exactly this asset – verified, editorially maintained domain knowledge – is more valuable in the AI era than ever before. And most publishers are currently giving it away by clinging to their old distribution model.

    Why LLMs need professional publishers

    A foundation model does not solve three problems, no matter how large it gets:

    1. Freshness. Training data is frozen at the cut-off date. A ruling from yesterday does not exist for the model.
    2. Verifiability. An LLM cannot explain where it knows something from. In regulated B2B (law, medicine, tax, engineering) that is a show-stopper.
    3. Depth. General training data contains textbook knowledge. It does not contain the commentary on §613a BGB in its 19th edition with the last 47 rulings published since print.

    This is where publishers sit on a treasure: curated, versioned, citable, continuously updated domain knowledge. Exactly what a productive B2B AI workflow needs – and exactly what no foundation model, however large, can hold itself.

    Context Engineering – the discipline that solves it

    Context Engineering is the discipline of putting the right knowledge into the model's context at the right time. Not everything at once (token budget), not too little (hallucination), but exactly what is relevant for the current task.

    In practice:

    User query
       ↓ intent detection
    relevance routing
       ↓ which sources, which time slice, which jurisdiction?
    retrieval (vector / GraphRAG / structured query)
       ↓ top-k snippets with citations
    LLM call with curated context
       ↓
    answer with source attribution

    This only works if the source is machine-accessible – structured, granular, with stable IDs and version stamps. That is the handover point where publishers fail today: a PDF in a login portal is unreachable for an agent.

    MCP – the distribution channel that was missing

    The Model Context Protocol (MCP) is the standard interface through which LLM agents talk to external data sources. Instead of every publisher building its own API with its own SDK, there is one shared protocol – and the agent (in Claude, ChatGPT, Cursor, Lovable, in any in-house B2B tool) connects with a click.

    For a professional publisher this means concretely:

    • One MCP server per product line (e.g. "Beck Tax Law", "Thieme Internal Medicine", "DWA Standards").
    • Authentication via existing subscriptions – no new billing model needed, the license login moves into the OAuth flow.
    • Granular tools instead of document dumps: search_judgments(topic, jurisdiction, date_range), get_commentary(paragraph, edition), cite(document_id).
    • Structured outputs with stable citation IDs, version stamps, confidence levels.

    The agent in the law firm pulls the relevant commentary while drafting – with a citation that holds up in court. The hospital workflow queries the current guideline before suggesting a treatment plan. The engineering agent checks DIN conformity in real time.

    From PDF sales to AI feed

    The old model: document behind a paywall, human logs in, reads.

    The new model: knowledge atom behind an MCP endpoint, agent retrieves, cites, gets billed per query.

    Three implications for the business model:

    1. Pricing becomes usage-based. Instead of annual per-seat licenses: fractions of a cent per retrieved knowledge atom. That scales with the customer's AI workflow, not with their headcount.
    2. The brand stays cited. Every answer the agent gives carries the source attribution. "Source: Münchener Kommentar, 9th ed., §613a margin no. 47" is brand-building inside every single LLM output – something a generic foundation model can never deliver.
    3. The competition is no longer publisher X, it is "the model already knows". That is exactly why speed matters now. Anyone without an MCP endpoint in 12 months will simply not appear in customers' workflows anymore – not because their knowledge is worse, but because it is not callable.

    What publishers need to build now

    Three building blocks, in this order:

    1. Content API with stable IDs. Before MCP works, the content has to be addressable. Every paragraph, every section, every table needs a permanent ID, a version number, a change date. Many publishers have this in the backend already – it has just never been exposed to the outside.

    2. Retrieval layer. Vector embeddings across the whole catalog, optionally a knowledge graph for structured relationships (commentary → paragraph → ruling → follow-up ruling). This is the layer that makes "semantic search" possible – the foundation of every agent workflow.

    3. MCP server. Thin wrapper over auth + retrieval + tool definitions. Technically buildable in weeks once the first two steps are in place. This is the part that becomes externally visible – and where attention will focus.

    The business hook

    In the next two years, professional publishers have the chance to evolve from "distributor of knowledge documents" into "knowledge infrastructure provider for AI workflows". Those who do not make the move will be disintermediated – not because their content is worse, but because it simply does not exist for the new generation of workflows.

    This exact model – content audit, ID strategy, retrieval layer, MCP server, billing and license integration – is what we build at Till Freitag for publishers and knowledge-driven B2B companies. If you are sitting on a curated knowledge base and want to make it AI-ready, do it now, not in 18 months.

    The most valuable asset in your house is currently locked behind a paywall that no agent can open. Open the door – and put a token meter next to it.

    TeilenLinkedInWhatsAppE-Mail

    Related Articles

    Odysseus by PewDiePie – self-hostable AI workspace with chat, agents and documents as an alternative to ChatGPT and Claude
    June 13, 20263 min

    PewDiePie's Odysseus: The real question isn't AI sovereignty – it's the AI workplace

    PewDiePie's open-source project Odysseus hit 30,000 GitHub stars in 48 hours. The more interesting question behind it: w

    Read more
    Trillions of Agents: What Aaron Levie's Thesis Means for European SMBs
    April 10, 20265 min

    Trillions of Agents: What Aaron Levie's Thesis Means for European SMBs

    Aaron Levie predicts a world of trillions of agents. We break down what that means for SMBs – and why API-First, MCP, an

    Read more
    Person standing at a desk surrounded by floating process knowledge flowing into an AI brain
    April 7, 20267 min

    AI Is Not the Bottleneck. Context Is.

    The models are good enough. The problem isn't AI – it's the knowledge trapped inside process owners' heads that never re

    Read more
    Abstract UI cards with rocket, chat bubble, database and cursor – visual metaphor for the Lovable Feature Roundup May/June 2026Deep Dive
    June 21, 20268 min

    Lovable Feature Roundup: What actually mattered in May and June 2026

    Subagents, native Claude MCP, the Preview Toolbar, Publish-from-chat, slow-query analysis in Lovable Cloud: in six weeks

    Read more
    Three abstract graph clusters side by side representing three graph databases
    May 31, 20264 min

    Neo4j vs. Kuzu vs. Memgraph – which graph DB for which AI setup?

    Three graph databases, three very different profiles. Neo4j is the industry standard, Kuzu the fast embedded newcomer, M

    Read more
    Document stack dissolving into data points and reassembling into a structured knowledge graph
    May 30, 20264 min

    Entity extraction with LLMs – from document to knowledge graph

    How does a knowledge graph actually get its entities? With LLMs in four steps: chunking, extraction, deduplication, reso

    Read more
    Vector embedding cloud next to a structured knowledge graph
    May 29, 20264 min

    GraphRAG vs. Vector RAG – when similarity stops being enough

    Vector RAG is the default — but the moment questions go multi-hop, it falls apart. GraphRAG combines knowledge graphs wi

    Read more
    Visualization of interconnected notes with backlinks – a personal knowledge graph
    May 28, 20265 min

    Obsidian as a Personal Knowledge Graph – Why Notes With Backlinks Change Everything

    Obsidian is more than a note-taking app – it's a personal knowledge graph. Why markdown, backlinks, and local files are

    Read more
    Abstract visualization of a knowledge graph with nodes and connections
    May 27, 20264 min

    What Is a Knowledge Graph – and Why Is Everyone Talking About It?

    Knowledge graphs are suddenly everywhere – from Google to Palantir to every other AI agent startup. What's behind the hy

    Read more