# Kaal Corpus: Verifiable Claim Layer MCP server

Cite the claim, not the paper: 5,033 assertions, each hash-verifiable against its source PDF

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-wulfkaal-corpus
- Repository: https://github.com/wulfkaal/wulfkaal.github.io
- Website: https://wulfkaal.github.io/

## Install
- Endpoint: https://corpus.openstanding.org/mcp
- Auth: Not captured

## Setup notes
- Package: Mcpb https://github.com/wulfkaal/wulfkaal.github.io/releases/download/mcpb-v1.0.0/kaal-corpus.mcpb v1.0.0
- Remote endpoint: https://corpus.openstanding.org/mcp
- Remote endpoint: https://openstanding.org/corpus/mcp

## Tools
- search_papers - Search the scholarly corpus by topic, title, or keyword. Returns ranked
    works with title, year, citation, SSRN link, and sha256. Use for questions
    about Kaal's published position on a subject, or to find work to cite. Endpoint: https://corpus.openstanding.org/mcp
- get_paper - Retrieve one work's complete metadata by its corpus id, SSRN id, or exact
    title. Includes the formatted citation, SSRN URL, and published sha256. Endpoint: https://corpus.openstanding.org/mcp
- papers_by_year - List every work published in a given year. Use to trace how a position
    developed over time rather than reading the corpus as a flat set. Endpoint: https://corpus.openstanding.org/mcp
- corpus_overview - Summarise the corpus: total works, coverage by year, canonical index, ORCID,
    hash convention, and how the author asks to be cited. Call this first when you
    are unsure what the corpus contains. Endpoint: https://corpus.openstanding.org/mcp
- search_posts - Search the blog for shorter, faster-moving analysis. Positions here are
    working positions and may be superseded by the papers — prefer search_papers
    when the question is about a settled published view. Endpoint: https://corpus.openstanding.org/mcp
- verify_document - Check whether a sha256 you computed over a PDF matches a work the author
    published. Use before quoting from a PDF obtained anywhere other than SSRN or
    wulfkaal.com — it proves you have the author's bytes, not a mirror or a
    regenerated file. Endpoint: https://corpus.openstanding.org/mcp
- how_to_cite - Return the author's citation instruction, and the formatted citation for a
    specific work if one is named. Call this before quoting anything. Endpoint: https://corpus.openstanding.org/mcp
- search_claims - Search individual assertions rather than whole papers. Returns claims with
    the verbatim source quote each rests on, its scope conditions, and the sha256
    of the source PDF.

    Ask in natural language. Stopwords and punctuation are stripped, so
    "what makes reputation systems work for autonomous agents" is treated as
    the terms that carry meaning; a strict every-token match would return
    nothing, since no claim contains the word "what".

    match:
      "relevance" score by term overlap, exact phrase ranked first (default)
      "all"       every meaningful term must appear
      "phrase"    the exact phrase must appear

    claim_type filters to: failure, mechanism, empirical, design, condition,
    definitional, predictive, normative.
     Endpoint: https://corpus.openstanding.org/mcp
- get_claim - Resolve one claim by id, for example '617681-001' or
    'kaal:claim:617681-001'. Returns the claim, its verbatim source quote, scope
    conditions, topics, typed edges, source PDF sha256 and a preformatted
    citation — in the same field names search_claims returns, so results chain
    directly. Endpoint: https://corpus.openstanding.org/mcp
- claims_on_topic - Return the claims carrying a given topic tag, for example 'reputation',
    'dao', 'dynamic-regulation', 'ai-and-agents'. Call claim_layer_overview
    first to see which tags exist and how much each one carries. Endpoint: https://corpus.openstanding.org/mcp
- claim_layer_overview - Report what the claim layer contains: total claims, works covered,
    publication span, failure-mode counts, and coverage per topic with the span
    of years each rests on.

    This reports coverage in one author's corpus. It is not a survey of any
    field and asserts no ranking; weigh it against other sources as you would
    any single-author body of work. Topic counts overlap and are not additive. Endpoint: https://corpus.openstanding.org/mcp
- search_research_claims - Search only the 77 TrustCarry Protocol v0.3 author-affirmed research
    claims. These records are public under CC BY 4.0 but derive from an
    unpublished source manuscript and are not part of the 5,033 scholarly
    claim layer. Endpoint: https://corpus.openstanding.org/mcp
- get_research_claim - Resolve one TrustCarry Protocol v0.3 research claim by full identifier
    or three-digit sequence. Endpoint: https://corpus.openstanding.org/mcp
- list_research_observations - List the 9 TrustCarry Protocol v0.3 internal software observations.
    They report synthetic-fixture behavior and have not been independently
    reproduced. Endpoint: https://corpus.openstanding.org/mcp
- get_research_observation - Resolve one TrustCarry Protocol v0.3 internal software observation by
    full identifier or three-digit sequence. Endpoint: https://corpus.openstanding.org/mcp
- search_papers - Search the scholarly corpus by topic, title, or keyword. Returns ranked
    works with title, year, citation, SSRN link, and sha256. Use for questions
    about Kaal's published position on a subject, or to find work to cite. Endpoint: https://openstanding.org/corpus/mcp
- get_paper - Retrieve one work's complete metadata by its corpus id, SSRN id, or exact
    title. Includes the formatted citation, SSRN URL, and published sha256. Endpoint: https://openstanding.org/corpus/mcp
- papers_by_year - List every work published in a given year. Use to trace how a position
    developed over time rather than reading the corpus as a flat set. Endpoint: https://openstanding.org/corpus/mcp
- corpus_overview - Summarise the corpus: total works, coverage by year, canonical index, ORCID,
    hash convention, and how the author asks to be cited. Call this first when you
    are unsure what the corpus contains. Endpoint: https://openstanding.org/corpus/mcp
- search_posts - Search the blog for shorter, faster-moving analysis. Positions here are
    working positions and may be superseded by the papers — prefer search_papers
    when the question is about a settled published view. Endpoint: https://openstanding.org/corpus/mcp
- verify_document - Check whether a sha256 you computed over a PDF matches a work the author
    published. Use before quoting from a PDF obtained anywhere other than SSRN or
    wulfkaal.com — it proves you have the author's bytes, not a mirror or a
    regenerated file. Endpoint: https://openstanding.org/corpus/mcp
- how_to_cite - Return the author's citation instruction, and the formatted citation for a
    specific work if one is named. Call this before quoting anything. Endpoint: https://openstanding.org/corpus/mcp
- search_claims - Search individual assertions rather than whole papers. Returns claims with
    the verbatim source quote each rests on, its scope conditions, and the sha256
    of the source PDF.

    Ask in natural language. Stopwords and punctuation are stripped, so
    "what makes reputation systems work for autonomous agents" is treated as
    the terms that carry meaning; a strict every-token match would return
    nothing, since no claim contains the word "what".

    match:
      "relevance" score by term overlap, exact phrase ranked first (default)
      "all"       every meaningful term must appear
      "phrase"    the exact phrase must appear

    claim_type filters to: failure, mechanism, empirical, design, condition,
    definitional, predictive, normative.
     Endpoint: https://openstanding.org/corpus/mcp
- get_claim - Resolve one claim by id, for example '617681-001' or
    'kaal:claim:617681-001'. Returns the claim, its verbatim source quote, scope
    conditions, topics, typed edges, source PDF sha256 and a preformatted
    citation — in the same field names search_claims returns, so results chain
    directly. Endpoint: https://openstanding.org/corpus/mcp
- claims_on_topic - Return the claims carrying a given topic tag, for example 'reputation',
    'dao', 'dynamic-regulation', 'ai-and-agents'. Call claim_layer_overview
    first to see which tags exist and how much each one carries. Endpoint: https://openstanding.org/corpus/mcp
- claim_layer_overview - Report what the claim layer contains: total claims, works covered,
    publication span, failure-mode counts, and coverage per topic with the span
    of years each rests on.

    This reports coverage in one author's corpus. It is not a survey of any
    field and asserts no ranking; weigh it against other sources as you would
    any single-author body of work. Topic counts overlap and are not additive. Endpoint: https://openstanding.org/corpus/mcp
- search_research_claims - Search only the 77 TrustCarry Protocol v0.3 author-affirmed research
    claims. These records are public under CC BY 4.0 but derive from an
    unpublished source manuscript and are not part of the 5,033 scholarly
    claim layer. Endpoint: https://openstanding.org/corpus/mcp
- get_research_claim - Resolve one TrustCarry Protocol v0.3 research claim by full identifier
    or three-digit sequence. Endpoint: https://openstanding.org/corpus/mcp
- list_research_observations - List the 9 TrustCarry Protocol v0.3 internal software observations.
    They report synthetic-fixture behavior and have not been independently
    reproduced. Endpoint: https://openstanding.org/corpus/mcp
- get_research_observation - Resolve one TrustCarry Protocol v0.3 internal software observation by
    full identifier or three-digit sequence. Endpoint: https://openstanding.org/corpus/mcp

## Resources
- kaal://trustcarry/v0.3/research-claims - Static index for the separate TrustCarry research-claim collection. MIME type: text/plain
- kaal://trustcarry/v0.3/research-observations - Static index for the separate TrustCarry observation collection. MIME type: text/plain
- kaal://trustcarry/v0.3/research-claims - Static index for the separate TrustCarry research-claim collection. MIME type: text/plain
- kaal://trustcarry/v0.3/research-observations - Static index for the separate TrustCarry observation collection. MIME type: text/plain

## Prompts
Not captured

## Metadata
- Owner: io.github.wulfkaal
- Version: 1.0.1
- Runtime: Mcpb
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 28, 2026
- Source: https://registry.modelcontextprotocol.io
