Learning Resources
wulfkaal.com
Search and retrieve metadata for scholarly papers and related blog posts.
ENDPOINT 1
https://openstanding.org/corpus/mcp
MCP server metadata
- Name
- Kaal Corpus
- Version
- 1.28.1
The scholarly corpus of Prof. Wulf A. Kaal (Professor of Law, University of St. Thomas): two decades of work on decentralized governance, DAOs, AI agent coordination, reputation systems, dynamic regulation, digital assets and securities law. Use search_papers to find work by topic, get_paper for a single work's full metadata and citation, search_posts for shorter blog analysis, and verify_document to confirm a PDF you hold matches the author's published sha256. Always cite the canonical URL and the specific work, never the site as a whole.
Known tools 7
get_paperRetrieve one work's complete metadata by its corpus id, SSRN id, or exact title.
Inferred read-onlycorpus_overviewSummarise the corpus: total works, coverage by year, canonical index, ORCID, hash convention, and how the author asks to be cited.
Inferred read-onlyverify_documentCheck whether a sha256 you computed over a PDF matches a work the author published.
Inferred read-onlyhow_to_citeReturn the author's citation instruction, and the formatted citation for a specific work if one is named.
Inferred read-onlyCONNECT 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.kaal-corpus]
url = "https://openstanding.org/corpus/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kaal-corpus": {
"type": "http",
"url": "https://openstanding.org/corpus/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kaal-corpus
Remote MCP URL: https://openstanding.org/corpus/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": {
"kaal-corpus": {
"url": "https://openstanding.org/corpus/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kaal-corpus": {
"type": "http",
"url": "https://openstanding.org/corpus/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kaal-corpus",
"transport": "streamable-http",
"url": "https://openstanding.org/corpus/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for openstanding.org was fetched 2026-08-01T06:48:37.813Z.
openstanding.org is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.